@prefix : <https://ontology.inferal.com/profiles/relay-data-classification/microsoftads/> .
@prefix conf: <https://ontology.inferal.com/modules/confidence/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcls: <https://ontology.inferal.com/modules/data-classification/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dpv: <https://w3id.org/dpv#> .
@prefix inferal-catalog: <https://ontology.inferal.com/catalog/> .
@prefix mod: <https://w3id.org/mod#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pd: <https://w3id.org/dpv/pd#> .
@prefix prof: <http://www.w3.org/ns/dx/prof/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pubacc: <https://ontology.inferal.com/modules/publication-access/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix microsoftads: <https://relay.inferal.com/ontology/microsoftads/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix voaf: <http://purl.org/vocommons/voaf#> .

:
    a owl:Ontology, prof:Profile, mod:SemanticArtefact, voaf:Vocabulary, pubacc:PublicationManagedOntology ;
    dcterms:accessRights pubacc:PublicAccess ;
    owl:versionInfo "0.1.0" ;
    owl:imports conf: ;
    owl:imports dcls: ;
    owl:imports <https://w3id.org/dpv> ;
    owl:imports <https://w3id.org/dpv/pd> ;
    owl:imports <http://www.w3.org/ns/prov> ;
    owl:imports microsoftads: ;
    dcterms:title "Microsoft Advertising Relay Data Classification Profile" ;
    dcterms:description "Data classification annotations for the current Microsoft Advertising Inferal Relay RDF ontology, focused on personal-data and PII-like fields without modifying generated Relay source RDF." ;
    dcterms:created "2026-06-09"^^xsd:date ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    dcterms:subject "PII", "personal data", "Relay", "DPV", "data classification", "Microsoft Advertising" ;
    vann:preferredNamespacePrefix "rdcp-microsoftads" ;
    vann:preferredNamespaceUri "https://ontology.inferal.com/profiles/relay-data-classification/microsoftads/" ;
    prof:isProfileOf dcls: ;
    prof:isProfileOf microsoftads: ;
    voaf:reliesOn dcls: ;
    voaf:reliesOn conf: ;
    voaf:reliesOn <https://w3id.org/dpv> ;
    voaf:reliesOn <https://w3id.org/dpv/pd> ;
    voaf:reliesOn microsoftads: ;
    dcat:distribution [
        a dcat:Distribution ;
        dcat:accessURL : ;
        dcat:downloadURL <https://ontology.inferal.com/profiles/relay-data-classification/microsoftads/ontology.ttl> ;
        inferal-catalog:sourcePath "src/profiles/relay-data-classification/microsoftads/ontology.ttl" ;
        dcat:mediaType "text/turtle" ;
    ] ;
    rdfs:comment "This profile treats Microsoft Advertising Relay API schema fields as data elements and annotates predicate-level terms with candidate DPV-PD categories, confidence values, sensitivity, review flags, and detection provenance. Candidate annotations identify fields requiring human or source-system review before asserting personal-data semantics." .

:relay-api-schema-context
    a dcls:ClassificationContext ;
    rdfs:label "Relay API schema context" ;
    rdfs:comment "Classification context for predicate-level fields in the current merged Inferal Relay RDF ontologies. These annotations describe schema terms, not observed payload values." .

:relay-pii-rule-set-v1
    a dcls:ClassificationRuleSet ;
    rdfs:label "Relay PII rule set v1" ;
    rdfs:comment "Deterministic field-name and upstream-comment rules used to draft the Relay data-classification profile." ;
    dcterms:description "The rule set reads RDF property IRIs, labels, and comments from generated Relay RDF. It excludes obvious constants, aggregate metrics, monetary amounts, product, business, vendor, configuration, audience-breakdown, and product-catalog demographic fields. It proposes candidate personal-data categories for explicit person-name, email, telephone, IP address, user-agent, birth, gender, address, postal-code, city, country, GPS-coordinate, payment-card, official-identifier, nationality, age, enhanced-match, URL, device, credential-adjacent, profile-media, identifier-like, contact-object, locale, freeform-note, document, and tax-registration fields. Confidence and sensitivity values are heuristic defaults for governance triage, not legal determinations, manual-review evidence, or assertions that observed payload values contain personal data." ;
    dcls:hasClassificationRule :constant-name-exclusion-rule ;
    dcls:hasClassificationRule :automatic-enhanced-match-exclusion-rule ;
    dcls:hasClassificationRule :non-personal-enabled-flag-exclusion-rule ;
    dcls:hasClassificationRule :aggregate-metric-exclusion-rule ;
    dcls:hasClassificationRule :monetary-metric-exclusion-rule ;
    dcls:hasClassificationRule :business-product-name-exclusion-rule ;
    dcls:hasClassificationRule :username-rule ;
    dcls:hasClassificationRule :direct-person-name-rule ;
    dcls:hasClassificationRule :email-address-rule ;
    dcls:hasClassificationRule :email-derived-flag-rule ;
    dcls:hasClassificationRule :telephone-number-rule ;
    dcls:hasClassificationRule :country-calling-code-rule ;
    dcls:hasClassificationRule :ip-address-rule ;
    dcls:hasClassificationRule :user-agent-rule ;
    dcls:hasClassificationRule :birth-date-rule ;
    dcls:hasClassificationRule :birth-place-rule ;
    dcls:hasClassificationRule :gender-rule ;
    dcls:hasClassificationRule :payment-card-number-rule ;
    dcls:hasClassificationRule :payment-card-rule ;
    dcls:hasClassificationRule :bank-account-rule ;
    dcls:hasClassificationRule :financial-account-number-rule ;
    dcls:hasClassificationRule :official-id-rule ;
    dcls:hasClassificationRule :nationality-rule ;
    dcls:hasClassificationRule :age-rule ;
    dcls:hasClassificationRule :physical-address-rule ;
    dcls:hasClassificationRule :street-address-rule ;
    dcls:hasClassificationRule :postal-code-rule ;
    dcls:hasClassificationRule :city-rule ;
    dcls:hasClassificationRule :country-rule ;
    dcls:hasClassificationRule :location-code-rule ;
    dcls:hasClassificationRule :gps-coordinate-rule ;
    dcls:hasClassificationRule :browsing-referral-rule ;
    dcls:hasClassificationRule :device-based-rule ;
    dcls:hasClassificationRule :password-rule ;
    dcls:hasClassificationRule :authenticating-data-rule ;
    dcls:hasClassificationRule :credential-transport-rule ;
    dcls:hasClassificationRule :profile-media-rule ;
    dcls:hasClassificationRule :account-identifier-rule ;
    dcls:hasClassificationRule :identifier-like-rule ;
    dcls:hasClassificationRule :contact-object-rule ;
    dcls:hasClassificationRule :locale-language-rule ;
    dcls:hasClassificationRule :freeform-note-rule ;
    dcls:hasClassificationRule :payment-details-rule ;
    dcls:hasClassificationRule :documents-container-rule ;
    dcls:hasClassificationRule :tax-registration-rule .

:constant-name-exclusion-rule
    a dcls:ClassificationRule ;
    rdfs:label "Constant name exclusion rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:excludesPattern "^[A-Z0-9_]+$ with underscore" ;
    dcls:ruleOrder 1 ;
    dcls:ruleRationale "Suppresses constant-style schema terms because Relay constants usually name enum values or generated symbols rather than data-bearing personal fields." .

:automatic-enhanced-match-exclusion-rule
    a dcls:ClassificationRule ;
    rdfs:label "Automatic enhanced match exclusion rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:excludesPattern "^(aem|automaticEnhancedMatch)" ;
    dcls:ruleOrder 2 ;
    dcls:ruleRationale "Suppresses container or configuration fields for automatic enhanced matching; individual enhanced-match fields are handled separately when the provider exposes them." .

:non-personal-enabled-flag-exclusion-rule
    a dcls:ClassificationRule ;
    rdfs:label "Non-personal enabled flag exclusion rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:excludesPattern "enabled$ unless the field also mentions email, phone, gender, birth, or name" ;
    dcls:ruleOrder 3 ;
    dcls:ruleRationale "Suppresses generic enabled/configuration flags that do not carry personal-data values." .

:aggregate-metric-exclusion-rule
    a dcls:ClassificationRule ;
    rdfs:label "Aggregate metric exclusion rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:excludesPattern "^(total|average|avg|num|number|count|rate|pct|percentage)" ;
    dcls:ruleOrder 4 ;
    dcls:ruleRationale "Suppresses aggregate metrics because they normally describe counts, totals, or rates rather than addressable personal-data values." .

:monetary-metric-exclusion-rule
    a dcls:ClassificationRule ;
    rdfs:label "Monetary metric exclusion rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:excludesPattern "(amount|price|cost|currency|tax|revenue|sales|spend|budget|refund) unless the same field also mentions id, email, phone, address, zip, postal, country, city, or state" ;
    dcls:ruleOrder 5 ;
    dcls:ruleRationale "Suppresses ordinary monetary metrics while preserving fields whose names also contain personal-data cues." .

:business-product-name-exclusion-rule
    a dcls:ClassificationRule ;
    rdfs:label "Business and product name exclusion rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:excludesPattern "(businessName|companyName|shopName|productName|categoryName|subCategoryName|vendor|merchantDomain|appName|brandName|methodName|topicName|integrationName)" ;
    dcls:ruleOrder 6 ;
    dcls:ruleRationale "Suppresses organization, product, brand, method, topic, and integration names that are not treated as personal-data fields by this profile." .

:username-rule
    a dcls:ClassificationRule ;
    rdfs:label "Username rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "userName|username|authorUsername|assigneeUserName" ;
    dcls:assignsPersonalDataCategory pd:Username ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.88 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 99 ;
    dcls:ruleRationale "Marks username fields as candidates requiring review of whether the value is a real username, handle, display alias, or non-person account label." .

:direct-person-name-rule
    a dcls:ClassificationRule ;
    rdfs:label "Direct person name rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesFieldPart dcls:LabelPart ;
    dcls:matchesFieldPart dcls:CommentPart ;
    dcls:matchesPattern "firstName|lastName|middleName|fullName|secondLastName|addresseeName|billingContactFirstname|billingContactLastname|reviewer|authorName|senderName|receiverName|reviewerDisplayName|displayName|shopOwnerName|accountOwner|accountName|holderName" ;
    dcls:matchesPattern "first name|last name|middle name|display name|reviewer name|author name|sender name|receiver name|customer name|shop owner name|account owner|account name|cardholder name" ;
    dcls:assignsPersonalDataCategory pd:Name ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.96 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 100 ;
    dcls:ruleRationale "Marks explicit person-name fields and source descriptions that state a person-name meaning." .

:email-address-rule
    a dcls:ClassificationRule ;
    rdfs:label "Email address rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "email" ;
    dcls:excludesPattern "(valid|verified|enabled)$" ;
    dcls:assignsPersonalDataCategory pd:EmailAddress ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.98 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 110 ;
    dcls:ruleRationale "Marks fields whose local name contains email, except status/configuration fields handled by the candidate email-derived flag rule." .

:email-derived-flag-rule
    a dcls:ClassificationRule ;
    rdfs:label "Email-derived flag rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "(valid|verified|enabled).*email|email.*(valid|verified|enabled)$" ;
    dcls:assignsPersonalDataCategory pd:EmailAddress ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:ModerateSensitivity ;
    dcls:assignsConfidence 0.72 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 111 ;
    dcls:ruleRationale "Marks email-derived status or configuration fields for review because they may contain only booleans or policy state rather than email addresses." .

:telephone-number-rule
    a dcls:ClassificationRule ;
    rdfs:label "Telephone number rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "phone|telephone" ;
    dcls:assignsPersonalDataCategory pd:TelephoneNumber ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.97 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 120 ;
    dcls:ruleRationale "Marks fields whose local name directly names phone or telephone values." .

:country-calling-code-rule
    a dcls:ClassificationRule ;
    rdfs:label "Country calling code rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "countryCallingCode" ;
    dcls:assignsPersonalDataCategory pd:TelephoneNumber ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.78 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 121 ;
    dcls:ruleRationale "Marks country calling code as telephone-number-related but with lower confidence because it may be a general country dial prefix." .

:ip-address-rule
    a dcls:ClassificationRule ;
    rdfs:label "IP address rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesFieldPart dcls:CommentPart ;
    dcls:matchesPattern "ipAddress|clientIp|customerIp|^ip$|^ips$|ip address" ;
    dcls:assignsPersonalDataCategory pd:IPAddress ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.98 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 130 ;
    dcls:ruleRationale "Marks fields and comments that explicitly name IP addresses." .

:user-agent-rule
    a dcls:ClassificationRule ;
    rdfs:label "User agent rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesFieldPart dcls:CommentPart ;
    dcls:matchesPattern "userAgent|clientUserAgent|customerUserAgent|user agent" ;
    dcls:assignsPersonalDataCategory pd:UserAgent ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.97 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 140 ;
    dcls:ruleRationale "Marks fields and comments that explicitly name user-agent values." .

:birth-date-rule
    a dcls:ClassificationRule ;
    rdfs:label "Birth date rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "dateOfBirth|birthDate|^dob$|^db$" ;
    dcls:assignsPersonalDataCategory pd:BirthDate ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.98 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 150 ;
    dcls:ruleRationale "Marks fields whose local name directly denotes a birth date." .

:birth-place-rule
    a dcls:ClassificationRule ;
    rdfs:label "Birth place rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "birthPlace" ;
    dcls:assignsPersonalDataCategory pd:BirthPlace ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.98 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 151 ;
    dcls:ruleRationale "Marks fields whose local name directly denotes a birth place." .

:gender-rule
    a dcls:ClassificationRule ;
    rdfs:label "Gender rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesFieldPart dcls:CommentPart ;
    dcls:matchesPattern "^(gender|ge)$|gender" ;
    dcls:assignsPersonalDataCategory pd:Gender ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.94 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 160 ;
    dcls:ruleRationale "Marks fields whose name or source description explicitly denotes gender." .

:payment-card-number-rule
    a dcls:ClassificationRule ;
    rdfs:label "Payment card number rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "cardNumber" ;
    dcls:assignsPersonalDataCategory pd:PaymentCardNumber ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.95 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 165 ;
    dcls:ruleRationale "Marks payment-card-number fields as candidates requiring review of whether the schema value carries a full payment card number, token, or masked value." .

:payment-card-rule
    a dcls:ClassificationRule ;
    rdfs:label "Payment card rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "creditCard|creditCards|paymentCard" ;
    dcls:excludesPattern "paymentCardRequired" ;
    dcls:assignsPersonalDataCategory pd:PaymentCard ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.86 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 166 ;
    dcls:ruleRationale "Marks payment-card object fields as candidates requiring review of whether nested payloads carry card numbers, expiry data, tokens, or masked card references." .

:bank-account-rule
    a dcls:ClassificationRule ;
    rdfs:label "Bank account rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "bankAccount" ;
    dcls:assignsPersonalDataCategory pd:BankAccount ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.88 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 167 ;
    dcls:ruleRationale "Marks bank-account fields as candidates requiring review of whether the value carries account details, tokens, or operational references." .

:financial-account-number-rule
    a dcls:ClassificationRule ;
    rdfs:label "Financial account number rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "accountNumber" ;
    dcls:assignsPersonalDataCategory pd:FinancialAccountNumber ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.86 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 168 ;
    dcls:ruleRationale "Marks account-number fields as financial-account-number candidates requiring review of whether the number identifies a personal financial account." .

:official-id-rule
    a dcls:ClassificationRule ;
    rdfs:label "Official ID rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "documentNumber|passportNumber|passport" ;
    dcls:assignsPersonalDataCategory pd:OfficialID ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.88 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 169 ;
    dcls:ruleRationale "Marks travel-document and official-identifier fields as candidates requiring source-system review." .

:nationality-rule
    a dcls:ClassificationRule ;
    rdfs:label "Nationality rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "nationality" ;
    dcls:assignsPersonalDataCategory pd:Nationality ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:ModerateSensitivity ;
    dcls:assignsConfidence 0.90 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 170 ;
    dcls:ruleRationale "Marks nationality fields as candidates requiring review of whether the value describes a person or only a market/document attribute." .

:age-rule
    a dcls:ClassificationRule ;
    rdfs:label "Age rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesFieldPart dcls:CommentPart ;
    dcls:matchesPattern "^age$|child age|traveler age|passenger age" ;
    dcls:assignsPersonalDataCategory pd:Age ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:ModerateSensitivity ;
    dcls:assignsConfidence 0.86 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 171 ;
    dcls:ruleRationale "Marks explicit age fields as candidates requiring review of whether the value describes a person or an aggregate bucket." .

:physical-address-rule
    a dcls:ClassificationRule ;
    rdfs:label "Physical address rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesFieldPart dcls:CommentPart ;
    dcls:matchesPattern "address|addr1|addr2|street|physical address|billing address|shipping address|street address" ;
    dcls:excludesPattern "addressId|id$|matches|shippingTax|shippingTotal|shippingPrice|freeShipping|shippingRequired|shippingClass|shippingProvider|shippingPlatform|shippingDate|shippingStatus|shippingHeight|shippingWeight|shippingWidth|shippingLine|shippingLines|shippingEntitlements|billingPeriod|billingOn|billingType" ;
    dcls:assignsPersonalDataCategory pd:PhysicalAddress ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.95 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 172 ;
    dcls:ruleRationale "Marks address-bearing fields while excluding logistics, shipping, billing-cycle, and address identifier fields that are likely operational metadata." .

:street-address-rule
    a dcls:ClassificationRule ;
    rdfs:label "Street address rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesFieldPart dcls:CommentPart ;
    dcls:matchesPattern "street|address1|address2|addr1|addr2|addressPrimary|addressSecondary|^(line|lines)$" ;
    dcls:assignsPersonalDataCategory pd:Street ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.95 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 173 ;
    dcls:ruleRationale "Marks street-address components and address-line fields." .

:postal-code-rule
    a dcls:ClassificationRule ;
    rdfs:label "Postal code rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "postal|postcode|zip|shippingZip|billingZip" ;
    dcls:assignsPersonalDataCategory pd:PostalCode ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:ModerateSensitivity ;
    dcls:assignsConfidence 0.96 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 180 ;
    dcls:ruleRationale "Marks fields whose local name denotes a postal or ZIP code." .

:city-rule
    a dcls:ClassificationRule ;
    rdfs:label "City rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "city|sessionCity|shippingCity|billingCity|toCity|fromCity" ;
    dcls:excludesPattern "cityCode|locationCode, and a qualified automation state such as <qualifier>State" ;
    dcls:assignsPersonalDataCategory pd:City ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:ModerateSensitivity ;
    dcls:assignsConfidence 0.92 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 190 ;
    dcls:ruleRationale "Marks city fields while excluding code-like location identifiers." .

:country-rule
    a dcls:ClassificationRule ;
    rdfs:label "Country rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "country|sessionCountry|shippingCountry|billingCountry|toCountry|fromCountry|validityCountry|issuanceCountry" ;
    dcls:excludesPattern "countryCallingCode|currency|countryCode$" ;
    dcls:assignsPersonalDataCategory pd:Country ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:ModerateSensitivity ;
    dcls:assignsConfidence 0.90 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 200 ;
    dcls:ruleRationale "Marks country fields while excluding currency, dial-prefix, and code-like country fields." .

:location-code-rule
    a dcls:ClassificationRule ;
    rdfs:label "Location code rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "countryCode|cityCode|state|stateCode|region|province" ;
    dcls:excludesPattern "status|description" ;
    dcls:assignsPersonalDataCategory pd:Location ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:ModerateSensitivity ;
    dcls:assignsConfidence 0.64 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 210 ;
    dcls:ruleRationale "Marks location codes and region fields as candidates because they may represent personal address data, market geography, or operational routing." .

:gps-coordinate-rule
    a dcls:ClassificationRule ;
    rdfs:label "GPS coordinate rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "^(latitude|longitude|lat|lng|lon)$" ;
    dcls:assignsPersonalDataCategory pd:GPSCoordinate ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.94 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 220 ;
    dcls:ruleRationale "Marks explicit coordinate fields." .

:browsing-referral-rule
    a dcls:ClassificationRule ;
    rdfs:label "Browsing referral rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "referrerUrl|refererUrl|urlQueryParams|queryParams|landingPage|pageUrl|currentUrl|sourceUrl" ;
    dcls:assignsPersonalDataCategory pd:BrowsingReferral ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.78 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 230 ;
    dcls:ruleRationale "Marks URL and query-parameter fields as candidates because payloads may carry identifiers, campaign parameters, or personal data depending on source policy." .

:device-based-rule
    a dcls:ClassificationRule ;
    rdfs:label "Device-based rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesFieldPart dcls:CommentPart ;
    dcls:matchesPattern "cookie|browserFingerprint|deviceId|appPackageName|appStore|^device$|deviceModel|^carrier$" ;
    dcls:assignsPersonalDataCategory pd:DeviceBased ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.74 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 240 ;
    dcls:ruleRationale "Marks device, cookie, app, and carrier fields as candidates for device-based personal data." .

:password-rule
    a dcls:ClassificationRule ;
    rdfs:label "Password rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "password" ;
    dcls:assignsPersonalDataCategory pd:Password ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.84 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 248 ;
    dcls:ruleRationale "Marks password fields as candidates requiring review of whether the value contains a password, password policy flag, or opaque credential reference." .

:authenticating-data-rule
    a dcls:ClassificationRule ;
    rdfs:label "Authenticating data rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "authorization|token|secret|credential" ;
    dcls:assignsPersonalDataCategory pd:Authenticating ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.66 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 249 ;
    dcls:ruleRationale "Marks authentication-adjacent fields as candidates requiring review of whether the value authenticates, identifies, or is only operational metadata." .

:credential-transport-rule
    a dcls:ClassificationRule ;
    rdfs:label "Credential or transport rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "headers" ;
    dcls:assignsPersonalDataCategory pd:Identifier ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.58 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 250 ;
    dcls:ruleRationale "Marks unstructured transport and credential-adjacent fields as candidates because they may contain personal identifiers, authentication data, or no personal data depending on payload policy." .

:profile-media-rule
    a dcls:ClassificationRule ;
    rdfs:label "Profile media rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "avatar|avatarUrl|profileUrl|profileImage|photoUrl" ;
    dcls:assignsPersonalDataCategory pd:Profile ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:ModerateSensitivity ;
    dcls:assignsConfidence 0.68 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 260 ;
    dcls:ruleRationale "Marks profile-media URL fields as candidates because they may point to profile or image data about a person." .

:account-identifier-rule
    a dcls:ClassificationRule ;
    rdfs:label "Account identifier rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "user(Name)?|account" ;
    dcls:assignsPersonalDataCategory pd:AccountIdentifier ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.70 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 270 ;
    dcls:ruleRationale "Marks account- or user-like identifier fields as candidates requiring linkability review." .

:identifier-like-rule
    a dcls:ClassificationRule ;
    rdfs:label "Identifier-like rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "customerId|customerListId|connectedUserId|createdByUserId|externalId|clickId|sessionId|tripleId|tripleIds|subscriptionId|leadId|orderId|paymentId|userId|ownerId|addressId|accountId|ticketId|reviewerId|usedBy|refundedBy|travelerId|frequentTraveler|multipassIdentifier|reference|pnr|(^|[A-Z])(id|identifier)$" ;
    dcls:excludesPattern "<artifact>Id where the artifact is a form, template, spec, preset, placement, rule, catalog, or feed" ;
    dcls:assignsPersonalDataCategory pd:Identifier ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.70 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 271 ;
    dcls:ruleRationale "Marks identifier-like fields as candidates requiring review of whether the identifier is personal, account-level, device-level, or operational only." .

:contact-object-rule
    a dcls:ClassificationRule ;
    rdfs:label "Contact or actor object rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "^(customer|customers|contact|contacts|user|owner|boardOwner|createdByUser)$" ;
    dcls:assignsPersonalDataCategory pd:Contact ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.68 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 272 ;
    dcls:ruleRationale "Marks broad contact, customer, user, owner, and actor object fields as candidates because nested payloads may carry contact or account data." .

:locale-language-rule
    a dcls:ClassificationRule ;
    rdfs:label "Locale and language rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "locale|language" ;
    dcls:assignsPersonalDataCategory pd:Language ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:ModerateSensitivity ;
    dcls:assignsConfidence 0.62 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 273 ;
    dcls:ruleRationale "Marks locale and language fields as candidates because they may describe a person's language preference or only a market setting." .

:freeform-note-rule
    a dcls:ClassificationRule ;
    rdfs:label "Freeform note rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "(^note$|customerNote)" ;
    dcls:assignsPersonalDataCategory pd:Communication ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.58 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 274 ;
    dcls:ruleRationale "Marks freeform note fields as candidates because they may contain customer communications or arbitrary personal data." .

:payment-details-rule
    a dcls:ClassificationRule ;
    rdfs:label "Payment details rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "paymentDetails" ;
    dcls:assignsPersonalDataCategory pd:PaymentCard ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.64 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 275 ;
    dcls:ruleRationale "Marks payment-details fields as candidates requiring review of whether nested values contain card, token, billing, or transaction identifiers." .

:documents-container-rule
    a dcls:ClassificationRule ;
    rdfs:label "Documents container rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "documents" ;
    dcls:assignsPersonalDataCategory pd:PersonalDocuments ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:HighSensitivity ;
    dcls:assignsConfidence 0.70 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 276 ;
    dcls:ruleRationale "Marks document container fields as candidates because nested travel or identity documents may carry official identifiers." .

:tax-registration-rule
    a dcls:ClassificationRule ;
    rdfs:label "Tax registration rule" ;
    dcls:matchesFieldPart dcls:LocalNamePart ;
    dcls:matchesPattern "vatRegistration" ;
    dcls:assignsPersonalDataCategory pd:Tax ;
    dcls:assignsClassificationStatus dcls:Candidate ;
    dcls:assignsSensitivityLevel dcls:ModerateSensitivity ;
    dcls:assignsConfidence 0.66 ;
    dcls:assignsReviewRequirement true ;
    dcls:ruleOrder 277 ;
    dcls:ruleRationale "Marks VAT and tax-registration fields as candidates because they can identify a person or business tax registration depending on source context." .

:relay-data-classification-generator
    a prov:SoftwareAgent ;
    rdfs:label "Relay data classification generator" ;
    rdfs:comment "Generator script that produced this candidate-only Relay data-classification profile from Relay RDF schema terms." .

:relay-schema-name-detection
    a dcls:DetectionActivity ;
    rdfs:label "Relay schema name detection" ;
    dcls:hasDetectionMethod dcls:SchemaNameDetection ;
    prov:used :relay-pii-rule-set-v1 ;
    prov:wasAssociatedWith :relay-data-classification-generator ;
    dcterms:created "2026-06-09"^^xsd:date ;
    rdfs:comment "Rule-based detection activity over Relay predicate names, labels, and comments. It produces candidate classifications only and is not evidence of manual review or observed personal data." .

:microsoftads-property-microsoftads-ad-insight-breakdowns-age-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Age field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The audience breakdown category is Age." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "age" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightBreakdowns/age> .

:microsoftads-property-microsoftads-ad-insight-breakdowns-age-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Age classification" ;
    rdfs:comment "Upstream comment: The audience breakdown category is Age." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-breakdowns-age-element ;
    dcls:classifiedByRule :age-rule ;
    dcls:candidatePersonalDataCategory pd:Age ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-breakdowns-age-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-breakdowns-age-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Age confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-breakdowns-age-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-breakdowns-age-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-breakdowns-age-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.86 .

:microsoftads-property-microsoftads-ad-insight-breakdowns-device-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The audience breakdown category is Device." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "device" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightBreakdowns/device> .

:microsoftads-property-microsoftads-ad-insight-breakdowns-device-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device classification" ;
    rdfs:comment "Upstream comment: The audience breakdown category is Device." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-breakdowns-device-element ;
    dcls:classifiedByRule :device-based-rule ;
    dcls:candidatePersonalDataCategory pd:DeviceBased ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-breakdowns-device-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-breakdowns-device-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-breakdowns-device-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-breakdowns-device-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-breakdowns-device-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.74 .

:microsoftads-property-microsoftads-ad-insight-breakdowns-gender-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Gender field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The audience breakdown category is Gender." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "gender" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightBreakdowns/gender> .

:microsoftads-property-microsoftads-ad-insight-breakdowns-gender-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Gender classification" ;
    rdfs:comment "Upstream comment: The audience breakdown category is Gender." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-breakdowns-gender-element ;
    dcls:classifiedByRule :gender-rule ;
    dcls:candidatePersonalDataCategory pd:Gender ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-breakdowns-gender-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-breakdowns-gender-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Gender confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-breakdowns-gender-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-breakdowns-gender-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-breakdowns-gender-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.94 .

:microsoftads-property-microsoftads-ad-insight-breakdowns-location-city-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Location City field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The audience breakdown category is LocationCity." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "locationCity" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightBreakdowns/locationCity> .

:microsoftads-property-microsoftads-ad-insight-breakdowns-location-city-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Location City classification" ;
    rdfs:comment "Upstream comment: The audience breakdown category is LocationCity." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-breakdowns-location-city-element ;
    dcls:classifiedByRule :city-rule ;
    dcls:candidatePersonalDataCategory pd:City ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-breakdowns-location-city-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-breakdowns-location-city-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Location City confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-breakdowns-location-city-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-breakdowns-location-city-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-breakdowns-location-city-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.92 .

:microsoftads-property-microsoftads-ad-insight-breakdowns-location-country-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Location Country field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The audience breakdown category is LocationCountry." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "locationCountry" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightBreakdowns/locationCountry> .

:microsoftads-property-microsoftads-ad-insight-breakdowns-location-country-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Location Country classification" ;
    rdfs:comment "Upstream comment: The audience breakdown category is LocationCountry." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-breakdowns-location-country-element ;
    dcls:classifiedByRule :country-rule ;
    dcls:candidatePersonalDataCategory pd:Country ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-breakdowns-location-country-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-breakdowns-location-country-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Location Country confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-breakdowns-location-country-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-breakdowns-location-country-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-breakdowns-location-country-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.90 .

:microsoftads-property-microsoftads-ad-insight-breakdowns-location-postal-code-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Location Postal Code field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The audience breakdown category is LocationPostalCode." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "locationPostalCode" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightBreakdowns/locationPostalCode> .

:microsoftads-property-microsoftads-ad-insight-breakdowns-location-postal-code-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Location Postal Code classification" ;
    rdfs:comment "Upstream comment: The audience breakdown category is LocationPostalCode." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-breakdowns-location-postal-code-element ;
    dcls:classifiedByRule :postal-code-rule ;
    dcls:candidatePersonalDataCategory pd:PostalCode ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-breakdowns-location-postal-code-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-breakdowns-location-postal-code-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Location Postal Code confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-breakdowns-location-postal-code-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-breakdowns-location-postal-code-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-breakdowns-location-postal-code-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-ad-insight-broad-match-keyword-opportunity-reference-keyword-bid-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Reference Keyword Bid field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The bid of an existing reference keyword used by the service to offer the keyword opportunity." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "referenceKeywordBid" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightBroadMatchKeywordOpportunity/referenceKeywordBid> .

:microsoftads-property-microsoftads-ad-insight-broad-match-keyword-opportunity-reference-keyword-bid-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Reference Keyword Bid classification" ;
    rdfs:comment "Upstream comment: The bid of an existing reference keyword used by the service to offer the keyword opportunity. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-broad-match-keyword-opportunity-reference-keyword-bid-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-broad-match-keyword-opportunity-reference-keyword-bid-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-broad-match-keyword-opportunity-reference-keyword-bid-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Reference Keyword Bid confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-broad-match-keyword-opportunity-reference-keyword-bid-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-broad-match-keyword-opportunity-reference-keyword-bid-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-broad-match-keyword-opportunity-reference-keyword-bid-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-ad-insight-broad-match-keyword-opportunity-reference-keyword-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Reference Keyword Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of an existing reference keyword used by the service to offer the keyword opportunity." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "referenceKeywordId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightBroadMatchKeywordOpportunity/referenceKeywordId> .

:microsoftads-property-microsoftads-ad-insight-broad-match-keyword-opportunity-reference-keyword-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Reference Keyword Id classification" ;
    rdfs:comment "Upstream comment: The identifier of an existing reference keyword used by the service to offer the keyword opportunity. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-broad-match-keyword-opportunity-reference-keyword-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-broad-match-keyword-opportunity-reference-keyword-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-broad-match-keyword-opportunity-reference-keyword-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Reference Keyword Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-broad-match-keyword-opportunity-reference-keyword-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-broad-match-keyword-opportunity-reference-keyword-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-broad-match-keyword-opportunity-reference-keyword-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-ad-insight-broad-match-keyword-opportunity-reference-keyword-match-type-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Reference Keyword Match Type field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The match type of an existing reference keyword used by the service to offer the keyword opportunity. The following are the possible match-type values: 1 - Exact match 2 - Phrase match" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "referenceKeywordMatchType" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightBroadMatchKeywordOpportunity/referenceKeywordMatchType> .

:microsoftads-property-microsoftads-ad-insight-broad-match-keyword-opportunity-reference-keyword-match-type-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Reference Keyword Match Type classification" ;
    rdfs:comment "Upstream comment: The match type of an existing reference keyword used by the service to offer the keyword opportunity. The following are the possible match-type values: 1 - Exact match 2 - Phrase match Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-broad-match-keyword-opportunity-reference-keyword-match-type-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-broad-match-keyword-opportunity-reference-keyword-match-type-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-broad-match-keyword-opportunity-reference-keyword-match-type-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Reference Keyword Match Type confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-broad-match-keyword-opportunity-reference-keyword-match-type-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-broad-match-keyword-opportunity-reference-keyword-match-type-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-broad-match-keyword-opportunity-reference-keyword-match-type-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-ad-insight-campaign-budget-recommendation-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account. Output only." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightCampaignBudgetRecommendation/accountId> .

:microsoftads-property-microsoftads-ad-insight-campaign-budget-recommendation-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account. Output only. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-campaign-budget-recommendation-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-campaign-budget-recommendation-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-campaign-budget-recommendation-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-campaign-budget-recommendation-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-campaign-budget-recommendation-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-campaign-budget-recommendation-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-ad-insight-campaign-budget-recommendation-account-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The name of the account. Output only." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightCampaignBudgetRecommendation/accountName> .

:microsoftads-property-microsoftads-ad-insight-campaign-budget-recommendation-account-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Name classification" ;
    rdfs:comment "Upstream comment: The name of the account. Output only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-campaign-budget-recommendation-account-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-campaign-budget-recommendation-account-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-campaign-budget-recommendation-account-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-campaign-budget-recommendation-account-name-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-campaign-budget-recommendation-account-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-campaign-budget-recommendation-account-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-ad-insight-criterion-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightCriterion/language> and path language." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightCriterion/language> .

:microsoftads-property-microsoftads-ad-insight-criterion-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-criterion-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-criterion-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-criterion-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-criterion-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-criterion-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-criterion-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-ad-insight-device-search-parameter-device-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The device criterion for the returned keyword ideas." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "device" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightDeviceSearchParameter/device> .

:microsoftads-property-microsoftads-ad-insight-device-search-parameter-device-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device classification" ;
    rdfs:comment "Upstream comment: The device criterion for the returned keyword ideas." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-device-search-parameter-device-element ;
    dcls:classifiedByRule :device-based-rule ;
    dcls:candidatePersonalDataCategory pd:DeviceBased ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-device-search-parameter-device-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-device-search-parameter-device-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-device-search-parameter-device-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-device-search-parameter-device-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-device-search-parameter-device-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.74 .

:microsoftads-property-microsoftads-ad-insight-get-audience-breakdown-request-age-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Age field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The selection of age targeting. Possible values are: EighteenToTwentyFour, TwentyFiveToThirtyFour, ThirtyFiveToFourtyNine, FiftyToSixtyFour, SixtyFiveAndAbove, Unknown. Add: Optional. The default value is null. Update: Optional" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "age" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightGetAudienceBreakdownRequest/age> .

:microsoftads-property-microsoftads-ad-insight-get-audience-breakdown-request-age-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Age classification" ;
    rdfs:comment "Upstream comment: The selection of age targeting. Possible values are: EighteenToTwentyFour, TwentyFiveToThirtyFour, ThirtyFiveToFourtyNine, FiftyToSixtyFour, SixtyFiveAndAbove, Unknown. Add: Optional. The default value is null. Update: Optional" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-get-audience-breakdown-request-age-element ;
    dcls:classifiedByRule :age-rule ;
    dcls:candidatePersonalDataCategory pd:Age ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-get-audience-breakdown-request-age-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-audience-breakdown-request-age-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Age confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-get-audience-breakdown-request-age-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-get-audience-breakdown-request-age-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-audience-breakdown-request-age-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.86 .

:microsoftads-property-microsoftads-ad-insight-get-audience-breakdown-request-device-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The type of device." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "device" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightGetAudienceBreakdownRequest/device> .

:microsoftads-property-microsoftads-ad-insight-get-audience-breakdown-request-device-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device classification" ;
    rdfs:comment "Upstream comment: The type of device." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-get-audience-breakdown-request-device-element ;
    dcls:classifiedByRule :device-based-rule ;
    dcls:candidatePersonalDataCategory pd:DeviceBased ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-get-audience-breakdown-request-device-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-audience-breakdown-request-device-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-get-audience-breakdown-request-device-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-get-audience-breakdown-request-device-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-audience-breakdown-request-device-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.74 .

:microsoftads-property-microsoftads-ad-insight-get-audience-breakdown-request-gender-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Gender field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The gender to target. Possible values are: Male, Female, Unknown. Add: Optional. The default value is null. Update: Optional" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "gender" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightGetAudienceBreakdownRequest/gender> .

:microsoftads-property-microsoftads-ad-insight-get-audience-breakdown-request-gender-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Gender classification" ;
    rdfs:comment "Upstream comment: The gender to target. Possible values are: Male, Female, Unknown. Add: Optional. The default value is null. Update: Optional" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-get-audience-breakdown-request-gender-element ;
    dcls:classifiedByRule :gender-rule ;
    dcls:candidatePersonalDataCategory pd:Gender ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-get-audience-breakdown-request-gender-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-audience-breakdown-request-gender-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Gender confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-get-audience-breakdown-request-gender-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-get-audience-breakdown-request-gender-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-audience-breakdown-request-gender-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.94 .

:microsoftads-property-microsoftads-ad-insight-get-audience-full-estimation-request-age-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Age field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The selection of age targeting. Possible values are: EighteenToTwentyFour, TwentyFiveToThirtyFour, ThirtyFiveToFourtyNine, FiftyToSixtyFour, SixtyFiveAndAbove, Unknown. Add: Optional. The default value is null. Update: Optional" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "age" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightGetAudienceFullEstimationRequest/age> .

:microsoftads-property-microsoftads-ad-insight-get-audience-full-estimation-request-age-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Age classification" ;
    rdfs:comment "Upstream comment: The selection of age targeting. Possible values are: EighteenToTwentyFour, TwentyFiveToThirtyFour, ThirtyFiveToFourtyNine, FiftyToSixtyFour, SixtyFiveAndAbove, Unknown. Add: Optional. The default value is null. Update: Optional" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-get-audience-full-estimation-request-age-element ;
    dcls:classifiedByRule :age-rule ;
    dcls:candidatePersonalDataCategory pd:Age ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-get-audience-full-estimation-request-age-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-audience-full-estimation-request-age-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Age confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-get-audience-full-estimation-request-age-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-get-audience-full-estimation-request-age-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-audience-full-estimation-request-age-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.86 .

:microsoftads-property-microsoftads-ad-insight-get-audience-full-estimation-request-device-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The type of device." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "device" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightGetAudienceFullEstimationRequest/device> .

:microsoftads-property-microsoftads-ad-insight-get-audience-full-estimation-request-device-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device classification" ;
    rdfs:comment "Upstream comment: The type of device." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-get-audience-full-estimation-request-device-element ;
    dcls:classifiedByRule :device-based-rule ;
    dcls:candidatePersonalDataCategory pd:DeviceBased ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-get-audience-full-estimation-request-device-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-audience-full-estimation-request-device-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-get-audience-full-estimation-request-device-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-get-audience-full-estimation-request-device-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-audience-full-estimation-request-device-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.74 .

:microsoftads-property-microsoftads-ad-insight-get-audience-full-estimation-request-gender-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Gender field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The gender to target. Possible values are: Male, Female, Unknown. Add: Optional. The default value is null. Update: Optional" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "gender" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightGetAudienceFullEstimationRequest/gender> .

:microsoftads-property-microsoftads-ad-insight-get-audience-full-estimation-request-gender-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Gender classification" ;
    rdfs:comment "Upstream comment: The gender to target. Possible values are: Male, Female, Unknown. Add: Optional. The default value is null. Update: Optional" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-get-audience-full-estimation-request-gender-element ;
    dcls:classifiedByRule :gender-rule ;
    dcls:candidatePersonalDataCategory pd:Gender ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-get-audience-full-estimation-request-gender-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-audience-full-estimation-request-gender-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Gender confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-get-audience-full-estimation-request-gender-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-get-audience-full-estimation-request-gender-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-audience-full-estimation-request-gender-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.94 .

:microsoftads-property-microsoftads-ad-insight-get-domain-categories-request-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The language of the website domain. Currently only English is supported, so you must set this element to EN." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightGetDomainCategoriesRequest/language> .

:microsoftads-property-microsoftads-ad-insight-get-domain-categories-request-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The language of the website domain. Currently only English is supported, so you must set this element to EN. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-get-domain-categories-request-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-get-domain-categories-request-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-domain-categories-request-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-get-domain-categories-request-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-get-domain-categories-request-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-domain-categories-request-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-ad-insight-get-estimated-bid-by-keywords-request-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The language used in parallel with location identifiers for estimating the bids. The language must be supported in each of the locations that you specify in LocationIds. For possible language values, see Ad Languages. If you do not specify the language, the service operation uses the language of the specified AdGroupId or CampaignId. If none of these properties are set, then EN (English) is used by default." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightGetEstimatedBidByKeywordsRequest/language> .

:microsoftads-property-microsoftads-ad-insight-get-estimated-bid-by-keywords-request-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The language used in parallel with location identifiers for estimating the bids. The language must be supported in each of the locations that you specify in LocationIds. For possible language values, see Ad Languages. If you do not specify the language, the service operation uses the language of the specified AdGroupId or CampaignId. If none of these properties are set, then EN (English) is used by default. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-get-estimated-bid-by-keywords-request-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-get-estimated-bid-by-keywords-request-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-estimated-bid-by-keywords-request-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-get-estimated-bid-by-keywords-request-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-get-estimated-bid-by-keywords-request-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-estimated-bid-by-keywords-request-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-ad-insight-get-estimated-position-by-keywords-request-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The language used in parallel with location identifiers for estimating the position. The language must be supported in each of the locations that you specify in LocationIds. For possible language values, see Ad Languages. If you do not specify the language, the service operation uses the language of the specified AdGroupId or CampaignId. If none of these properties are set, then EN (English) is used by default." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightGetEstimatedPositionByKeywordsRequest/language> .

:microsoftads-property-microsoftads-ad-insight-get-estimated-position-by-keywords-request-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The language used in parallel with location identifiers for estimating the position. The language must be supported in each of the locations that you specify in LocationIds. For possible language values, see Ad Languages. If you do not specify the language, the service operation uses the language of the specified AdGroupId or CampaignId. If none of these properties are set, then EN (English) is used by default. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-get-estimated-position-by-keywords-request-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-get-estimated-position-by-keywords-request-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-estimated-position-by-keywords-request-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-get-estimated-position-by-keywords-request-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-get-estimated-position-by-keywords-request-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-estimated-position-by-keywords-request-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-ad-insight-get-historical-keyword-performance-request-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The language in which the keywords are written. The countries/regions that you specify in the PublisherCountries element must support the specified language. Possible values include Danish, Dutch, English, Finnish, French, German, Italian, Norwegian, Portuguese, Spanish, Swedish, and TraditionalChinese." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightGetHistoricalKeywordPerformanceRequest/language> .

:microsoftads-property-microsoftads-ad-insight-get-historical-keyword-performance-request-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The language in which the keywords are written. The countries/regions that you specify in the PublisherCountries element must support the specified language. Possible values include Danish, Dutch, English, Finnish, French, German, Italian, Norwegian, Portuguese, Spanish, Swedish, and TraditionalChinese. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-get-historical-keyword-performance-request-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-get-historical-keyword-performance-request-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-historical-keyword-performance-request-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-get-historical-keyword-performance-request-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-get-historical-keyword-performance-request-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-historical-keyword-performance-request-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-ad-insight-get-historical-search-count-request-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The language in which the keywords are written. The countries/regions that you specify in the PublisherCountries element must support the specified language. For possible values, see Supported Languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightGetHistoricalSearchCountRequest/language> .

:microsoftads-property-microsoftads-ad-insight-get-historical-search-count-request-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The language in which the keywords are written. The countries/regions that you specify in the PublisherCountries element must support the specified language. For possible values, see Supported Languages. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-get-historical-search-count-request-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-get-historical-search-count-request-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-historical-search-count-request-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-get-historical-search-count-request-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-get-historical-search-count-request-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-historical-search-count-request-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-ad-insight-get-keyword-categories-request-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The language in which the keywords are written. You must set this element to English." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightGetKeywordCategoriesRequest/language> .

:microsoftads-property-microsoftads-ad-insight-get-keyword-categories-request-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The language in which the keywords are written. You must set this element to English. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-get-keyword-categories-request-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-get-keyword-categories-request-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-keyword-categories-request-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-get-keyword-categories-request-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-get-keyword-categories-request-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-keyword-categories-request-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-ad-insight-get-keyword-categories-request-publisher-country-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Publisher Country field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The country code of the country/region to use as the source of the category data. You must set this element to US." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "publisherCountry" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightGetKeywordCategoriesRequest/publisherCountry> .

:microsoftads-property-microsoftads-ad-insight-get-keyword-categories-request-publisher-country-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Publisher Country classification" ;
    rdfs:comment "Upstream comment: The country code of the country/region to use as the source of the category data. You must set this element to US." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-get-keyword-categories-request-publisher-country-element ;
    dcls:classifiedByRule :country-rule ;
    dcls:candidatePersonalDataCategory pd:Country ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-get-keyword-categories-request-publisher-country-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-keyword-categories-request-publisher-country-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Publisher Country confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-get-keyword-categories-request-publisher-country-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-get-keyword-categories-request-publisher-country-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-keyword-categories-request-publisher-country-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.90 .

:microsoftads-property-microsoftads-ad-insight-get-keyword-demographics-request-device-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: An array of devices for which you want to get demographics data. Supported device types include the following: Computers, NonSmartphones, Smartphones, Tablets. The default is Computers. If available the response only includes keyword demographics data for the device types that you specify." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "device" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightGetKeywordDemographicsRequest/device> .

:microsoftads-property-microsoftads-ad-insight-get-keyword-demographics-request-device-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device classification" ;
    rdfs:comment "Upstream comment: An array of devices for which you want to get demographics data. Supported device types include the following: Computers, NonSmartphones, Smartphones, Tablets. The default is Computers. If available the response only includes keyword demographics data for the device types that you specify." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-get-keyword-demographics-request-device-element ;
    dcls:classifiedByRule :device-based-rule ;
    dcls:candidatePersonalDataCategory pd:DeviceBased ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-get-keyword-demographics-request-device-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-keyword-demographics-request-device-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-get-keyword-demographics-request-device-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-get-keyword-demographics-request-device-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-keyword-demographics-request-device-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.74 .

:microsoftads-property-microsoftads-ad-insight-get-keyword-demographics-request-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The language in which the keywords are written. For possible values, see Ad Languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightGetKeywordDemographicsRequest/language> .

:microsoftads-property-microsoftads-ad-insight-get-keyword-demographics-request-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The language in which the keywords are written. For possible values, see Ad Languages. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-get-keyword-demographics-request-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-get-keyword-demographics-request-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-keyword-demographics-request-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-get-keyword-demographics-request-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-get-keyword-demographics-request-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-keyword-demographics-request-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-ad-insight-get-keyword-demographics-request-publisher-country-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Publisher Country field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The country code of the country/region to use as the source of the demographics data. The country/region that you specify must support the language specified in the Language element. For possible values, see Ad Languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "publisherCountry" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightGetKeywordDemographicsRequest/publisherCountry> .

:microsoftads-property-microsoftads-ad-insight-get-keyword-demographics-request-publisher-country-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Publisher Country classification" ;
    rdfs:comment "Upstream comment: The country code of the country/region to use as the source of the demographics data. The country/region that you specify must support the language specified in the Language element. For possible values, see Ad Languages." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-get-keyword-demographics-request-publisher-country-element ;
    dcls:classifiedByRule :country-rule ;
    dcls:candidatePersonalDataCategory pd:Country ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-get-keyword-demographics-request-publisher-country-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-keyword-demographics-request-publisher-country-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Publisher Country confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-get-keyword-demographics-request-publisher-country-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-get-keyword-demographics-request-publisher-country-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-keyword-demographics-request-publisher-country-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.90 .

:microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-device-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: An array of devices for which you want to get geographical location information. Supported device types include the following: Computers, NonSmartphones, Smartphones, Tablets. The default is Computers. The response includes keyword locations data for only the device types that you specify, if available." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "device" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightGetKeywordLocationsRequest/device> .

:microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-device-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device classification" ;
    rdfs:comment "Upstream comment: An array of devices for which you want to get geographical location information. Supported device types include the following: Computers, NonSmartphones, Smartphones, Tablets. The default is Computers. The response includes keyword locations data for only the device types that you specify, if available." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-device-element ;
    dcls:classifiedByRule :device-based-rule ;
    dcls:candidatePersonalDataCategory pd:DeviceBased ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-device-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-device-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-device-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-device-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-device-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.74 .

:microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The language in which the keywords are written. For possible values, see Ad Languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightGetKeywordLocationsRequest/language> .

:microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The language in which the keywords are written. For possible values, see Ad Languages. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-parent-country-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Parent Country field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The country/region from which the search originated. For possible values, see Geographical Location Codes. The default is US." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "parentCountry" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightGetKeywordLocationsRequest/parentCountry> .

:microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-parent-country-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Parent Country classification" ;
    rdfs:comment "Upstream comment: The country/region from which the search originated. For possible values, see Geographical Location Codes. The default is US." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-parent-country-element ;
    dcls:classifiedByRule :country-rule ;
    dcls:candidatePersonalDataCategory pd:Country ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-parent-country-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-parent-country-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Parent Country confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-parent-country-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-parent-country-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-parent-country-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.90 .

:microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-publisher-country-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Publisher Country field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The country code of the country/region to use as the source of the location data. The country/region that you specify must support the language specified in the Language element. For possible values, see Ad Languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "publisherCountry" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightGetKeywordLocationsRequest/publisherCountry> .

:microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-publisher-country-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Publisher Country classification" ;
    rdfs:comment "Upstream comment: The country code of the country/region to use as the source of the location data. The country/region that you specify must support the language specified in the Language element. For possible values, see Ad Languages." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-publisher-country-element ;
    dcls:classifiedByRule :country-rule ;
    dcls:candidatePersonalDataCategory pd:Country ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-publisher-country-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-publisher-country-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Publisher Country confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-publisher-country-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-publisher-country-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-get-keyword-locations-request-publisher-country-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.90 .

:microsoftads-property-microsoftads-ad-insight-keyword-demographic-device-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The device of the user who entered the search query." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "device" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightKeywordDemographic/device> .

:microsoftads-property-microsoftads-ad-insight-keyword-demographic-device-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device classification" ;
    rdfs:comment "Upstream comment: The device of the user who entered the search query." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-keyword-demographic-device-element ;
    dcls:classifiedByRule :device-based-rule ;
    dcls:candidatePersonalDataCategory pd:DeviceBased ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-keyword-demographic-device-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-keyword-demographic-device-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-keyword-demographic-device-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-keyword-demographic-device-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-keyword-demographic-device-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.74 .

:microsoftads-property-microsoftads-ad-insight-keyword-demographic-gender-unknown-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Gender Unknown field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Not Used." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "genderUnknown" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightKeywordDemographic/genderUnknown> .

:microsoftads-property-microsoftads-ad-insight-keyword-demographic-gender-unknown-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Gender Unknown classification" ;
    rdfs:comment "Upstream comment: Not Used." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-keyword-demographic-gender-unknown-element ;
    dcls:classifiedByRule :gender-rule ;
    dcls:candidatePersonalDataCategory pd:Gender ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-keyword-demographic-gender-unknown-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-keyword-demographic-gender-unknown-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Gender Unknown confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-keyword-demographic-gender-unknown-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-keyword-demographic-gender-unknown-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-keyword-demographic-gender-unknown-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.94 .

:microsoftads-property-microsoftads-ad-insight-keyword-kpi-device-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The device where the ad appeared." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "device" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightKeywordKPI/device> .

:microsoftads-property-microsoftads-ad-insight-keyword-kpi-device-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device classification" ;
    rdfs:comment "Upstream comment: The device where the ad appeared." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-keyword-kpi-device-element ;
    dcls:classifiedByRule :device-based-rule ;
    dcls:candidatePersonalDataCategory pd:DeviceBased ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-keyword-kpi-device-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-keyword-kpi-device-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-keyword-kpi-device-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-keyword-kpi-device-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-keyword-kpi-device-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.74 .

:microsoftads-property-microsoftads-ad-insight-keyword-location-device-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The device of the user who entered the search query." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "device" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightKeywordLocation/device> .

:microsoftads-property-microsoftads-ad-insight-keyword-location-device-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device classification" ;
    rdfs:comment "Upstream comment: The device of the user who entered the search query." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-keyword-location-device-element ;
    dcls:classifiedByRule :device-based-rule ;
    dcls:candidatePersonalDataCategory pd:DeviceBased ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-keyword-location-device-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-keyword-location-device-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-keyword-location-device-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-keyword-location-device-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-keyword-location-device-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.74 .

:microsoftads-property-microsoftads-ad-insight-keyword-opportunity-reference-keyword-bid-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Reference Keyword Bid field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightKeywordOpportunity/referenceKeywordBid> and path referenceKeywordBid." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "referenceKeywordBid" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightKeywordOpportunity/referenceKeywordBid> .

:microsoftads-property-microsoftads-ad-insight-keyword-opportunity-reference-keyword-bid-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Reference Keyword Bid classification" ;
    rdfs:comment "Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-keyword-opportunity-reference-keyword-bid-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-keyword-opportunity-reference-keyword-bid-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-keyword-opportunity-reference-keyword-bid-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Reference Keyword Bid confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-keyword-opportunity-reference-keyword-bid-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-keyword-opportunity-reference-keyword-bid-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-keyword-opportunity-reference-keyword-bid-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-ad-insight-keyword-opportunity-reference-keyword-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Reference Keyword Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightKeywordOpportunity/referenceKeywordId> and path referenceKeywordId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "referenceKeywordId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightKeywordOpportunity/referenceKeywordId> .

:microsoftads-property-microsoftads-ad-insight-keyword-opportunity-reference-keyword-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Reference Keyword Id classification" ;
    rdfs:comment "Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-keyword-opportunity-reference-keyword-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-keyword-opportunity-reference-keyword-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-keyword-opportunity-reference-keyword-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Reference Keyword Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-keyword-opportunity-reference-keyword-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-keyword-opportunity-reference-keyword-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-keyword-opportunity-reference-keyword-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-ad-insight-keyword-opportunity-reference-keyword-match-type-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Reference Keyword Match Type field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightKeywordOpportunity/referenceKeywordMatchType> and path referenceKeywordMatchType." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "referenceKeywordMatchType" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightKeywordOpportunity/referenceKeywordMatchType> .

:microsoftads-property-microsoftads-ad-insight-keyword-opportunity-reference-keyword-match-type-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Reference Keyword Match Type classification" ;
    rdfs:comment "Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-keyword-opportunity-reference-keyword-match-type-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-keyword-opportunity-reference-keyword-match-type-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-keyword-opportunity-reference-keyword-match-type-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Reference Keyword Match Type confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-keyword-opportunity-reference-keyword-match-type-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-keyword-opportunity-reference-keyword-match-type-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-keyword-opportunity-reference-keyword-match-type-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-ad-insight-keyword-recommendation-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account. Output only." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightKeywordRecommendation/accountId> .

:microsoftads-property-microsoftads-ad-insight-keyword-recommendation-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account. Output only. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-keyword-recommendation-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-keyword-recommendation-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-keyword-recommendation-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-keyword-recommendation-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-keyword-recommendation-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-keyword-recommendation-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-ad-insight-keyword-recommendation-account-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The name of the account. Output only." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightKeywordRecommendation/accountName> .

:microsoftads-property-microsoftads-ad-insight-keyword-recommendation-account-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Name classification" ;
    rdfs:comment "Upstream comment: The name of the account. Output only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-keyword-recommendation-account-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-keyword-recommendation-account-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-keyword-recommendation-account-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-keyword-recommendation-account-name-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-keyword-recommendation-account-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-keyword-recommendation-account-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-ad-insight-language-criterion-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The language that you require. Possible case-sensitive values are English, French, and German." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightLanguageCriterion/language> .

:microsoftads-property-microsoftads-ad-insight-language-criterion-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The language that you require. Possible case-sensitive values are English, French, and German. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-language-criterion-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-language-criterion-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-language-criterion-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-language-criterion-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-language-criterion-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-language-criterion-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-ad-insight-language-search-parameter-languages-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Languages field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The language criterion list for the returned keyword ideas." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "languages" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightLanguageSearchParameter/languages> .

:microsoftads-property-microsoftads-ad-insight-language-search-parameter-languages-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Languages classification" ;
    rdfs:comment "Upstream comment: The language criterion list for the returned keyword ideas. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-language-search-parameter-languages-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-language-search-parameter-languages-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-language-search-parameter-languages-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Languages confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-language-search-parameter-languages-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-language-search-parameter-languages-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-language-search-parameter-languages-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-ad-insight-recommendation-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightRecommendation/accountId> .

:microsoftads-property-microsoftads-ad-insight-recommendation-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-recommendation-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-recommendation-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-recommendation-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-recommendation-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-recommendation-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-recommendation-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-ad-insight-recommendation-base-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account. Output only." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightRecommendationBase/accountId> .

:microsoftads-property-microsoftads-ad-insight-recommendation-base-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account. Output only. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-recommendation-base-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-recommendation-base-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-recommendation-base-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-recommendation-base-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-recommendation-base-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-recommendation-base-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-ad-insight-recommendation-base-base-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightRecommendationBaseBase/accountId> and path accountId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightRecommendationBaseBase/accountId> .

:microsoftads-property-microsoftads-ad-insight-recommendation-base-base-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-recommendation-base-base-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-recommendation-base-base-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-recommendation-base-base-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-recommendation-base-base-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-recommendation-base-base-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-recommendation-base-base-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-ad-insight-recommendation-base-base-account-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightRecommendationBaseBase/accountName> and path accountName." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightRecommendationBaseBase/accountName> .

:microsoftads-property-microsoftads-ad-insight-recommendation-base-base-account-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Name classification" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-recommendation-base-base-account-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-recommendation-base-base-account-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-recommendation-base-base-account-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-recommendation-base-base-account-name-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-recommendation-base-base-account-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-recommendation-base-base-account-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-ad-insight-remove-conflicting-negative-keyword-recommendation-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account. Output only." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightRemoveConflictingNegativeKeywordRecommendation/accountId> .

:microsoftads-property-microsoftads-ad-insight-remove-conflicting-negative-keyword-recommendation-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account. Output only. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-remove-conflicting-negative-keyword-recommendation-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-remove-conflicting-negative-keyword-recommendation-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-remove-conflicting-negative-keyword-recommendation-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-remove-conflicting-negative-keyword-recommendation-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-remove-conflicting-negative-keyword-recommendation-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-remove-conflicting-negative-keyword-recommendation-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-ad-insight-remove-conflicting-negative-keyword-recommendation-account-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The name of the account. Output only." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightRemoveConflictingNegativeKeywordRecommendation/accountName> .

:microsoftads-property-microsoftads-ad-insight-remove-conflicting-negative-keyword-recommendation-account-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Name classification" ;
    rdfs:comment "Upstream comment: The name of the account. Output only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-remove-conflicting-negative-keyword-recommendation-account-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-remove-conflicting-negative-keyword-recommendation-account-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-remove-conflicting-negative-keyword-recommendation-account-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-remove-conflicting-negative-keyword-recommendation-account-name-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-remove-conflicting-negative-keyword-recommendation-account-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-remove-conflicting-negative-keyword-recommendation-account-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-ad-insight-responsive-search-ad-asset-recommendation-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account. Output only." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightResponsiveSearchAdAssetRecommendation/accountId> .

:microsoftads-property-microsoftads-ad-insight-responsive-search-ad-asset-recommendation-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account. Output only. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-responsive-search-ad-asset-recommendation-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-responsive-search-ad-asset-recommendation-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-responsive-search-ad-asset-recommendation-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-responsive-search-ad-asset-recommendation-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-responsive-search-ad-asset-recommendation-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-responsive-search-ad-asset-recommendation-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-ad-insight-responsive-search-ad-asset-recommendation-account-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The name of the account. Output only." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightResponsiveSearchAdAssetRecommendation/accountName> .

:microsoftads-property-microsoftads-ad-insight-responsive-search-ad-asset-recommendation-account-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Name classification" ;
    rdfs:comment "Upstream comment: The name of the account. Output only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-responsive-search-ad-asset-recommendation-account-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-responsive-search-ad-asset-recommendation-account-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-responsive-search-ad-asset-recommendation-account-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-responsive-search-ad-asset-recommendation-account-name-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-responsive-search-ad-asset-recommendation-account-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-responsive-search-ad-asset-recommendation-account-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-ad-insight-responsive-search-ad-recommendation-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account. Output only." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightResponsiveSearchAdRecommendation/accountId> .

:microsoftads-property-microsoftads-ad-insight-responsive-search-ad-recommendation-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account. Output only. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-responsive-search-ad-recommendation-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-responsive-search-ad-recommendation-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-responsive-search-ad-recommendation-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-responsive-search-ad-recommendation-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-responsive-search-ad-recommendation-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-responsive-search-ad-recommendation-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-ad-insight-responsive-search-ad-recommendation-account-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The account name. Output only." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightResponsiveSearchAdRecommendation/accountName> .

:microsoftads-property-microsoftads-ad-insight-responsive-search-ad-recommendation-account-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Name classification" ;
    rdfs:comment "Upstream comment: The account name. Output only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-responsive-search-ad-recommendation-account-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-responsive-search-ad-recommendation-account-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-responsive-search-ad-recommendation-account-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-responsive-search-ad-recommendation-account-name-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-responsive-search-ad-recommendation-account-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-responsive-search-ad-recommendation-account-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-ad-insight-responsive-search-ads-recommendation-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightResponsiveSearchAdsRecommendation/accountId> .

:microsoftads-property-microsoftads-ad-insight-responsive-search-ads-recommendation-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-responsive-search-ads-recommendation-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-responsive-search-ads-recommendation-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-responsive-search-ads-recommendation-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-responsive-search-ads-recommendation-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-responsive-search-ads-recommendation-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-responsive-search-ads-recommendation-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-ad-insight-search-counts-by-attributes-device-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The device of the user who entered the search query." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "device" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightSearchCountsByAttributes/device> .

:microsoftads-property-microsoftads-ad-insight-search-counts-by-attributes-device-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device classification" ;
    rdfs:comment "Upstream comment: The device of the user who entered the search query." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-search-counts-by-attributes-device-element ;
    dcls:classifiedByRule :device-based-rule ;
    dcls:candidatePersonalDataCategory pd:DeviceBased ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-search-counts-by-attributes-device-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-search-counts-by-attributes-device-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-search-counts-by-attributes-device-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-search-counts-by-attributes-device-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-search-counts-by-attributes-device-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.74 .

:microsoftads-property-microsoftads-ad-insight-search-parameter-device-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightSearchParameter/device> and path device." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "device" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightSearchParameter/device> .

:microsoftads-property-microsoftads-ad-insight-search-parameter-device-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device classification" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-search-parameter-device-element ;
    dcls:classifiedByRule :device-based-rule ;
    dcls:candidatePersonalDataCategory pd:DeviceBased ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-search-parameter-device-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-search-parameter-device-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-search-parameter-device-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-search-parameter-device-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-search-parameter-device-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.74 .

:microsoftads-property-microsoftads-ad-insight-search-parameter-languages-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Languages field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightSearchParameter/languages> and path languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "languages" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightSearchParameter/languages> .

:microsoftads-property-microsoftads-ad-insight-search-parameter-languages-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Languages classification" ;
    rdfs:comment "Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-search-parameter-languages-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-search-parameter-languages-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-search-parameter-languages-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Languages confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-search-parameter-languages-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-search-parameter-languages-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-search-parameter-languages-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-ad-insight-suggest-keywords-for-url-request-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The language used by the website. For possible values, see Ad Languages. The default is English." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightSuggestKeywordsForUrlRequest/language> .

:microsoftads-property-microsoftads-ad-insight-suggest-keywords-for-url-request-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The language used by the website. For possible values, see Ad Languages. The default is English. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-suggest-keywords-for-url-request-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-suggest-keywords-for-url-request-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-suggest-keywords-for-url-request-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-suggest-keywords-for-url-request-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-suggest-keywords-for-url-request-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-suggest-keywords-for-url-request-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-ad-insight-suggest-keywords-from-existing-keywords-request-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The language in which the keyword is written. Possible case-sensitive values are English, French, and German. See the Remarks section below for a list of providers that are supported for each language. The default is English." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightSuggestKeywordsFromExistingKeywordsRequest/language> .

:microsoftads-property-microsoftads-ad-insight-suggest-keywords-from-existing-keywords-request-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The language in which the keyword is written. Possible case-sensitive values are English, French, and German. See the Remarks section below for a list of providers that are supported for each language. The default is English. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-suggest-keywords-from-existing-keywords-request-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-suggest-keywords-from-existing-keywords-request-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-suggest-keywords-from-existing-keywords-request-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-suggest-keywords-from-existing-keywords-request-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-suggest-keywords-from-existing-keywords-request-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-suggest-keywords-from-existing-keywords-request-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-ad-insight-use-broad-match-keyword-recommendation-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account. Output only." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightUseBroadMatchKeywordRecommendation/accountId> .

:microsoftads-property-microsoftads-ad-insight-use-broad-match-keyword-recommendation-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account. Output only. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-use-broad-match-keyword-recommendation-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-use-broad-match-keyword-recommendation-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-use-broad-match-keyword-recommendation-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-use-broad-match-keyword-recommendation-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-use-broad-match-keyword-recommendation-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-use-broad-match-keyword-recommendation-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-ad-insight-use-broad-match-keyword-recommendation-account-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The name of the account. Output only." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightUseBroadMatchKeywordRecommendation/accountName> .

:microsoftads-property-microsoftads-ad-insight-use-broad-match-keyword-recommendation-account-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Name classification" ;
    rdfs:comment "Upstream comment: The name of the account. Output only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-use-broad-match-keyword-recommendation-account-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-use-broad-match-keyword-recommendation-account-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-use-broad-match-keyword-recommendation-account-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-use-broad-match-keyword-recommendation-account-name-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-use-broad-match-keyword-recommendation-account-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-use-broad-match-keyword-recommendation-account-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-ad-insight-use-broad-match-keyword-recommendation-keyword-order-item-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Keyword Order Item Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The ID of the keyword order item." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "keywordOrderItemId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.AdInsightUseBroadMatchKeywordRecommendation/keywordOrderItemId> .

:microsoftads-property-microsoftads-ad-insight-use-broad-match-keyword-recommendation-keyword-order-item-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Keyword Order Item Id classification" ;
    rdfs:comment "Upstream comment: The ID of the keyword order item. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-ad-insight-use-broad-match-keyword-recommendation-keyword-order-item-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-ad-insight-use-broad-match-keyword-recommendation-keyword-order-item-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-use-broad-match-keyword-recommendation-keyword-order-item-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Keyword Order Item Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-ad-insight-use-broad-match-keyword-recommendation-keyword-order-item-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-ad-insight-use-broad-match-keyword-recommendation-keyword-order-item-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-ad-insight-use-broad-match-keyword-recommendation-keyword-order-item-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-bulk-batch-error-publisher-country-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Publisher Country field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.BulkBatchError/publisherCountry> and path publisherCountry." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "publisherCountry" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.BulkBatchError/publisherCountry> .

:microsoftads-property-microsoftads-bulk-batch-error-publisher-country-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Publisher Country classification" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-bulk-batch-error-publisher-country-element ;
    dcls:classifiedByRule :country-rule ;
    dcls:candidatePersonalDataCategory pd:Country ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-bulk-batch-error-publisher-country-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-bulk-batch-error-publisher-country-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Publisher Country confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-bulk-batch-error-publisher-country-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-bulk-batch-error-publisher-country-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-bulk-batch-error-publisher-country-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.90 .

:microsoftads-property-microsoftads-bulk-campaign-scope-parent-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Parent Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account that owns the campaign to download." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "parentAccountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.BulkCampaignScope/parentAccountId> .

:microsoftads-property-microsoftads-bulk-campaign-scope-parent-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Parent Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account that owns the campaign to download. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-bulk-campaign-scope-parent-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-bulk-campaign-scope-parent-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-bulk-campaign-scope-parent-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Parent Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-bulk-campaign-scope-parent-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-bulk-campaign-scope-parent-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-bulk-campaign-scope-parent-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-bulk-download-campaigns-by-account-ids-request-account-ids-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Ids field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account that contains the campaign data to download. The maximum number of accounts that you can specify is one. The size of the account that you can download is limited to four million keywords. If you try to download an account that contains more than 4 million keywords, the call will fail with error 3207 (AccountTooBigToDownload). If the call fails, please call the DownloadCampaignsByCampaignIds operation to download the account by campaigns. The Details element of the fault includes a comma-delimited list of the campaign IDs that the account owns." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountIds" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.BulkDownloadCampaignsByAccountIdsRequest/accountIds> .

:microsoftads-property-microsoftads-bulk-download-campaigns-by-account-ids-request-account-ids-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Ids classification" ;
    rdfs:comment "Upstream comment: The identifier of the account that contains the campaign data to download. The maximum number of accounts that you can specify is one. The size of the account that you can download is limited to four million keywords. If you try to download an account that contains more than 4 million keywords, the call will fail with error 3207 (AccountTooBigToDownload). If the call fails, please call the DownloadCampaignsByCampaignIds operation to download the account by campaigns. The Details element of the fault includes a comma-delimited list of the campaign IDs that the account owns. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-bulk-download-campaigns-by-account-ids-request-account-ids-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-bulk-download-campaigns-by-account-ids-request-account-ids-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-bulk-download-campaigns-by-account-ids-request-account-ids-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Ids confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-bulk-download-campaigns-by-account-ids-request-account-ids-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-bulk-download-campaigns-by-account-ids-request-account-ids-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-bulk-download-campaigns-by-account-ids-request-account-ids-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-bulk-editorial-error-publisher-country-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Publisher Country field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The corresponding country or region for the flagged editorial issue." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "publisherCountry" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.BulkEditorialError/publisherCountry> .

:microsoftads-property-microsoftads-bulk-editorial-error-publisher-country-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Publisher Country classification" ;
    rdfs:comment "Upstream comment: The corresponding country or region for the flagged editorial issue." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-bulk-editorial-error-publisher-country-element ;
    dcls:classifiedByRule :country-rule ;
    dcls:candidatePersonalDataCategory pd:Country ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-bulk-editorial-error-publisher-country-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-bulk-editorial-error-publisher-country-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Publisher Country confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-bulk-editorial-error-publisher-country-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-bulk-editorial-error-publisher-country-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-bulk-editorial-error-publisher-country-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.90 .

:microsoftads-property-microsoftads-bulk-get-bulk-upload-url-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The account identifier corresponding to the data that will be uploaded." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.BulkGetBulkUploadUrlRequest/accountId> .

:microsoftads-property-microsoftads-bulk-get-bulk-upload-url-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The account identifier corresponding to the data that will be uploaded. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-bulk-get-bulk-upload-url-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-bulk-get-bulk-upload-url-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-bulk-get-bulk-upload-url-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-bulk-get-bulk-upload-url-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-bulk-get-bulk-upload-url-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-bulk-get-bulk-upload-url-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-bulk-upload-entity-records-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.BulkUploadEntityRecordsRequest/accountId> and path accountId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.BulkUploadEntityRecordsRequest/accountId> .

:microsoftads-property-microsoftads-bulk-upload-entity-records-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-bulk-upload-entity-records-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-bulk-upload-entity-records-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-bulk-upload-entity-records-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-bulk-upload-entity-records-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-bulk-upload-entity-records-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-bulk-upload-entity-records-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-account-migration-statuses-info-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The Microsoft Advertising identifier of the account." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAccountMigrationStatusesInfo/accountId> .

:microsoftads-property-microsoftads-campaign-management-account-migration-statuses-info-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The Microsoft Advertising identifier of the account. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-account-migration-statuses-info-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-account-migration-statuses-info-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-account-migration-statuses-info-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-account-migration-statuses-info-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-account-migration-statuses-info-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-account-migration-statuses-info-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-action-ad-extension-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Not supported for this ad extension type." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementActionAdExtension/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-action-ad-extension-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Upstream comment: Not supported for this ad extension type. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-action-ad-extension-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-action-ad-extension-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-action-ad-extension-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-action-ad-extension-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-action-ad-extension-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-action-ad-extension-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-action-ad-extension-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The language that the ad extension will be served in. The extension will always be served in this language, regardless of the campaign or ad group's language settings. The supported language strings are: Danish, Dutch, English, Finnish, French, German, Italian, Norwegian, Portuguese, Spanish, Swedish, and TraditionalChinese. Microsoft Advertising does not support all action types for all languages. If you attempt to use an unsupported action type and language combination, an error will be returned. For details see Action Text for Action Ad Extensions. Add: Required Update: Required" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementActionAdExtension/language> .

:microsoftads-property-microsoftads-campaign-management-action-ad-extension-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The language that the ad extension will be served in. The extension will always be served in this language, regardless of the campaign or ad group's language settings. The supported language strings are: Danish, Dutch, English, Finnish, French, German, Italian, Norwegian, Portuguese, Spanish, Swedish, and TraditionalChinese. Microsoft Advertising does not support all action types for all languages. If you attempt to use an unsupported action type and language combination, an error will be returned. For details see Action Text for Action Ad Extensions. Add: Required Update: Required Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-action-ad-extension-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-action-ad-extension-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-action-ad-extension-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-action-ad-extension-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-action-ad-extension-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-action-ad-extension-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-campaign-management-ad-ad-format-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Ad Format Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The Ad Format Preference is used to indicate whether or not you prefer the ad copy to be shown to users as a search or audience ad. Search ads tend to be written as a call to action, whereas audience ads should be written in more of an informational style. While you have the option to use search ads as audience ads, designating an ad as Audience ads preferred format allows you to optimize its messaging for native delivery. Possible values are AudienceAd and All. If set to All, the ad will be eligible for both search and audience ad formats. If set to AudienceAd, the ad will only be eligible for the audience ad format. Ad Format Preference is only supported for ExpandedTextAd and TextAd objects." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "adFormatPreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAd/adFormatPreference> .

:microsoftads-property-microsoftads-campaign-management-ad-ad-format-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Ad Format Preference classification" ;
    rdfs:comment "Upstream comment: The Ad Format Preference is used to indicate whether or not you prefer the ad copy to be shown to users as a search or audience ad. Search ads tend to be written as a call to action, whereas audience ads should be written in more of an informational style. While you have the option to use search ads as audience ads, designating an ad as Audience ads preferred format allows you to optimize its messaging for native delivery. Possible values are AudienceAd and All. If set to All, the ad will be eligible for both search and audience ad formats. If set to AudienceAd, the ad will only be eligible for the audience ad format. Ad Format Preference is only supported for ExpandedTextAd and TextAd objects. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-ad-ad-format-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-ad-ad-format-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-ad-format-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Ad Format Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-ad-ad-format-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-ad-ad-format-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-ad-format-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-ad-app-store-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising App Store Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAd/appStoreId> and path appStoreId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "appStoreId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAd/appStoreId> .

:microsoftads-property-microsoftads-campaign-management-ad-app-store-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising App Store Id classification" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-ad-app-store-id-element ;
    dcls:classifiedByRule :device-based-rule ;
    dcls:candidatePersonalDataCategory pd:DeviceBased ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-ad-app-store-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-app-store-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising App Store Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-ad-app-store-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-ad-app-store-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-app-store-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.74 .

:microsoftads-property-microsoftads-campaign-management-ad-call-to-action-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Call To Action Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAd/callToActionLanguage> and path callToActionLanguage." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "callToActionLanguage" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAd/callToActionLanguage> .

:microsoftads-property-microsoftads-campaign-management-ad-call-to-action-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Call To Action Language classification" ;
    rdfs:comment "Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-ad-call-to-action-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-ad-call-to-action-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-call-to-action-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Call To Action Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-ad-call-to-action-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-ad-call-to-action-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-call-to-action-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-campaign-management-ad-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines the device preference for showing the ad. Device preference is only supported for AppInstallAd and TextAd objects." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAd/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-ad-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Upstream comment: Determines the device preference for showing the ad. Device preference is only supported for AppInstallAd and TextAd objects. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-ad-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-ad-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-ad-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-ad-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-ad-base-ad-format-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Ad Format Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAdBase/adFormatPreference> and path adFormatPreference." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "adFormatPreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAdBase/adFormatPreference> .

:microsoftads-property-microsoftads-campaign-management-ad-base-ad-format-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Ad Format Preference classification" ;
    rdfs:comment "Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-ad-base-ad-format-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-ad-base-ad-format-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-base-ad-format-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Ad Format Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-ad-base-ad-format-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-ad-base-ad-format-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-base-ad-format-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-ad-base-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAdBase/devicePreference> and path devicePreference." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAdBase/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-ad-base-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-ad-base-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-ad-base-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-base-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-ad-base-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-ad-base-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-base-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-ad-extension-address-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Address field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAdExtension/address> and path address." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "address" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAdExtension/address> .

:microsoftads-property-microsoftads-campaign-management-ad-extension-address-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Address classification" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-ad-extension-address-element ;
    dcls:classifiedByRule :physical-address-rule ;
    dcls:candidatePersonalDataCategory pd:PhysicalAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-ad-extension-address-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-extension-address-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Address confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-ad-extension-address-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-ad-extension-address-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-extension-address-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.95 .

:microsoftads-property-microsoftads-campaign-management-ad-extension-app-store-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising App Store Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAdExtension/appStoreId> and path appStoreId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "appStoreId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAdExtension/appStoreId> .

:microsoftads-property-microsoftads-campaign-management-ad-extension-app-store-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising App Store Id classification" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-ad-extension-app-store-id-element ;
    dcls:classifiedByRule :device-based-rule ;
    dcls:candidatePersonalDataCategory pd:DeviceBased ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-ad-extension-app-store-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-extension-app-store-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising App Store Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-ad-extension-app-store-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-ad-extension-app-store-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-extension-app-store-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.74 .

:microsoftads-property-microsoftads-campaign-management-ad-extension-country-code-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Country Code field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAdExtension/countryCode> and path countryCode." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "countryCode" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAdExtension/countryCode> .

:microsoftads-property-microsoftads-campaign-management-ad-extension-country-code-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Country Code classification" ;
    rdfs:comment "Location code or region field; review whether it identifies a person, billing/shipping address, or only a market/geography." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-ad-extension-country-code-element ;
    dcls:classifiedByRule :location-code-rule ;
    dcls:candidatePersonalDataCategory pd:Location ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-ad-extension-country-code-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-extension-country-code-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Country Code confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-ad-extension-country-code-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-ad-extension-country-code-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-extension-country-code-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.64 .

:microsoftads-property-microsoftads-campaign-management-ad-extension-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: This element determines whether the preference is for the ad extension to be displayed on mobile devices or all devices. To specify a preference for mobile devices, set this element to 30001. To specify all devices, set this element to 0 (zero) or leave the element nil. By default, this element will be nil. This element is only applicable for the AppAdExtension and SitelinkAdExtension types." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAdExtension/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-ad-extension-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Upstream comment: This element determines whether the preference is for the ad extension to be displayed on mobile devices or all devices. To specify a preference for mobile devices, set this element to 30001. To specify all devices, set this element to 0 (zero) or leave the element nil. By default, this element will be nil. This element is only applicable for the AppAdExtension and SitelinkAdExtension types. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-ad-extension-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-ad-extension-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-extension-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-ad-extension-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-ad-extension-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-extension-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-ad-extension-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAdExtension/language> and path language." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAdExtension/language> .

:microsoftads-property-microsoftads-campaign-management-ad-extension-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-ad-extension-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-ad-extension-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-extension-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-ad-extension-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-ad-extension-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-extension-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-campaign-management-ad-extension-lead-emails-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Lead Emails field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAdExtension/leadEmails> and path leadEmails." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "leadEmails" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAdExtension/leadEmails> .

:microsoftads-property-microsoftads-campaign-management-ad-extension-lead-emails-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Lead Emails classification" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-ad-extension-lead-emails-element ;
    dcls:classifiedByRule :email-address-rule ;
    dcls:candidatePersonalDataCategory pd:EmailAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-ad-extension-lead-emails-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-extension-lead-emails-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Lead Emails confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-ad-extension-lead-emails-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-ad-extension-lead-emails-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-extension-lead-emails-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.98 .

:microsoftads-property-microsoftads-campaign-management-ad-extension-phone-number-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Phone Number field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAdExtension/phoneNumber> and path phoneNumber." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "phoneNumber" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAdExtension/phoneNumber> .

:microsoftads-property-microsoftads-campaign-management-ad-extension-phone-number-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Phone Number classification" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-ad-extension-phone-number-element ;
    dcls:classifiedByRule :telephone-number-rule ;
    dcls:candidatePersonalDataCategory pd:TelephoneNumber ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-ad-extension-phone-number-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-extension-phone-number-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Phone Number confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-ad-extension-phone-number-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-ad-extension-phone-number-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-extension-phone-number-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.97 .

:microsoftads-property-microsoftads-campaign-management-ad-extension-source-url-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Source Url field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAdExtension/sourceUrl> and path sourceUrl." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "sourceUrl" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAdExtension/sourceUrl> .

:microsoftads-property-microsoftads-campaign-management-ad-extension-source-url-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Source Url classification" ;
    rdfs:comment "URL or query-parameter field may carry identifiers, campaign parameters, or personal data in the source system." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-ad-extension-source-url-element ;
    dcls:classifiedByRule :browsing-referral-rule ;
    dcls:candidatePersonalDataCategory pd:BrowsingReferral ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-ad-extension-source-url-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-extension-source-url-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Source Url confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-ad-extension-source-url-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-ad-extension-source-url-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-extension-source-url-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.78 .

:microsoftads-property-microsoftads-campaign-management-ad-extension-base-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAdExtensionBase/devicePreference> and path devicePreference." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAdExtensionBase/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-ad-extension-base-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-ad-extension-base-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-ad-extension-base-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-extension-base-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-ad-extension-base-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-ad-extension-base-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-extension-base-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-ad-group-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Your ad language setting determines the language you will use when you write your ads and should be the language of your customers. IMPORTANT: If languages are set at both the ad group and campaign level, the ad group level language will override the campaign level language. The supported language strings for Search and Shopping campaigns are: Bulgarian, Croatian, Czech, Danish, Dutch, English, Estonian, Finnish, French, German, Greek, Hungarian, Italian, Latvian, Lithuanian, Maltese, Norwegian, Polish, Portuguese, Romanian, Slovak, Slovenian, Spanish, Swedish, and TraditionalChinese. NOTE: The following languages are not yet available for everyone: Bulgarian, Croatian, Czech, Estonian, Greek, Hungarian, Latvian, Lithuanian, Maltese, Polish, Romanian, Slovak, Slovenian. For Dynamic Search Ads campaigns, the campaign and ad group level language settings are ignored in favor of the website domain language. You should set campaign languages to \"All\" and leave the ad group level language empty. For ad groups in Audience campaigns, ad group level language is not supported, and you must set the Languages element of the ad group's campaign to \"All\". Add: Optional if the campaign has one or more languages set, and otherwise the language is required for most campaign types. You are not allowed to set this element for ad groups in Audience campaigns. Update: Optional. If no value is set for the update, this setting is not changed. To remove the language and defer to the campaign level languages, set this element to an empty string value (\"\")." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAdGroup/language> .

:microsoftads-property-microsoftads-campaign-management-ad-group-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: Your ad language setting determines the language you will use when you write your ads and should be the language of your customers. IMPORTANT: If languages are set at both the ad group and campaign level, the ad group level language will override the campaign level language. The supported language strings for Search and Shopping campaigns are: Bulgarian, Croatian, Czech, Danish, Dutch, English, Estonian, Finnish, French, German, Greek, Hungarian, Italian, Latvian, Lithuanian, Maltese, Norwegian, Polish, Portuguese, Romanian, Slovak, Slovenian, Spanish, Swedish, and TraditionalChinese. NOTE: The following languages are not yet available for everyone: Bulgarian, Croatian, Czech, Estonian, Greek, Hungarian, Latvian, Lithuanian, Maltese, Polish, Romanian, Slovak, Slovenian. For Dynamic Search Ads campaigns, the campaign and ad group level language settings are ignored in favor of the website domain language. You should set campaign languages to \"All\" and leave the ad group level language empty. For ad groups in Audience campaigns, ad group level language is not supported, and you must set the Languages element of the ad group's campaign to \"All\". Add: Optional if the campaign has one or more languages set, and otherwise the language is required for most campaign types. You are not allowed to set this element for ad groups in Audience campaigns. Update: Optional. If no value is set for the update, this setting is not changed. To remove the language and defer to the campaign level languages, set this element to an empty string value (\"\"). Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-ad-group-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-ad-group-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-group-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-ad-group-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-ad-group-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-ad-group-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-campaign-management-add-ad-extensions-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account to add the extensions to." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAddAdExtensionsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-add-ad-extensions-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account to add the extensions to. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-add-ad-extensions-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-add-ad-extensions-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-add-ad-extensions-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-add-ad-extensions-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-add-ad-extensions-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-add-ad-extensions-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-add-brand-kits-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The Microsoft Advertising identifier of the account." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAddBrandKitsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-add-brand-kits-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The Microsoft Advertising identifier of the account. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-add-brand-kits-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-add-brand-kits-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-add-brand-kits-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-add-brand-kits-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-add-brand-kits-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-add-brand-kits-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-add-campaigns-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account to add the campaigns to." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAddCampaignsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-add-campaigns-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account to add the campaigns to. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-add-campaigns-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-add-campaigns-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-add-campaigns-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-add-campaigns-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-add-campaigns-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-add-campaigns-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-add-data-exclusions-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The account ID." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAddDataExclusionsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-add-data-exclusions-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The account ID. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-add-data-exclusions-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-add-data-exclusions-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-add-data-exclusions-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-add-data-exclusions-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-add-data-exclusions-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-add-data-exclusions-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-add-media-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account that owns the asset library." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAddMediaRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-add-media-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account that owns the asset library. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-add-media-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-add-media-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-add-media-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-add-media-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-add-media-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-add-media-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-add-seasonality-adjustments-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The account ID." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAddSeasonalityAdjustmentsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-add-seasonality-adjustments-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The account ID. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-add-seasonality-adjustments-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-add-seasonality-adjustments-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-add-seasonality-adjustments-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-add-seasonality-adjustments-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-add-seasonality-adjustments-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-add-seasonality-adjustments-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-address-city-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising City Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The name of the city where the street address is located. The name can contain a maximum of 80 characters. Add: Required Update: Required" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "cityName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAddress/cityName> .

:microsoftads-property-microsoftads-campaign-management-address-city-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising City Name classification" ;
    rdfs:comment "Upstream comment: The name of the city where the street address is located. The name can contain a maximum of 80 characters. Add: Required Update: Required" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-address-city-name-element ;
    dcls:classifiedByRule :physical-address-rule ;
    dcls:candidatePersonalDataCategory pd:PhysicalAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-address-city-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-address-city-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising City Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-address-city-name-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-address-city-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-address-city-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.95 .

:microsoftads-property-microsoftads-campaign-management-address-country-code-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Country Code field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The country where the street address is located. The country code must contain a 2 character country code. The supported country code values include AR, AT, AU, BR, CA, CH, CL, CO, DE, DK, ES, FI, FR, GB, HK, ID, IE, IN, IT, MX, MY, NL, NZ, NO, PE, PH, SE, SG, TH, TW, US, VE, and VN. Add: Required Update: Required" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "countryCode" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAddress/countryCode> .

:microsoftads-property-microsoftads-campaign-management-address-country-code-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Country Code classification" ;
    rdfs:comment "Upstream comment: The country where the street address is located. The country code must contain a 2 character country code. The supported country code values include AR, AT, AU, BR, CA, CH, CL, CO, DE, DK, ES, FI, FR, GB, HK, ID, IE, IN, IT, MX, MY, NL, NZ, NO, PE, PH, SE, SG, TH, TW, US, VE, and VN. Add: Required Update: Required" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-address-country-code-element ;
    dcls:classifiedByRule :physical-address-rule ;
    dcls:candidatePersonalDataCategory pd:PhysicalAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-address-country-code-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-address-country-code-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Country Code confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-address-country-code-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-address-country-code-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-address-country-code-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.95 .

:microsoftads-property-microsoftads-campaign-management-address-postal-code-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Postal Code field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The postal or zip code. The postal code can contain a maximum of 80 characters. Add: Optional Update: Optional. If you set this element null, the previous setting will be deleted." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "postalCode" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAddress/postalCode> .

:microsoftads-property-microsoftads-campaign-management-address-postal-code-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Postal Code classification" ;
    rdfs:comment "Upstream comment: The postal or zip code. The postal code can contain a maximum of 80 characters. Add: Optional Update: Optional. If you set this element null, the previous setting will be deleted." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-address-postal-code-element ;
    dcls:classifiedByRule :postal-code-rule ;
    dcls:candidatePersonalDataCategory pd:PostalCode ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-address-postal-code-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-address-postal-code-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Postal Code confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-address-postal-code-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-address-postal-code-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-address-postal-code-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-campaign-management-address-province-code-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Province Code field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: A code that identifies the state or province where the street address is located. For example, WA. The code can contain a maximum of 50 characters. You must specify either ProvinceName or ProvinceCode. The ProvinceCode and ProvinceName are not required if the CountryCode element is set to either FR, IE, or SG. Add: Required Update: Required" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "provinceCode" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAddress/provinceCode> .

:microsoftads-property-microsoftads-campaign-management-address-province-code-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Province Code classification" ;
    rdfs:comment "Upstream comment: A code that identifies the state or province where the street address is located. For example, WA. The code can contain a maximum of 50 characters. You must specify either ProvinceName or ProvinceCode. The ProvinceCode and ProvinceName are not required if the CountryCode element is set to either FR, IE, or SG. Add: Required Update: Required" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-address-province-code-element ;
    dcls:classifiedByRule :physical-address-rule ;
    dcls:candidatePersonalDataCategory pd:PhysicalAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-address-province-code-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-address-province-code-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Province Code confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-address-province-code-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-address-province-code-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-address-province-code-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.95 .

:microsoftads-property-microsoftads-campaign-management-address-province-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Province Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The name of the state or province where the street address is located. For example, Washington. The name can contain a maximum of 50 characters. You must specify either ProvinceName or ProvinceCode. TheProvinceCode and ProvinceName are not required if the CountryCode element is set to either FR, IE, or SG. Add: Required Update: Required" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "provinceName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAddress/provinceName> .

:microsoftads-property-microsoftads-campaign-management-address-province-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Province Name classification" ;
    rdfs:comment "Upstream comment: The name of the state or province where the street address is located. For example, Washington. The name can contain a maximum of 50 characters. You must specify either ProvinceName or ProvinceCode. TheProvinceCode and ProvinceName are not required if the CountryCode element is set to either FR, IE, or SG. Add: Required Update: Required" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-address-province-name-element ;
    dcls:classifiedByRule :physical-address-rule ;
    dcls:candidatePersonalDataCategory pd:PhysicalAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-address-province-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-address-province-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Province Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-address-province-name-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-address-province-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-address-province-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.95 .

:microsoftads-property-microsoftads-campaign-management-address-street-address-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Street Address field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The first line of the address. The first line can contain a maximum of 80 characters. Add: Required Update: Required" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "streetAddress" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAddress/streetAddress> .

:microsoftads-property-microsoftads-campaign-management-address-street-address-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Street Address classification" ;
    rdfs:comment "Upstream comment: The first line of the address. The first line can contain a maximum of 80 characters. Add: Required Update: Required" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-address-street-address-element ;
    dcls:classifiedByRule :physical-address-rule ;
    dcls:candidatePersonalDataCategory pd:PhysicalAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-address-street-address-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-address-street-address-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Street Address confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-address-street-address-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-address-street-address-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-address-street-address-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.95 .

:microsoftads-property-microsoftads-campaign-management-address-street-address2-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Street Address2 field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The second line of the address. The second line can contain a maximum of 80 characters. Add: Optional Update: Optional. If you set this element null, the previous setting will be deleted." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "streetAddress2" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAddress/streetAddress2> .

:microsoftads-property-microsoftads-campaign-management-address-street-address2-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Street Address2 classification" ;
    rdfs:comment "Upstream comment: The second line of the address. The second line can contain a maximum of 80 characters. Add: Optional Update: Optional. If you set this element null, the previous setting will be deleted." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-address-street-address2-element ;
    dcls:classifiedByRule :physical-address-rule ;
    dcls:candidatePersonalDataCategory pd:PhysicalAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-address-street-address2-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-address-street-address2-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Street Address2 confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-address-street-address2-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-address-street-address2-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-address-street-address2-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.95 .

:microsoftads-property-microsoftads-campaign-management-annotation-opt-out-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The account ID." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAnnotationOptOut/accountId> .

:microsoftads-property-microsoftads-campaign-management-annotation-opt-out-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The account ID. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-annotation-opt-out-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-annotation-opt-out-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-annotation-opt-out-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-annotation-opt-out-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-annotation-opt-out-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-annotation-opt-out-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-annotation-opt-out-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The customer ID." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAnnotationOptOut/customerId> .

:microsoftads-property-microsoftads-campaign-management-annotation-opt-out-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Id classification" ;
    rdfs:comment "Upstream comment: The customer ID. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-annotation-opt-out-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-annotation-opt-out-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-annotation-opt-out-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-annotation-opt-out-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-annotation-opt-out-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-annotation-opt-out-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-app-ad-extension-app-store-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising App Store Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The application identifier provided by the app store. If the application is new, please expect to wait 4-7 days before the ad will be eligible to deliver. Add: Required Update: Required" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "appStoreId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAppAdExtension/appStoreId> .

:microsoftads-property-microsoftads-campaign-management-app-ad-extension-app-store-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising App Store Id classification" ;
    rdfs:comment "Upstream comment: The application identifier provided by the app store. If the application is new, please expect to wait 4-7 days before the ad will be eligible to deliver. Add: Required Update: Required" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-app-ad-extension-app-store-id-element ;
    dcls:classifiedByRule :device-based-rule ;
    dcls:candidatePersonalDataCategory pd:DeviceBased ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-app-ad-extension-app-store-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-app-ad-extension-app-store-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising App Store Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-app-ad-extension-app-store-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-app-ad-extension-app-store-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-app-ad-extension-app-store-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.74 .

:microsoftads-property-microsoftads-campaign-management-app-ad-extension-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: This element determines whether the preference is for the ad extension to be displayed on mobile devices or all devices. To specify a preference for mobile devices, set this element to 30001. To specify all devices, set this element to 0 (zero) or leave the element nil. By default, this element will be nil. Add: Optional Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAppAdExtension/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-app-ad-extension-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Upstream comment: This element determines whether the preference is for the ad extension to be displayed on mobile devices or all devices. To specify a preference for mobile devices, set this element to 30001. To specify all devices, set this element to 0 (zero) or leave the element nil. By default, this element will be nil. Add: Optional Update: Optional. If no value is set for the update, this setting is not changed. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-app-ad-extension-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-app-ad-extension-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-app-ad-extension-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-app-ad-extension-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-app-ad-extension-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-app-ad-extension-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-app-download-goal-app-store-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising App Store Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The application identifier provided by the app store. Add: Required Update: Optional" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "appStoreId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAppDownloadGoal/appStoreId> .

:microsoftads-property-microsoftads-campaign-management-app-download-goal-app-store-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising App Store Id classification" ;
    rdfs:comment "Upstream comment: The application identifier provided by the app store. Add: Required Update: Optional" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-app-download-goal-app-store-id-element ;
    dcls:classifiedByRule :device-based-rule ;
    dcls:candidatePersonalDataCategory pd:DeviceBased ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-app-download-goal-app-store-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-app-download-goal-app-store-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising App Store Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-app-download-goal-app-store-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-app-download-goal-app-store-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-app-download-goal-app-store-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.74 .

:microsoftads-property-microsoftads-campaign-management-app-install-ad-ad-format-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Ad Format Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Not supported for this ad type." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "adFormatPreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAppInstallAd/adFormatPreference> .

:microsoftads-property-microsoftads-campaign-management-app-install-ad-ad-format-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Ad Format Preference classification" ;
    rdfs:comment "Upstream comment: Not supported for this ad type. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-app-install-ad-ad-format-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-app-install-ad-ad-format-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-app-install-ad-ad-format-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Ad Format Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-app-install-ad-ad-format-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-app-install-ad-ad-format-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-app-install-ad-ad-format-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-app-install-ad-app-store-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising App Store Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The application identifier provided by the app store. If the application is new, please expect to wait 4-7 days before the ad will be eligible to deliver. Add: Required Update: Optional" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "appStoreId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAppInstallAd/appStoreId> .

:microsoftads-property-microsoftads-campaign-management-app-install-ad-app-store-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising App Store Id classification" ;
    rdfs:comment "Upstream comment: The application identifier provided by the app store. If the application is new, please expect to wait 4-7 days before the ad will be eligible to deliver. Add: Required Update: Optional" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-app-install-ad-app-store-id-element ;
    dcls:classifiedByRule :device-based-rule ;
    dcls:candidatePersonalDataCategory pd:DeviceBased ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-app-install-ad-app-store-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-app-install-ad-app-store-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising App Store Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-app-install-ad-app-store-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-app-install-ad-app-store-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-app-install-ad-app-store-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.74 .

:microsoftads-property-microsoftads-campaign-management-app-install-ad-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: This element determines whether the preference is for app install ads to be displayed on mobile and tablet devices or only on mobile devices. (App install ads are not currently supported on desktop computers.) To specify a preference for mobile devices only (i.e. excluding tablets), set this element to 30001. To specify a preference for both mobile and tablet devices, set this element to 0 (zero) or leave the element nil. By default, this element will be nil. Add: Optional Update: Optional" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAppInstallAd/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-app-install-ad-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Upstream comment: This element determines whether the preference is for app install ads to be displayed on mobile and tablet devices or only on mobile devices. (App install ads are not currently supported on desktop computers.) To specify a preference for mobile devices only (i.e. excluding tablets), set this element to 30001. To specify a preference for both mobile and tablet devices, set this element to 0 (zero) or leave the element nil. By default, this element will be nil. Add: Optional Update: Optional Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-app-install-ad-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-app-install-ad-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-app-install-ad-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-app-install-ad-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-app-install-ad-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-app-install-ad-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-app-install-goal-app-store-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising App Store Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The application identifier provided by the app store. Add: Required Update: Optional" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "appStoreId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAppInstallGoal/appStoreId> .

:microsoftads-property-microsoftads-campaign-management-app-install-goal-app-store-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising App Store Id classification" ;
    rdfs:comment "Upstream comment: The application identifier provided by the app store. Add: Required Update: Optional" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-app-install-goal-app-store-id-element ;
    dcls:classifiedByRule :device-based-rule ;
    dcls:candidatePersonalDataCategory pd:DeviceBased ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-app-install-goal-app-store-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-app-install-goal-app-store-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising App Store Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-app-install-goal-app-store-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-app-install-goal-app-store-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-app-install-goal-app-store-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.74 .

:microsoftads-property-microsoftads-campaign-management-app-setting-app-store-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising App Store field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The app store where the app is distributed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "appStore" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAppSetting/appStore> .

:microsoftads-property-microsoftads-campaign-management-app-setting-app-store-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising App Store classification" ;
    rdfs:comment "Upstream comment: The app store where the app is distributed." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-app-setting-app-store-element ;
    dcls:classifiedByRule :device-based-rule ;
    dcls:candidatePersonalDataCategory pd:DeviceBased ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-app-setting-app-store-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-app-setting-app-store-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising App Store confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-app-setting-app-store-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-app-setting-app-store-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-app-setting-app-store-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.74 .

:microsoftads-property-microsoftads-campaign-management-audience-group-dimension-gender-types-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Gender Types field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAudienceGroupDimension/genderTypes> and path genderTypes." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "genderTypes" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementAudienceGroupDimension/genderTypes> .

:microsoftads-property-microsoftads-campaign-management-audience-group-dimension-gender-types-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Gender Types classification" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-audience-group-dimension-gender-types-element ;
    dcls:classifiedByRule :gender-rule ;
    dcls:candidatePersonalDataCategory pd:Gender ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-audience-group-dimension-gender-types-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-audience-group-dimension-gender-types-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Gender Types confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-audience-group-dimension-gender-types-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-audience-group-dimension-gender-types-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-audience-group-dimension-gender-types-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.94 .

:microsoftads-property-microsoftads-campaign-management-batch-error-publisher-country-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Publisher Country field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementBatchError/publisherCountry> and path publisherCountry." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "publisherCountry" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementBatchError/publisherCountry> .

:microsoftads-property-microsoftads-campaign-management-batch-error-publisher-country-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Publisher Country classification" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-batch-error-publisher-country-element ;
    dcls:classifiedByRule :country-rule ;
    dcls:candidatePersonalDataCategory pd:Country ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-batch-error-publisher-country-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-batch-error-publisher-country-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Publisher Country confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-batch-error-publisher-country-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-batch-error-publisher-country-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-batch-error-publisher-country-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.90 .

:microsoftads-property-microsoftads-campaign-management-batch-error-collection-publisher-country-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Publisher Country field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementBatchErrorCollection/publisherCountry> and path publisherCountry." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "publisherCountry" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementBatchErrorCollection/publisherCountry> .

:microsoftads-property-microsoftads-campaign-management-batch-error-collection-publisher-country-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Publisher Country classification" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-batch-error-collection-publisher-country-element ;
    dcls:classifiedByRule :country-rule ;
    dcls:candidatePersonalDataCategory pd:Country ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-batch-error-collection-publisher-country-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-batch-error-collection-publisher-country-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Publisher Country confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-batch-error-collection-publisher-country-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-batch-error-collection-publisher-country-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-batch-error-collection-publisher-country-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.90 .

:microsoftads-property-microsoftads-campaign-management-call-ad-extension-country-code-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Country Code field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The country code where the phone number is registered. The country code must contain a 2 character country code. The supported country code values include AR, AT, AU, BR, CA, CH, CL, CO, DE, DK, ES, FI, FR, GB, HK, ID, IE, IN, IT, MX, MY, NL, NZ, NO, PE, PH, SE, SG, TH, TW, US, VE, and VN. Add: Required Update: Required" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "countryCode" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementCallAdExtension/countryCode> .

:microsoftads-property-microsoftads-campaign-management-call-ad-extension-country-code-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Country Code classification" ;
    rdfs:comment "Upstream comment: The country code where the phone number is registered. The country code must contain a 2 character country code. The supported country code values include AR, AT, AU, BR, CA, CH, CL, CO, DE, DK, ES, FI, FR, GB, HK, ID, IE, IN, IT, MX, MY, NL, NZ, NO, PE, PH, SE, SG, TH, TW, US, VE, and VN. Add: Required Update: Required Location code or region field; review whether it identifies a person, billing/shipping address, or only a market/geography." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-call-ad-extension-country-code-element ;
    dcls:classifiedByRule :location-code-rule ;
    dcls:candidatePersonalDataCategory pd:Location ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-call-ad-extension-country-code-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-call-ad-extension-country-code-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Country Code confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-call-ad-extension-country-code-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-call-ad-extension-country-code-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-call-ad-extension-country-code-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.64 .

:microsoftads-property-microsoftads-campaign-management-call-ad-extension-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Not supported for this ad extension type." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementCallAdExtension/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-call-ad-extension-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Upstream comment: Not supported for this ad extension type. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-call-ad-extension-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-call-ad-extension-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-call-ad-extension-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-call-ad-extension-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-call-ad-extension-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-call-ad-extension-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-call-ad-extension-phone-number-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Phone Number field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The clickable phone number to include in the ad. The phone number can contain a maximum of 35 characters and must be valid for the specified country or region. If the campaign includes call and location ad extensions, this phone number will override the phone number specified in the location ad extensions. Note that the phone number may be reformatted. For example, if you set phone number to 4255551212, it would be reformatted to (425) 555-1212. Add: Required Update: Required" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "phoneNumber" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementCallAdExtension/phoneNumber> .

:microsoftads-property-microsoftads-campaign-management-call-ad-extension-phone-number-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Phone Number classification" ;
    rdfs:comment "Upstream comment: The clickable phone number to include in the ad. The phone number can contain a maximum of 35 characters and must be valid for the specified country or region. If the campaign includes call and location ad extensions, this phone number will override the phone number specified in the location ad extensions. Note that the phone number may be reformatted. For example, if you set phone number to 4255551212, it would be reformatted to (425) 555-1212. Add: Required Update: Required" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-call-ad-extension-phone-number-element ;
    dcls:classifiedByRule :telephone-number-rule ;
    dcls:candidatePersonalDataCategory pd:TelephoneNumber ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-call-ad-extension-phone-number-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-call-ad-extension-phone-number-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Phone Number confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-call-ad-extension-phone-number-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-call-ad-extension-phone-number-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-call-ad-extension-phone-number-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.97 .

:microsoftads-property-microsoftads-campaign-management-callout-ad-extension-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Not supported for this ad extension type." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementCalloutAdExtension/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-callout-ad-extension-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Upstream comment: Not supported for this ad extension type. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-callout-ad-extension-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-callout-ad-extension-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-callout-ad-extension-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-callout-ad-extension-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-callout-ad-extension-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-callout-ad-extension-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-campaign-languages-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Languages field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Your ad language setting determines the language you will use when you write your ads and should be the language of your customers. IMPORTANT: If languages are set at both the ad group and campaign level, the ad group level language will override the campaign level language. You can specify multiple languages individually in the list, or only include one list item set to All if you want to target all languages. The supported language strings for Search and Shopping campaigns are: Albanian, Bulgarian, Croatian, Czech, Danish, Dutch, English, Estonian, Finnish, French, German, Greek, Hungarian, Italian, Japanese, Latvian, Lithuanian, Maltese, Norwegian, Polish, Portuguese, Romanian, Slovak, Slovenian, Spanish, Swedish, and TraditionalChinese. NOTE: The following languages are not yet available for everyone: Bulgarian, Croatian, Czech, Estonian, Greek, Hungarian, Japanese, Latvian, Lithuanian, Maltese, Polish, Romanian, Slovak, Slovenian. For Audience campaigns you must include all languages i.e., set this element to All. For Dynamic Search Ads campaigns, the campaign and ad group level language settings are ignored in favor of the website domain language. You should set campaign languages to \"All\" and leave the ad group level language empty. Add: Required for Audience campaigns, and otherwise this element is optional. If there is no campaign language set, then the language of each ad group within the campaign will be required. Update: Optional. If no value is set for the update, this setting is not changed. Once campaign languages are set, you cannot delete all of them. The list of languages that you specify during update replaces the previous settings i.e. does not append to the existing set of languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "languages" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementCampaign/languages> .

:microsoftads-property-microsoftads-campaign-management-campaign-languages-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Languages classification" ;
    rdfs:comment "Upstream comment: Your ad language setting determines the language you will use when you write your ads and should be the language of your customers. IMPORTANT: If languages are set at both the ad group and campaign level, the ad group level language will override the campaign level language. You can specify multiple languages individually in the list, or only include one list item set to All if you want to target all languages. The supported language strings for Search and Shopping campaigns are: Albanian, Bulgarian, Croatian, Czech, Danish, Dutch, English, Estonian, Finnish, French, German, Greek, Hungarian, Italian, Japanese, Latvian, Lithuanian, Maltese, Norwegian, Polish, Portuguese, Romanian, Slovak, Slovenian, Spanish, Swedish, and TraditionalChinese. NOTE: The following languages are not yet available for everyone: Bulgarian, Croatian, Czech, Estonian, Greek, Hungarian, Japanese, Latvian, Lithuanian, Maltese, Polish, Romanian, Slovak, Slovenian. For Audience campaigns you must include all languages i.e., set this element to All. For Dynamic Search Ads campaigns, the campaign and ad group level language settings are ignored in favor of the website domain language. You should set campaign languages to \"All\" and leave the ad group level language empty. Add: Required for Audience campaigns, and otherwise this element is optional. If there is no campaign language set, then the language of each ad group within the campaign will be required. Update: Optional. If no value is set for the update, this setting is not changed. Once campaign languages are set, you cannot delete all of them. The list of languages that you specify during update replaces the previous settings i.e. does not append to the existing set of languages. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-campaign-languages-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-campaign-languages-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-campaign-languages-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Languages confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-campaign-languages-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-campaign-languages-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-campaign-languages-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-campaign-management-conversion-goal-app-store-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising App Store Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementConversionGoal/appStoreId> and path appStoreId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "appStoreId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementConversionGoal/appStoreId> .

:microsoftads-property-microsoftads-campaign-management-conversion-goal-app-store-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising App Store Id classification" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-conversion-goal-app-store-id-element ;
    dcls:classifiedByRule :device-based-rule ;
    dcls:candidatePersonalDataCategory pd:DeviceBased ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-conversion-goal-app-store-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-conversion-goal-app-store-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising App Store Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-conversion-goal-app-store-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-conversion-goal-app-store-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-conversion-goal-app-store-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.74 .

:microsoftads-property-microsoftads-campaign-management-create-brand-kit-recommendation-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementCreateBrandKitRecommendationRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-create-brand-kit-recommendation-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-create-brand-kit-recommendation-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-create-brand-kit-recommendation-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-create-brand-kit-recommendation-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-create-brand-kit-recommendation-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-create-brand-kit-recommendation-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-create-brand-kit-recommendation-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-criterion-display-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Display Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementCriterion/displayName> and path displayName." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "displayName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementCriterion/displayName> .

:microsoftads-property-microsoftads-campaign-management-criterion-display-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Display Name classification" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-criterion-display-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-criterion-display-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-criterion-display-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Display Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-criterion-display-name-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-criterion-display-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-criterion-display-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-campaign-management-criterion-gender-type-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Gender Type field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementCriterion/genderType> and path genderType." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "genderType" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementCriterion/genderType> .

:microsoftads-property-microsoftads-campaign-management-criterion-gender-type-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Gender Type classification" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-criterion-gender-type-element ;
    dcls:classifiedByRule :gender-rule ;
    dcls:candidatePersonalDataCategory pd:Gender ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-criterion-gender-type-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-criterion-gender-type-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Gender Type confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-criterion-gender-type-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-criterion-gender-type-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-criterion-gender-type-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.94 .

:microsoftads-property-microsoftads-campaign-management-customer-account-share-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of an advertiser account that can use the shared audience. This element is not applicable for UET tags since you cannot restrict UET tags to a subset of advertiser accounts. You can only create and share UET tags at the CustomerId level. If this element is not set, then all accounts under the CustomerId can use the shared audience or UET tag. One CustomerAccountShare object per advertiser account must be present in the CustomerShare for an audience that is shared with a subset of advertiser accounts, whether or not the advertiser accounts are under the same customer. Add: Optional. You must set the AccountId or CustomerId, but you cannot set both. Update: Optional. You must set the AccountId or CustomerId, but you cannot set both. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementCustomerAccountShare/accountId> .

:microsoftads-property-microsoftads-campaign-management-customer-account-share-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of an advertiser account that can use the shared audience. This element is not applicable for UET tags since you cannot restrict UET tags to a subset of advertiser accounts. You can only create and share UET tags at the CustomerId level. If this element is not set, then all accounts under the CustomerId can use the shared audience or UET tag. One CustomerAccountShare object per advertiser account must be present in the CustomerShare for an audience that is shared with a subset of advertiser accounts, whether or not the advertiser accounts are under the same customer. Add: Optional. You must set the AccountId or CustomerId, but you cannot set both. Update: Optional. You must set the AccountId or CustomerId, but you cannot set both. If no value is set for the update, this setting is not changed. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-customer-account-share-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-customer-account-share-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-customer-account-share-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-customer-account-share-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-customer-account-share-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-customer-account-share-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-customer-account-share-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of a customer that can use the shared audience or UET tag. If this element is not set, then the audience is only shared with a subset of advertiser accounts under this customer. Please see AccountId for details about sharing audiences with advertiser accounts. Add: Optional. You must set the AccountId or CustomerId, but you cannot set both. Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementCustomerAccountShare/customerId> .

:microsoftads-property-microsoftads-campaign-management-customer-account-share-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Id classification" ;
    rdfs:comment "Upstream comment: The identifier of a customer that can use the shared audience or UET tag. If this element is not set, then the audience is only shared with a subset of advertiser accounts under this customer. Please see AccountId for details about sharing audiences with advertiser accounts. Add: Optional. You must set the AccountId or CustomerId, but you cannot set both. Update: Optional. If no value is set for the update, this setting is not changed. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-customer-account-share-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-customer-account-share-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-customer-account-share-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-customer-account-share-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-customer-account-share-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-customer-account-share-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-customer-share-owner-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Owner Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The customer who owns the share. Add: Read-only Update: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "ownerCustomerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementCustomerShare/ownerCustomerId> .

:microsoftads-property-microsoftads-campaign-management-customer-share-owner-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Owner Customer Id classification" ;
    rdfs:comment "Upstream comment: The customer who owns the share. Add: Read-only Update: Read-only Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-customer-share-owner-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-customer-share-owner-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-customer-share-owner-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Owner Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-customer-share-owner-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-customer-share-owner-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-customer-share-owner-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-data-table-ad-extension-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementDataTableAdExtension/devicePreference> and path devicePreference." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementDataTableAdExtension/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-data-table-ad-extension-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-data-table-ad-extension-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-data-table-ad-extension-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-data-table-ad-extension-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-data-table-ad-extension-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-data-table-ad-extension-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-data-table-ad-extension-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-delete-ad-extensions-associations-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account that owns the extensions." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementDeleteAdExtensionsAssociationsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-delete-ad-extensions-associations-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account that owns the extensions. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-delete-ad-extensions-associations-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-delete-ad-extensions-associations-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-delete-ad-extensions-associations-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-delete-ad-extensions-associations-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-delete-ad-extensions-associations-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-delete-ad-extensions-associations-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-delete-ad-extensions-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account that owns the extensions." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementDeleteAdExtensionsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-delete-ad-extensions-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account that owns the extensions. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-delete-ad-extensions-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-delete-ad-extensions-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-delete-ad-extensions-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-delete-ad-extensions-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-delete-ad-extensions-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-delete-ad-extensions-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-delete-brand-kits-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The Microsoft Advertising identifier of the account." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementDeleteBrandKitsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-delete-brand-kits-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The Microsoft Advertising identifier of the account. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-delete-brand-kits-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-delete-brand-kits-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-delete-brand-kits-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-delete-brand-kits-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-delete-brand-kits-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-delete-brand-kits-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-delete-campaigns-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account that contains the campaigns to delete." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementDeleteCampaignsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-delete-campaigns-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account that contains the campaigns to delete. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-delete-campaigns-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-delete-campaigns-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-delete-campaigns-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-delete-campaigns-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-delete-campaigns-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-delete-campaigns-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-delete-data-exclusions-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The account ID." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementDeleteDataExclusionsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-delete-data-exclusions-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The account ID. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-delete-data-exclusions-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-delete-data-exclusions-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-delete-data-exclusions-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-delete-data-exclusions-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-delete-data-exclusions-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-delete-data-exclusions-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-delete-media-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account that owns the media library." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementDeleteMediaRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-delete-media-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account that owns the media library. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-delete-media-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-delete-media-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-delete-media-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-delete-media-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-delete-media-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-delete-media-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-delete-seasonality-adjustments-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The account ID." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementDeleteSeasonalityAdjustmentsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-delete-seasonality-adjustments-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The account ID. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-delete-seasonality-adjustments-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-delete-seasonality-adjustments-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-delete-seasonality-adjustments-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-delete-seasonality-adjustments-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-delete-seasonality-adjustments-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-delete-seasonality-adjustments-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-diagnostic-category-data-category-display-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Category Display Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Reserved." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "categoryDisplayName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementDiagnosticCategoryData/categoryDisplayName> .

:microsoftads-property-microsoftads-campaign-management-diagnostic-category-data-category-display-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Category Display Name classification" ;
    rdfs:comment "Upstream comment: Reserved." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-diagnostic-category-data-category-display-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-diagnostic-category-data-category-display-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-diagnostic-category-data-category-display-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Category Display Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-diagnostic-category-data-category-display-name-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-diagnostic-category-data-category-display-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-diagnostic-category-data-category-display-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-campaign-management-disclaimer-ad-extension-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: This element determines whether the preference is for the ad extension to be displayed on mobile devices or all devices. To specify a preference for mobile devices, set this element to 30001. To specify all devices, set this element to 0 (zero) or leave the element nil. By default, this element will be nil. This element is only applicable for the AppAdExtension and SitelinkAdExtension types." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementDisclaimerAdExtension/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-disclaimer-ad-extension-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Upstream comment: This element determines whether the preference is for the ad extension to be displayed on mobile devices or all devices. To specify a preference for mobile devices, set this element to 30001. To specify all devices, set this element to 0 (zero) or leave the element nil. By default, this element will be nil. This element is only applicable for the AppAdExtension and SitelinkAdExtension types. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-disclaimer-ad-extension-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-disclaimer-ad-extension-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-disclaimer-ad-extension-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-disclaimer-ad-extension-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-disclaimer-ad-extension-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-disclaimer-ad-extension-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-dynamic-search-ad-ad-format-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Ad Format Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Not supported for this ad type." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "adFormatPreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementDynamicSearchAd/adFormatPreference> .

:microsoftads-property-microsoftads-campaign-management-dynamic-search-ad-ad-format-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Ad Format Preference classification" ;
    rdfs:comment "Upstream comment: Not supported for this ad type. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-dynamic-search-ad-ad-format-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-dynamic-search-ad-ad-format-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-dynamic-search-ad-ad-format-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Ad Format Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-dynamic-search-ad-ad-format-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-dynamic-search-ad-ad-format-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-dynamic-search-ad-ad-format-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-dynamic-search-ad-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Not supported for this ad type." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementDynamicSearchAd/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-dynamic-search-ad-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Upstream comment: Not supported for this ad type. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-dynamic-search-ad-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-dynamic-search-ad-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-dynamic-search-ad-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-dynamic-search-ad-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-dynamic-search-ad-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-dynamic-search-ad-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-dynamic-search-ads-setting-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The language of the website pages that you want to target for dynamic search ads. Your website language determines where your ads are eligible to appear. For example, a German-language ad can appear in Germany, Austria, and Switzerland, but not in Spain. If your website contains pages in multiple languages and you want to advertise all of these pages, you should create a separate campaign for each language. The supported domain languages are Dutch, English, French, German, Italian, Spanish, and Swedish. Note, if you set the campaign Languages or ad group Language, they will be ignored. Add: Required Update: Read-only and required. You cannot update the domain or language, but you must include the current domain and language when updating other properties such as Source." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementDynamicSearchAdsSetting/language> .

:microsoftads-property-microsoftads-campaign-management-dynamic-search-ads-setting-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The language of the website pages that you want to target for dynamic search ads. Your website language determines where your ads are eligible to appear. For example, a German-language ad can appear in Germany, Austria, and Switzerland, but not in Spain. If your website contains pages in multiple languages and you want to advertise all of these pages, you should create a separate campaign for each language. The supported domain languages are Dutch, English, French, German, Italian, Spanish, and Swedish. Note, if you set the campaign Languages or ad group Language, they will be ignored. Add: Required Update: Read-only and required. You cannot update the domain or language, but you must include the current domain and language when updating other properties such as Source. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-dynamic-search-ads-setting-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-dynamic-search-ads-setting-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-dynamic-search-ads-setting-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-dynamic-search-ads-setting-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-dynamic-search-ads-setting-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-dynamic-search-ads-setting-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-campaign-management-editorial-error-publisher-country-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Publisher Country field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The corresponding country or region for the flagged editorial issue." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "publisherCountry" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementEditorialError/publisherCountry> .

:microsoftads-property-microsoftads-campaign-management-editorial-error-publisher-country-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Publisher Country classification" ;
    rdfs:comment "Upstream comment: The corresponding country or region for the flagged editorial issue." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-editorial-error-publisher-country-element ;
    dcls:classifiedByRule :country-rule ;
    dcls:candidatePersonalDataCategory pd:Country ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-editorial-error-publisher-country-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-editorial-error-publisher-country-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Publisher Country confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-editorial-error-publisher-country-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-editorial-error-publisher-country-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-editorial-error-publisher-country-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.90 .

:microsoftads-property-microsoftads-campaign-management-editorial-error-collection-publisher-country-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Publisher Country field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The corresponding country or region for the flagged editorial issue." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "publisherCountry" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementEditorialErrorCollection/publisherCountry> .

:microsoftads-property-microsoftads-campaign-management-editorial-error-collection-publisher-country-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Publisher Country classification" ;
    rdfs:comment "Upstream comment: The corresponding country or region for the flagged editorial issue." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-editorial-error-collection-publisher-country-element ;
    dcls:classifiedByRule :country-rule ;
    dcls:candidatePersonalDataCategory pd:Country ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-editorial-error-collection-publisher-country-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-editorial-error-collection-publisher-country-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Publisher Country confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-editorial-error-collection-publisher-country-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-editorial-error-collection-publisher-country-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-editorial-error-collection-publisher-country-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.90 .

:microsoftads-property-microsoftads-campaign-management-expanded-text-ad-ad-format-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Ad Format Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The Ad Format Preference is used to indicate whether or not you prefer the ad copy to be shown to users as a search or audience ad. Search ads tend to be written as a call to action, whereas audience ads should be written in more of an informational style. While you have the option to use expanded text ads as audience ads, designating an ad as Audience ads preferred format allows you to optimize its messaging for native delivery. IMPORTANT: You must define at least one expanded text ad per ad group that does not prefer audience ads, otherwise the ad copy of all expanded text ads will be eligible for both search and audience ads. Possible values are AudienceAd and All. If set to All, the ad will be eligible for both search and audience ad formats. If set to AudienceAd, the ad will only be eligible for the audience ad format. Add: Optional. If you do not set this element, by default the ad format preference will be set to All. Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "adFormatPreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementExpandedTextAd/adFormatPreference> .

:microsoftads-property-microsoftads-campaign-management-expanded-text-ad-ad-format-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Ad Format Preference classification" ;
    rdfs:comment "Upstream comment: The Ad Format Preference is used to indicate whether or not you prefer the ad copy to be shown to users as a search or audience ad. Search ads tend to be written as a call to action, whereas audience ads should be written in more of an informational style. While you have the option to use expanded text ads as audience ads, designating an ad as Audience ads preferred format allows you to optimize its messaging for native delivery. IMPORTANT: You must define at least one expanded text ad per ad group that does not prefer audience ads, otherwise the ad copy of all expanded text ads will be eligible for both search and audience ads. Possible values are AudienceAd and All. If set to All, the ad will be eligible for both search and audience ad formats. If set to AudienceAd, the ad will only be eligible for the audience ad format. Add: Optional. If you do not set this element, by default the ad format preference will be set to All. Update: Optional. If no value is set for the update, this setting is not changed. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-expanded-text-ad-ad-format-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-expanded-text-ad-ad-format-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-expanded-text-ad-ad-format-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Ad Format Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-expanded-text-ad-ad-format-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-expanded-text-ad-ad-format-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-expanded-text-ad-ad-format-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-expanded-text-ad-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Not supported for this ad type." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementExpandedTextAd/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-expanded-text-ad-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Upstream comment: Not supported for this ad type. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-expanded-text-ad-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-expanded-text-ad-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-expanded-text-ad-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-expanded-text-ad-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-expanded-text-ad-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-expanded-text-ad-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-file-import-job-created-by-user-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Created By User Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The unique identifier of the Microsoft Advertising user who created the import job." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "createdByUserId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementFileImportJob/createdByUserId> .

:microsoftads-property-microsoftads-campaign-management-file-import-job-created-by-user-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Created By User Id classification" ;
    rdfs:comment "Upstream comment: The unique identifier of the Microsoft Advertising user who created the import job. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-file-import-job-created-by-user-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-file-import-job-created-by-user-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-file-import-job-created-by-user-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Created By User Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-file-import-job-created-by-user-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-file-import-job-created-by-user-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-file-import-job-created-by-user-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-file-import-job-notification-email-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Notification Email field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The email address where import results should be sent. This element is not returned by default. To get this element, include the NotificationEmail value in the ReturnAdditionalFields element when you call the GetImportJobsByIds and GetImportResults service operations." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "notificationEmail" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementFileImportJob/notificationEmail> .

:microsoftads-property-microsoftads-campaign-management-file-import-job-notification-email-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Notification Email classification" ;
    rdfs:comment "Upstream comment: The email address where import results should be sent. This element is not returned by default. To get this element, include the NotificationEmail value in the ReturnAdditionalFields element when you call the GetImportJobsByIds and GetImportResults service operations." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-file-import-job-notification-email-element ;
    dcls:classifiedByRule :email-address-rule ;
    dcls:candidatePersonalDataCategory pd:EmailAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-file-import-job-notification-email-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-file-import-job-notification-email-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Notification Email confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-file-import-job-notification-email-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-file-import-job-notification-email-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-file-import-job-notification-email-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.98 .

:microsoftads-property-microsoftads-campaign-management-filter-link-ad-extension-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Not supported for this ad extension type." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementFilterLinkAdExtension/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-filter-link-ad-extension-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Upstream comment: Not supported for this ad extension type. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-filter-link-ad-extension-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-filter-link-ad-extension-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-filter-link-ad-extension-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-filter-link-ad-extension-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-filter-link-ad-extension-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-filter-link-ad-extension-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-filter-link-ad-extension-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The language you want to use for the filter link headers. Filter link headers will be shown in the language that you specify. For example, if you want header Amenities in English you must set the Language to English and the AdExtensionHeaderType to Amenities. If you want header Ausstattung (Amenities in German) you must set the Language to German and the AdExtensionHeaderType to Amenities. Add: Required Update: Required" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementFilterLinkAdExtension/language> .

:microsoftads-property-microsoftads-campaign-management-filter-link-ad-extension-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The language you want to use for the filter link headers. Filter link headers will be shown in the language that you specify. For example, if you want header Amenities in English you must set the Language to English and the AdExtensionHeaderType to Amenities. If you want header Ausstattung (Amenities in German) you must set the Language to German and the AdExtensionHeaderType to Amenities. Add: Required Update: Required Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-filter-link-ad-extension-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-filter-link-ad-extension-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-filter-link-ad-extension-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-filter-link-ad-extension-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-filter-link-ad-extension-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-filter-link-ad-extension-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-campaign-management-flyer-ad-extension-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Not supported for this ad extension type." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementFlyerAdExtension/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-flyer-ad-extension-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Upstream comment: Not supported for this ad extension type. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-flyer-ad-extension-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-flyer-ad-extension-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-flyer-ad-extension-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-flyer-ad-extension-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-flyer-ad-extension-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-flyer-ad-extension-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-gender-criterion-gender-type-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Gender Type field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The gender of the people you want to see your ads. Add: Required Update: Not allowed. If you specify this element it must match the existing setting." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "genderType" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGenderCriterion/genderType> .

:microsoftads-property-microsoftads-campaign-management-gender-criterion-gender-type-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Gender Type classification" ;
    rdfs:comment "Upstream comment: The gender of the people you want to see your ads. Add: Required Update: Not allowed. If you specify this element it must match the existing setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-gender-criterion-gender-type-element ;
    dcls:classifiedByRule :gender-rule ;
    dcls:candidatePersonalDataCategory pd:Gender ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-gender-criterion-gender-type-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-gender-criterion-gender-type-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Gender Type confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-gender-criterion-gender-type-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-gender-criterion-gender-type-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-gender-criterion-gender-type-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.94 .

:microsoftads-property-microsoftads-campaign-management-gender-criterion-type-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Type field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The type of the criterion. This value is Gender when you retrieve a gender criterion. For more information about criterion types, see the Criterion Data Object Remarks. Add: Read-only Update: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "type" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGenderCriterion/type> .

:microsoftads-property-microsoftads-campaign-management-gender-criterion-type-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Type classification" ;
    rdfs:comment "Upstream comment: The type of the criterion. This value is Gender when you retrieve a gender criterion. For more information about criterion types, see the Criterion Data Object Remarks. Add: Read-only Update: Read-only" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-gender-criterion-type-element ;
    dcls:classifiedByRule :gender-rule ;
    dcls:candidatePersonalDataCategory pd:Gender ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-gender-criterion-type-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-gender-criterion-type-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Type confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-gender-criterion-type-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-gender-criterion-type-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-gender-criterion-type-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.94 .

:microsoftads-property-microsoftads-campaign-management-gender-dimension-gender-types-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Gender Types field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: A list of gender types. Add: Required Update: Optional. To remove existing values, set it to null or empty. To remove a subset of gender types, specify the gender types that you want to keep and it will replace the existing gender types." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "genderTypes" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGenderDimension/genderTypes> .

:microsoftads-property-microsoftads-campaign-management-gender-dimension-gender-types-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Gender Types classification" ;
    rdfs:comment "Upstream comment: A list of gender types. Add: Required Update: Optional. To remove existing values, set it to null or empty. To remove a subset of gender types, specify the gender types that you want to keep and it will replace the existing gender types." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-gender-dimension-gender-types-element ;
    dcls:classifiedByRule :gender-rule ;
    dcls:candidatePersonalDataCategory pd:Gender ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-gender-dimension-gender-types-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-gender-dimension-gender-types-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Gender Types confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-gender-dimension-gender-types-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-gender-dimension-gender-types-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-gender-dimension-gender-types-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.94 .

:microsoftads-property-microsoftads-campaign-management-get-account-migration-statuses-request-account-ids-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Ids field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifiers of each account to request migration status." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountIds" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGetAccountMigrationStatusesRequest/accountIds> .

:microsoftads-property-microsoftads-campaign-management-get-account-migration-statuses-request-account-ids-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Ids classification" ;
    rdfs:comment "Upstream comment: The identifiers of each account to request migration status. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-get-account-migration-statuses-request-account-ids-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-get-account-migration-statuses-request-account-ids-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-account-migration-statuses-request-account-ids-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Ids confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-get-account-migration-statuses-request-account-ids-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-get-account-migration-statuses-request-account-ids-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-account-migration-statuses-request-account-ids-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-get-ad-extension-ids-by-account-id-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account that contains the ad extensions to get." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGetAdExtensionIdsByAccountIdRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-get-ad-extension-ids-by-account-id-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account that contains the ad extensions to get. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-get-ad-extension-ids-by-account-id-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-get-ad-extension-ids-by-account-id-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-ad-extension-ids-by-account-id-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-get-ad-extension-ids-by-account-id-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-get-ad-extension-ids-by-account-id-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-ad-extension-ids-by-account-id-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-get-ad-extensions-associations-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account that owns the extensions." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGetAdExtensionsAssociationsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-get-ad-extensions-associations-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account that owns the extensions. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-get-ad-extensions-associations-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-get-ad-extensions-associations-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-ad-extensions-associations-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-get-ad-extensions-associations-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-get-ad-extensions-associations-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-ad-extensions-associations-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-get-ad-extensions-by-ids-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account that owns the ad extensions." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGetAdExtensionsByIdsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-get-ad-extensions-by-ids-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account that owns the ad extensions. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-get-ad-extensions-by-ids-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-get-ad-extensions-by-ids-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-ad-extensions-by-ids-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-get-ad-extensions-by-ids-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-get-ad-extensions-by-ids-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-ad-extensions-by-ids-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-get-ad-extensions-editorial-reasons-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account that owns the extensions." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGetAdExtensionsEditorialReasonsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-get-ad-extensions-editorial-reasons-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account that owns the extensions. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-get-ad-extensions-editorial-reasons-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-get-ad-extensions-editorial-reasons-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-ad-extensions-editorial-reasons-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-get-ad-extensions-editorial-reasons-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-get-ad-extensions-editorial-reasons-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-ad-extensions-editorial-reasons-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-get-asset-groups-editorial-reasons-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account that owns the asset groups." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGetAssetGroupsEditorialReasonsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-get-asset-groups-editorial-reasons-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account that owns the asset groups. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-get-asset-groups-editorial-reasons-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-get-asset-groups-editorial-reasons-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-asset-groups-editorial-reasons-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-get-asset-groups-editorial-reasons-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-get-asset-groups-editorial-reasons-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-asset-groups-editorial-reasons-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-get-bsccountries-response-country-codes-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Country Codes field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The list of supported sales country codes for Microsoft Shopping Campaigns. For example, supported country codes include AD (Andorra), AL (Albania), AR (Argentina), AW (Aruba), AT (Austria), AU (Australia), BS (Bahamas), BD (Bangladesh), BA (Bosnia and Herzegovina), BE (Belgium), BO (Bolivia), BG (Bulgaria), BR (Brazil), BN (Brunei), CA (Canada), KY (Cayman Islands), CH (Switzerland), CL (Chile), CO (Colombia), CR (Costa Rica), CY (Cyprus), CZ (Czech Republic), DE (Germany), DK (Denmark), DM (Dominica), DO (Dominican Republic), EC (Ecuador), SV (El Salvador), EE (Estonia), ES (Spain), FJ (Fiji), FI (Finland), FR (France), GF (French Guiana), PF (French Polynesia), GB (Great Britain), GR (Greece), GU (Guam), GT (Guatemala), GY (Guyana), HT (Haiti), HN (Honduras), HR (Croatia), HU (Hungary),ID (Indonesia), IE (Ireland), IN (India), IS (Iceland), IT (Italy), LI (Liechtenstein), LT (Lithuania), LU (Luxembourg), LV (Latvia), MV (Maldives), MC (Monaco), ME (Montenegro), MK (North Macedonia), MT (Malta), MQ (Martinique),MY (Malaysia), MX (Mexico), MN (Mongolia), MS (Montserrat), NP (Nepal), NL (Netherlands), NC (New Caledonia), NO (Norway), NZ (New Zealand), PA (Panama), PG (Papua New Guinea), PH (Philippines), PY (Paraguay), PE (Peru), PL (Poland), PT (Portugal), PR (Puerto Rico), RO (Romania), RS (Serbia), LK (Sri Lanka), SE (Sweden), SG (Singapore), SI (Slovenia), SK (Slovakia), SM (San Marino), TH (Thailand), TT (Trinidad and Tobago), TR (Turkey), US (United States), UT (Uruguay), VA (Vatican City), VE (Venezuela),VN (Vietnam), ZA (South Africa). You can pass any one of the returned values in the SalesCountryCode element of a ShoppingSetting object." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "countryCodes" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGetBSCCountriesResponse/countryCodes> .

:microsoftads-property-microsoftads-campaign-management-get-bsccountries-response-country-codes-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Country Codes classification" ;
    rdfs:comment "Upstream comment: The list of supported sales country codes for Microsoft Shopping Campaigns. For example, supported country codes include AD (Andorra), AL (Albania), AR (Argentina), AW (Aruba), AT (Austria), AU (Australia), BS (Bahamas), BD (Bangladesh), BA (Bosnia and Herzegovina), BE (Belgium), BO (Bolivia), BG (Bulgaria), BR (Brazil), BN (Brunei), CA (Canada), KY (Cayman Islands), CH (Switzerland), CL (Chile), CO (Colombia), CR (Costa Rica), CY (Cyprus), CZ (Czech Republic), DE (Germany), DK (Denmark), DM (Dominica), DO (Dominican Republic), EC (Ecuador), SV (El Salvador), EE (Estonia), ES (Spain), FJ (Fiji), FI (Finland), FR (France), GF (French Guiana), PF (French Polynesia), GB (Great Britain), GR (Greece), GU (Guam), GT (Guatemala), GY (Guyana), HT (Haiti), HN (Honduras), HR (Croatia), HU (Hungary),ID (Indonesia), IE (Ireland), IN (India), IS (Iceland), IT (Italy), LI (Liechtenstein), LT (Lithuania), LU (Luxembourg), LV (Latvia), MV (Maldives), MC (Monaco), ME (Montenegro), MK (North Macedonia), MT (Malta), MQ (Martinique),MY (Malaysia), MX (Mexico), MN (Mongolia), MS (Montserrat), NP (Nepal), NL (Netherlands), NC (New Caledonia), NO (Norway), NZ (New Zealand), PA (Panama), PG (Papua New Guinea), PH (Philippines), PY (Paraguay), PE (Peru), PL (Poland), PT (Portugal), PR (Puerto Rico), RO (Romania), RS (Serbia), LK (Sri Lanka), SE (Sweden), SG (Singapore), SI (Slovenia), SK (Slovakia), SM (San Marino), TH (Thailand), TT (Trinidad and Tobago), TR (Turkey), US (United States), UT (Uruguay), VA (Vatican City), VE (Venezuela),VN (Vietnam), ZA (South Africa). You can pass any one of the returned values in the SalesCountryCode element of a ShoppingSetting object." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-get-bsccountries-response-country-codes-element ;
    dcls:classifiedByRule :country-rule ;
    dcls:candidatePersonalDataCategory pd:Country ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-get-bsccountries-response-country-codes-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-bsccountries-response-country-codes-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Country Codes confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-get-bsccountries-response-country-codes-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-get-bsccountries-response-country-codes-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-bsccountries-response-country-codes-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.90 .

:microsoftads-property-microsoftads-campaign-management-get-brand-kits-by-account-id-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The Microsoft Advertising identifier of the account." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGetBrandKitsByAccountIdRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-get-brand-kits-by-account-id-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The Microsoft Advertising identifier of the account. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-get-brand-kits-by-account-id-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-get-brand-kits-by-account-id-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-brand-kits-by-account-id-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-get-brand-kits-by-account-id-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-get-brand-kits-by-account-id-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-brand-kits-by-account-id-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-get-brand-kits-by-ids-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The Microsoft Advertising identifier of the account." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGetBrandKitsByIdsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-get-brand-kits-by-ids-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The Microsoft Advertising identifier of the account. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-get-brand-kits-by-ids-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-get-brand-kits-by-ids-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-brand-kits-by-ids-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-get-brand-kits-by-ids-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-get-brand-kits-by-ids-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-brand-kits-by-ids-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-get-campaign-sizes-by-account-id-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGetCampaignSizesByAccountIdRequest/accountId> and path accountId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGetCampaignSizesByAccountIdRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-get-campaign-sizes-by-account-id-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-get-campaign-sizes-by-account-id-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-get-campaign-sizes-by-account-id-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-campaign-sizes-by-account-id-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-get-campaign-sizes-by-account-id-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-get-campaign-sizes-by-account-id-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-campaign-sizes-by-account-id-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-get-campaigns-by-account-id-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account that contains the campaigns to get." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGetCampaignsByAccountIdRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-get-campaigns-by-account-id-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account that contains the campaigns to get. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-get-campaigns-by-account-id-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-get-campaigns-by-account-id-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-campaigns-by-account-id-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-get-campaigns-by-account-id-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-get-campaigns-by-account-id-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-campaigns-by-account-id-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-get-campaigns-by-ids-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account that contains the campaigns to get." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGetCampaignsByIdsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-get-campaigns-by-ids-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account that contains the campaigns to get. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-get-campaigns-by-ids-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-get-campaigns-by-ids-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-campaigns-by-ids-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-get-campaigns-by-ids-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-get-campaigns-by-ids-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-campaigns-by-ids-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-get-clipchamp-templates-request-locale-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Locale field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Reserved." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "locale" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGetClipchampTemplatesRequest/locale> .

:microsoftads-property-microsoftads-campaign-management-get-clipchamp-templates-request-locale-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Locale classification" ;
    rdfs:comment "Upstream comment: Reserved. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-get-clipchamp-templates-request-locale-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-get-clipchamp-templates-request-locale-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-clipchamp-templates-request-locale-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Locale confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-get-clipchamp-templates-request-locale-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-get-clipchamp-templates-request-locale-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-clipchamp-templates-request-locale-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-campaign-management-get-conversion-value-rules-by-account-id-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Fetch conversion value rules from this account ID." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGetConversionValueRulesByAccountIdRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-get-conversion-value-rules-by-account-id-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: Fetch conversion value rules from this account ID. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-get-conversion-value-rules-by-account-id-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-get-conversion-value-rules-by-account-id-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-conversion-value-rules-by-account-id-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-get-conversion-value-rules-by-account-id-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-get-conversion-value-rules-by-account-id-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-conversion-value-rules-by-account-id-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-get-data-exclusions-by-account-id-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The account ID." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGetDataExclusionsByAccountIdRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-get-data-exclusions-by-account-id-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The account ID. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-get-data-exclusions-by-account-id-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-get-data-exclusions-by-account-id-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-data-exclusions-by-account-id-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-get-data-exclusions-by-account-id-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-get-data-exclusions-by-account-id-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-data-exclusions-by-account-id-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-get-data-exclusions-by-ids-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The account ID." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGetDataExclusionsByIdsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-get-data-exclusions-by-ids-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The account ID. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-get-data-exclusions-by-ids-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-get-data-exclusions-by-ids-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-data-exclusions-by-ids-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-get-data-exclusions-by-ids-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-get-data-exclusions-by-ids-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-data-exclusions-by-ids-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-get-editorial-reasons-by-ids-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account that contains the specified entities." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGetEditorialReasonsByIdsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-get-editorial-reasons-by-ids-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account that contains the specified entities. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-get-editorial-reasons-by-ids-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-get-editorial-reasons-by-ids-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-editorial-reasons-by-ids-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-get-editorial-reasons-by-ids-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-get-editorial-reasons-by-ids-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-editorial-reasons-by-ids-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-get-geo-locations-file-url-request-language-locale-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language Locale field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The language and locale of the geographical location display names. The supported language locale values are zh-Hant (Traditional Chinese), en (English), fr (French), de (German), it (Italian), ja-JP (Japanese), pt-BR (Brazilian Portuguese), and es (Spanish)." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "languageLocale" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGetGeoLocationsFileUrlRequest/languageLocale> .

:microsoftads-property-microsoftads-campaign-management-get-geo-locations-file-url-request-language-locale-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language Locale classification" ;
    rdfs:comment "Upstream comment: The language and locale of the geographical location display names. The supported language locale values are zh-Hant (Traditional Chinese), en (English), fr (French), de (German), it (Italian), ja-JP (Japanese), pt-BR (Brazilian Portuguese), and es (Spanish). Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-get-geo-locations-file-url-request-language-locale-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-get-geo-locations-file-url-request-language-locale-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-geo-locations-file-url-request-language-locale-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language Locale confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-get-geo-locations-file-url-request-language-locale-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-get-geo-locations-file-url-request-language-locale-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-geo-locations-file-url-request-language-locale-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-campaign-management-get-negative-sites-by-campaign-ids-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account that contains the campaigns." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGetNegativeSitesByCampaignIdsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-get-negative-sites-by-campaign-ids-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account that contains the campaigns. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-get-negative-sites-by-campaign-ids-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-get-negative-sites-by-campaign-ids-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-negative-sites-by-campaign-ids-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-get-negative-sites-by-campaign-ids-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-get-negative-sites-by-campaign-ids-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-negative-sites-by-campaign-ids-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-get-new-customer-acquisition-goals-by-account-id-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Reserved." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGetNewCustomerAcquisitionGoalsByAccountIdRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-get-new-customer-acquisition-goals-by-account-id-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: Reserved. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-get-new-customer-acquisition-goals-by-account-id-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-get-new-customer-acquisition-goals-by-account-id-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-new-customer-acquisition-goals-by-account-id-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-get-new-customer-acquisition-goals-by-account-id-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-get-new-customer-acquisition-goals-by-account-id-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-new-customer-acquisition-goals-by-account-id-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-get-profile-data-file-url-request-language-locale-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language Locale field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The language and locale of the profile display names. The supported language locale values are zh-Hant (Traditional Chinese), en (English), fr (French), de (German), it (Italian), pt-BR (Brazilian Portuguese), and es (Spanish). Please note if LinkedIn does not provide the localized profile name, then it will default to the universal name (usually defined in English)." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "languageLocale" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGetProfileDataFileUrlRequest/languageLocale> .

:microsoftads-property-microsoftads-campaign-management-get-profile-data-file-url-request-language-locale-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language Locale classification" ;
    rdfs:comment "Upstream comment: The language and locale of the profile display names. The supported language locale values are zh-Hant (Traditional Chinese), en (English), fr (French), de (German), it (Italian), pt-BR (Brazilian Portuguese), and es (Spanish). Please note if LinkedIn does not provide the localized profile name, then it will default to the universal name (usually defined in English). Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-get-profile-data-file-url-request-language-locale-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-get-profile-data-file-url-request-language-locale-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-profile-data-file-url-request-language-locale-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language Locale confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-get-profile-data-file-url-request-language-locale-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-get-profile-data-file-url-request-language-locale-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-profile-data-file-url-request-language-locale-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-campaign-management-get-seasonality-adjustments-by-account-id-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The account ID." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGetSeasonalityAdjustmentsByAccountIdRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-get-seasonality-adjustments-by-account-id-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The account ID. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-get-seasonality-adjustments-by-account-id-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-get-seasonality-adjustments-by-account-id-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-seasonality-adjustments-by-account-id-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-get-seasonality-adjustments-by-account-id-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-get-seasonality-adjustments-by-account-id-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-seasonality-adjustments-by-account-id-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-get-seasonality-adjustments-by-ids-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The account ID." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGetSeasonalityAdjustmentsByIdsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-get-seasonality-adjustments-by-ids-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The account ID. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-get-seasonality-adjustments-by-ids-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-get-seasonality-adjustments-by-ids-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-seasonality-adjustments-by-ids-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-get-seasonality-adjustments-by-ids-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-get-seasonality-adjustments-by-ids-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-get-seasonality-adjustments-by-ids-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-google-import-job-created-by-user-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Created By User Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The unique identifier of the Microsoft Advertising user who created the import job. Add: Read-only Update: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "createdByUserId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGoogleImportJob/createdByUserId> .

:microsoftads-property-microsoftads-campaign-management-google-import-job-created-by-user-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Created By User Id classification" ;
    rdfs:comment "Upstream comment: The unique identifier of the Microsoft Advertising user who created the import job. Add: Read-only Update: Read-only Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-google-import-job-created-by-user-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-google-import-job-created-by-user-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-google-import-job-created-by-user-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Created By User Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-google-import-job-created-by-user-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-google-import-job-created-by-user-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-google-import-job-created-by-user-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-google-import-job-credential-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Credential Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Authorizes a Google Ads user to import accounts to Microsoft Advertising. This element is not returned when you get the GoogleImportJob. See the Get an Import Credential ID guide for more details. Add: Required Update: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "credentialId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGoogleImportJob/credentialId> .

:microsoftads-property-microsoftads-campaign-management-google-import-job-credential-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Credential Id classification" ;
    rdfs:comment "Upstream comment: Authorizes a Google Ads user to import accounts to Microsoft Advertising. This element is not returned when you get the GoogleImportJob. See the Get an Import Credential ID guide for more details. Add: Required Update: Read-only Authentication-adjacent field; review whether the value authenticates, identifies, or is only operational metadata." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-google-import-job-credential-id-element ;
    dcls:classifiedByRule :authenticating-data-rule ;
    dcls:candidatePersonalDataCategory pd:Authenticating ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-google-import-job-credential-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-google-import-job-credential-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Credential Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-google-import-job-credential-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-google-import-job-credential-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-google-import-job-credential-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.66 .

:microsoftads-property-microsoftads-campaign-management-google-import-job-google-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Google Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The Google Ads account to import. Add: Required Update: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "googleAccountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGoogleImportJob/googleAccountId> .

:microsoftads-property-microsoftads-campaign-management-google-import-job-google-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Google Account Id classification" ;
    rdfs:comment "Upstream comment: The Google Ads account to import. Add: Required Update: Read-only Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-google-import-job-google-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-google-import-job-google-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-google-import-job-google-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Google Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-google-import-job-google-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-google-import-job-google-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-google-import-job-google-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-google-import-job-notification-email-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Notification Email field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The email address where import results should be sent. This element is not returned by default. To get this element, include the NotificationEmail value in the ReturnAdditionalFields element when you call the GetImportJobsByIds and GetImportResults service operations. Add: Optional Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "notificationEmail" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGoogleImportJob/notificationEmail> .

:microsoftads-property-microsoftads-campaign-management-google-import-job-notification-email-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Notification Email classification" ;
    rdfs:comment "Upstream comment: The email address where import results should be sent. This element is not returned by default. To get this element, include the NotificationEmail value in the ReturnAdditionalFields element when you call the GetImportJobsByIds and GetImportResults service operations. Add: Optional Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-google-import-job-notification-email-element ;
    dcls:classifiedByRule :email-address-rule ;
    dcls:candidatePersonalDataCategory pd:EmailAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-google-import-job-notification-email-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-google-import-job-notification-email-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Notification Email confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-google-import-job-notification-email-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-google-import-job-notification-email-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-google-import-job-notification-email-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.98 .

:microsoftads-property-microsoftads-campaign-management-google-import-option-update-campaign-ad-group-languages-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Update Campaign Ad Group Languages field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Import updates to the language of existing campaigns and ad groups. This option is only honored if UpdateEntities is also enabled. This option is enabled by default, or effectively set to true. Set this element false to turn off this option. This option is available in the Microsoft Advertising UI via Import from Google Ads > Choose import options > What to import > Updates to existing items > Campaign settings > Campaign and ad group languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "updateCampaignAdGroupLanguages" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementGoogleImportOption/updateCampaignAdGroupLanguages> .

:microsoftads-property-microsoftads-campaign-management-google-import-option-update-campaign-ad-group-languages-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Update Campaign Ad Group Languages classification" ;
    rdfs:comment "Upstream comment: Import updates to the language of existing campaigns and ad groups. This option is only honored if UpdateEntities is also enabled. This option is enabled by default, or effectively set to true. Set this element false to turn off this option. This option is available in the Microsoft Advertising UI via Import from Google Ads > Choose import options > What to import > Updates to existing items > Campaign settings > Campaign and ad group languages. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-google-import-option-update-campaign-ad-group-languages-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-google-import-option-update-campaign-ad-group-languages-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-google-import-option-update-campaign-ad-group-languages-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Update Campaign Ad Group Languages confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-google-import-option-update-campaign-ad-group-languages-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-google-import-option-update-campaign-ad-group-languages-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-google-import-option-update-campaign-ad-group-languages-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-campaign-management-health-check-metadata-health-check-category-display-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Health Check Category Display Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Reserved." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "healthCheckCategoryDisplayName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementHealthCheckMetadata/healthCheckCategoryDisplayName> .

:microsoftads-property-microsoftads-campaign-management-health-check-metadata-health-check-category-display-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Health Check Category Display Name classification" ;
    rdfs:comment "Upstream comment: Reserved." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-health-check-metadata-health-check-category-display-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-health-check-metadata-health-check-category-display-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-health-check-metadata-health-check-category-display-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Health Check Category Display Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-health-check-metadata-health-check-category-display-name-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-health-check-metadata-health-check-category-display-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-health-check-metadata-health-check-category-display-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-campaign-management-health-check-metadata-health-check-display-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Health Check Display Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Reserved." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "healthCheckDisplayName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementHealthCheckMetadata/healthCheckDisplayName> .

:microsoftads-property-microsoftads-campaign-management-health-check-metadata-health-check-display-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Health Check Display Name classification" ;
    rdfs:comment "Upstream comment: Reserved." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-health-check-metadata-health-check-display-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-health-check-metadata-health-check-display-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-health-check-metadata-health-check-display-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Health Check Display Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-health-check-metadata-health-check-display-name-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-health-check-metadata-health-check-display-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-health-check-metadata-health-check-display-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-campaign-management-hotel-ad-ad-format-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Ad Format Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Not supported for this ad type." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "adFormatPreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementHotelAd/adFormatPreference> .

:microsoftads-property-microsoftads-campaign-management-hotel-ad-ad-format-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Ad Format Preference classification" ;
    rdfs:comment "Upstream comment: Not supported for this ad type. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-hotel-ad-ad-format-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-hotel-ad-ad-format-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-hotel-ad-ad-format-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Ad Format Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-hotel-ad-ad-format-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-hotel-ad-ad-format-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-hotel-ad-ad-format-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-hotel-ad-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Not supported for this ad type." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementHotelAd/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-hotel-ad-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Upstream comment: Not supported for this ad type. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-hotel-ad-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-hotel-ad-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-hotel-ad-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-hotel-ad-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-hotel-ad-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-hotel-ad-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-image-ad-extension-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Not supported for this ad extension type." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementImageAdExtension/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-image-ad-extension-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Upstream comment: Not supported for this ad extension type. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-image-ad-extension-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-image-ad-extension-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-image-ad-extension-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-image-ad-extension-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-image-ad-extension-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-image-ad-extension-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-import-job-created-by-user-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Created By User Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The unique identifier of the Microsoft Advertising user who created the import job." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "createdByUserId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementImportJob/createdByUserId> .

:microsoftads-property-microsoftads-campaign-management-import-job-created-by-user-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Created By User Id classification" ;
    rdfs:comment "Upstream comment: The unique identifier of the Microsoft Advertising user who created the import job. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-import-job-created-by-user-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-import-job-created-by-user-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-import-job-created-by-user-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Created By User Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-import-job-created-by-user-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-import-job-created-by-user-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-import-job-created-by-user-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-import-job-credential-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Credential Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementImportJob/credentialId> and path credentialId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "credentialId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementImportJob/credentialId> .

:microsoftads-property-microsoftads-campaign-management-import-job-credential-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Credential Id classification" ;
    rdfs:comment "Authentication-adjacent field; review whether the value authenticates, identifies, or is only operational metadata." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-import-job-credential-id-element ;
    dcls:classifiedByRule :authenticating-data-rule ;
    dcls:candidatePersonalDataCategory pd:Authenticating ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-import-job-credential-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-import-job-credential-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Credential Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-import-job-credential-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-import-job-credential-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-import-job-credential-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.66 .

:microsoftads-property-microsoftads-campaign-management-import-job-google-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Google Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementImportJob/googleAccountId> and path googleAccountId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "googleAccountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementImportJob/googleAccountId> .

:microsoftads-property-microsoftads-campaign-management-import-job-google-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Google Account Id classification" ;
    rdfs:comment "Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-import-job-google-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-import-job-google-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-import-job-google-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Google Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-import-job-google-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-import-job-google-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-import-job-google-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-import-job-notification-email-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Notification Email field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The email address where import results should be sent. This element is not returned by default. To get this element, include the NotificationEmail value in the ReturnAdditionalFields element when you call the GetImportJobsByIds and GetImportResults service operations." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "notificationEmail" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementImportJob/notificationEmail> .

:microsoftads-property-microsoftads-campaign-management-import-job-notification-email-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Notification Email classification" ;
    rdfs:comment "Upstream comment: The email address where import results should be sent. This element is not returned by default. To get this element, include the NotificationEmail value in the ReturnAdditionalFields element when you call the GetImportJobsByIds and GetImportResults service operations." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-import-job-notification-email-element ;
    dcls:classifiedByRule :email-address-rule ;
    dcls:candidatePersonalDataCategory pd:EmailAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-import-job-notification-email-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-import-job-notification-email-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Notification Email confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-import-job-notification-email-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-import-job-notification-email-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-import-job-notification-email-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.98 .

:microsoftads-property-microsoftads-campaign-management-import-job-base-created-by-user-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Created By User Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementImportJobBase/createdByUserId> and path createdByUserId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "createdByUserId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementImportJobBase/createdByUserId> .

:microsoftads-property-microsoftads-campaign-management-import-job-base-created-by-user-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Created By User Id classification" ;
    rdfs:comment "Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-import-job-base-created-by-user-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-import-job-base-created-by-user-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-import-job-base-created-by-user-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Created By User Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-import-job-base-created-by-user-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-import-job-base-created-by-user-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-import-job-base-created-by-user-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-import-job-base-notification-email-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Notification Email field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementImportJobBase/notificationEmail> and path notificationEmail." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "notificationEmail" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementImportJobBase/notificationEmail> .

:microsoftads-property-microsoftads-campaign-management-import-job-base-notification-email-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Notification Email classification" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-import-job-base-notification-email-element ;
    dcls:classifiedByRule :email-address-rule ;
    dcls:candidatePersonalDataCategory pd:EmailAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-import-job-base-notification-email-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-import-job-base-notification-email-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Notification Email confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-import-job-base-notification-email-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-import-job-base-notification-email-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-import-job-base-notification-email-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.98 .

:microsoftads-property-microsoftads-campaign-management-import-option-update-campaign-ad-group-languages-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Update Campaign Ad Group Languages field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementImportOption/updateCampaignAdGroupLanguages> and path updateCampaignAdGroupLanguages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "updateCampaignAdGroupLanguages" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementImportOption/updateCampaignAdGroupLanguages> .

:microsoftads-property-microsoftads-campaign-management-import-option-update-campaign-ad-group-languages-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Update Campaign Ad Group Languages classification" ;
    rdfs:comment "Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-import-option-update-campaign-ad-group-languages-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-import-option-update-campaign-ad-group-languages-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-import-option-update-campaign-ad-group-languages-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Update Campaign Ad Group Languages confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-import-option-update-campaign-ad-group-languages-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-import-option-update-campaign-ad-group-languages-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-import-option-update-campaign-ad-group-languages-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-campaign-management-lead-form-ad-extension-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementLeadFormAdExtension/devicePreference> and path devicePreference." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementLeadFormAdExtension/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-lead-form-ad-extension-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-lead-form-ad-extension-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-lead-form-ad-extension-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-lead-form-ad-extension-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-lead-form-ad-extension-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-lead-form-ad-extension-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-lead-form-ad-extension-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-lead-form-ad-extension-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementLeadFormAdExtension/language> and path language." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementLeadFormAdExtension/language> .

:microsoftads-property-microsoftads-campaign-management-lead-form-ad-extension-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-lead-form-ad-extension-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-lead-form-ad-extension-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-lead-form-ad-extension-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-lead-form-ad-extension-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-lead-form-ad-extension-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-lead-form-ad-extension-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-campaign-management-lead-form-ad-extension-lead-emails-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Lead Emails field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementLeadFormAdExtension/leadEmails> and path leadEmails." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "leadEmails" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementLeadFormAdExtension/leadEmails> .

:microsoftads-property-microsoftads-campaign-management-lead-form-ad-extension-lead-emails-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Lead Emails classification" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-lead-form-ad-extension-lead-emails-element ;
    dcls:classifiedByRule :email-address-rule ;
    dcls:candidatePersonalDataCategory pd:EmailAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-lead-form-ad-extension-lead-emails-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-lead-form-ad-extension-lead-emails-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Lead Emails confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-lead-form-ad-extension-lead-emails-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-lead-form-ad-extension-lead-emails-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-lead-form-ad-extension-lead-emails-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.98 .

:microsoftads-property-microsoftads-campaign-management-location-ad-extension-address-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Address field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The business address. The supported country code values include AR, AT, AU, BR, CA, CH, CL, CO, DE, DK, ES, FI, FR, GB, HK, ID, IE, IN, IT, MX, MY, NL, NZ, NO, PE, PH, SE, SG, TH, TW, US, VE, and VN. Add: Required Update: Required" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "address" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementLocationAdExtension/address> .

:microsoftads-property-microsoftads-campaign-management-location-ad-extension-address-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Address classification" ;
    rdfs:comment "Upstream comment: The business address. The supported country code values include AR, AT, AU, BR, CA, CH, CL, CO, DE, DK, ES, FI, FR, GB, HK, ID, IE, IN, IT, MX, MY, NL, NZ, NO, PE, PH, SE, SG, TH, TW, US, VE, and VN. Add: Required Update: Required" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-location-ad-extension-address-element ;
    dcls:classifiedByRule :physical-address-rule ;
    dcls:candidatePersonalDataCategory pd:PhysicalAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-location-ad-extension-address-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-location-ad-extension-address-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Address confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-location-ad-extension-address-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-location-ad-extension-address-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-location-ad-extension-address-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.95 .

:microsoftads-property-microsoftads-campaign-management-location-ad-extension-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Not supported for this ad extension type." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementLocationAdExtension/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-location-ad-extension-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Upstream comment: Not supported for this ad extension type. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-location-ad-extension-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-location-ad-extension-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-location-ad-extension-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-location-ad-extension-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-location-ad-extension-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-location-ad-extension-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-location-ad-extension-phone-number-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Phone Number field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The business phone number to include in the ad. The phone number is clickable on hi-fi mobile devices. The phone number can contain a maximum of 35 characters and must be valid for the specified country or region. If the campaign also includes a call extension, the phone number in the call extension, will override this phone number. Add: Optional Update: Optional. If you set this element null, the previous setting will be deleted." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "phoneNumber" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementLocationAdExtension/phoneNumber> .

:microsoftads-property-microsoftads-campaign-management-location-ad-extension-phone-number-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Phone Number classification" ;
    rdfs:comment "Upstream comment: The business phone number to include in the ad. The phone number is clickable on hi-fi mobile devices. The phone number can contain a maximum of 35 characters and must be valid for the specified country or region. If the campaign also includes a call extension, the phone number in the call extension, will override this phone number. Add: Optional Update: Optional. If you set this element null, the previous setting will be deleted." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-location-ad-extension-phone-number-element ;
    dcls:classifiedByRule :telephone-number-rule ;
    dcls:candidatePersonalDataCategory pd:TelephoneNumber ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-location-ad-extension-phone-number-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-location-ad-extension-phone-number-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Phone Number confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-location-ad-extension-phone-number-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-location-ad-extension-phone-number-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-location-ad-extension-phone-number-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.97 .

:microsoftads-property-microsoftads-campaign-management-location-criterion-display-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Display Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The location display name. Add: Read-only Update: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "displayName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementLocationCriterion/displayName> .

:microsoftads-property-microsoftads-campaign-management-location-criterion-display-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Display Name classification" ;
    rdfs:comment "Upstream comment: The location display name. Add: Read-only Update: Read-only" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-location-criterion-display-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-location-criterion-display-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-location-criterion-display-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Display Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-location-criterion-display-name-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-location-criterion-display-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-location-criterion-display-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-campaign-management-logo-ad-extension-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Not supported for this ad extension type." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementLogoAdExtension/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-logo-ad-extension-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Upstream comment: Not supported for this ad extension type. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-logo-ad-extension-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-logo-ad-extension-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-logo-ad-extension-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-logo-ad-extension-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-logo-ad-extension-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-logo-ad-extension-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-new-customer-acquisition-goal-setting-new-customer-acquisition-goal-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising New Customer Acquisition Goal Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier for the new customer acquisition goal." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "newCustomerAcquisitionGoalId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementNewCustomerAcquisitionGoalSetting/newCustomerAcquisitionGoalId> .

:microsoftads-property-microsoftads-campaign-management-new-customer-acquisition-goal-setting-new-customer-acquisition-goal-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising New Customer Acquisition Goal Id classification" ;
    rdfs:comment "Upstream comment: The identifier for the new customer acquisition goal. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-new-customer-acquisition-goal-setting-new-customer-acquisition-goal-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-new-customer-acquisition-goal-setting-new-customer-acquisition-goal-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-new-customer-acquisition-goal-setting-new-customer-acquisition-goal-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising New Customer Acquisition Goal Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-new-customer-acquisition-goal-setting-new-customer-acquisition-goal-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-new-customer-acquisition-goal-setting-new-customer-acquisition-goal-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-new-customer-acquisition-goal-setting-new-customer-acquisition-goal-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-news-ad-extension-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementNewsAdExtension/devicePreference> and path devicePreference." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementNewsAdExtension/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-news-ad-extension-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-news-ad-extension-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-news-ad-extension-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-news-ad-extension-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-news-ad-extension-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-news-ad-extension-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-news-ad-extension-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-news-ad-extension-source-url-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Source Url field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementNewsAdExtension/sourceUrl> and path sourceUrl." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "sourceUrl" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementNewsAdExtension/sourceUrl> .

:microsoftads-property-microsoftads-campaign-management-news-ad-extension-source-url-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Source Url classification" ;
    rdfs:comment "URL or query-parameter field may carry identifiers, campaign parameters, or personal data in the source system." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-news-ad-extension-source-url-element ;
    dcls:classifiedByRule :browsing-referral-rule ;
    dcls:candidatePersonalDataCategory pd:BrowsingReferral ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-news-ad-extension-source-url-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-news-ad-extension-source-url-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Source Url confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-news-ad-extension-source-url-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-news-ad-extension-source-url-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-news-ad-extension-source-url-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.78 .

:microsoftads-property-microsoftads-campaign-management-offline-conversion-hashed-email-address-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Hashed Email Address field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The hashed email address using the SHA-256 algorithm for use with enhanced conversions." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "hashedEmailAddress" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementOfflineConversion/hashedEmailAddress> .

:microsoftads-property-microsoftads-campaign-management-offline-conversion-hashed-email-address-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Hashed Email Address classification" ;
    rdfs:comment "Upstream comment: The hashed email address using the SHA-256 algorithm for use with enhanced conversions." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-offline-conversion-hashed-email-address-element ;
    dcls:classifiedByRule :email-address-rule ;
    dcls:candidatePersonalDataCategory pd:EmailAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-offline-conversion-hashed-email-address-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-offline-conversion-hashed-email-address-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Hashed Email Address confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-offline-conversion-hashed-email-address-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-offline-conversion-hashed-email-address-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-offline-conversion-hashed-email-address-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.98 .

:microsoftads-property-microsoftads-campaign-management-offline-conversion-hashed-phone-number-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Hashed Phone Number field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The hashed phone number according to the E.164 standard for use with enhanced conversions." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "hashedPhoneNumber" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementOfflineConversion/hashedPhoneNumber> .

:microsoftads-property-microsoftads-campaign-management-offline-conversion-hashed-phone-number-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Hashed Phone Number classification" ;
    rdfs:comment "Upstream comment: The hashed phone number according to the E.164 standard for use with enhanced conversions." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-offline-conversion-hashed-phone-number-element ;
    dcls:classifiedByRule :telephone-number-rule ;
    dcls:candidatePersonalDataCategory pd:TelephoneNumber ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-offline-conversion-hashed-phone-number-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-offline-conversion-hashed-phone-number-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Hashed Phone Number confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-offline-conversion-hashed-phone-number-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-offline-conversion-hashed-phone-number-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-offline-conversion-hashed-phone-number-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.97 .

:microsoftads-property-microsoftads-campaign-management-offline-conversion-microsoft-click-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Microsoft Click Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The MSCLKID for the offline conversion. To ensure that auto-tagging is enabled for Microsoft click ID tracking, use the GetAccountProperties and SetAccountProperties operations. Apply: Optional Note: The MSCLKID is optional when you provide a hashed email address or phone number for enhanced conversions." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "microsoftClickId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementOfflineConversion/microsoftClickId> .

:microsoftads-property-microsoftads-campaign-management-offline-conversion-microsoft-click-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Microsoft Click Id classification" ;
    rdfs:comment "Upstream comment: The MSCLKID for the offline conversion. To ensure that auto-tagging is enabled for Microsoft click ID tracking, use the GetAccountProperties and SetAccountProperties operations. Apply: Optional Note: The MSCLKID is optional when you provide a hashed email address or phone number for enhanced conversions. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-offline-conversion-microsoft-click-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-offline-conversion-microsoft-click-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-offline-conversion-microsoft-click-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Microsoft Click Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-offline-conversion-microsoft-click-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-offline-conversion-microsoft-click-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-offline-conversion-microsoft-click-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-offline-conversion-adjustment-hashed-email-address-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Hashed Email Address field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The hashed email address using the SHA-256 algorithm for use with enhanced conversions." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "hashedEmailAddress" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementOfflineConversionAdjustment/hashedEmailAddress> .

:microsoftads-property-microsoftads-campaign-management-offline-conversion-adjustment-hashed-email-address-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Hashed Email Address classification" ;
    rdfs:comment "Upstream comment: The hashed email address using the SHA-256 algorithm for use with enhanced conversions." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-offline-conversion-adjustment-hashed-email-address-element ;
    dcls:classifiedByRule :email-address-rule ;
    dcls:candidatePersonalDataCategory pd:EmailAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-offline-conversion-adjustment-hashed-email-address-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-offline-conversion-adjustment-hashed-email-address-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Hashed Email Address confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-offline-conversion-adjustment-hashed-email-address-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-offline-conversion-adjustment-hashed-email-address-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-offline-conversion-adjustment-hashed-email-address-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.98 .

:microsoftads-property-microsoftads-campaign-management-offline-conversion-adjustment-hashed-phone-number-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Hashed Phone Number field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The hashed phone number according to the E.164 standard for use with enhanced conversions." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "hashedPhoneNumber" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementOfflineConversionAdjustment/hashedPhoneNumber> .

:microsoftads-property-microsoftads-campaign-management-offline-conversion-adjustment-hashed-phone-number-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Hashed Phone Number classification" ;
    rdfs:comment "Upstream comment: The hashed phone number according to the E.164 standard for use with enhanced conversions." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-offline-conversion-adjustment-hashed-phone-number-element ;
    dcls:classifiedByRule :telephone-number-rule ;
    dcls:candidatePersonalDataCategory pd:TelephoneNumber ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-offline-conversion-adjustment-hashed-phone-number-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-offline-conversion-adjustment-hashed-phone-number-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Hashed Phone Number confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-offline-conversion-adjustment-hashed-phone-number-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-offline-conversion-adjustment-hashed-phone-number-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-offline-conversion-adjustment-hashed-phone-number-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.97 .

:microsoftads-property-microsoftads-campaign-management-offline-conversion-adjustment-microsoft-click-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Microsoft Click Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The MSCLKID for the offline conversion. To ensure that auto-tagging is enabled for Microsoft click ID tracking, use the GetAccountProperties and SetAccountProperties operations. Apply: Optional Note: The MSCLKID is optional when you provide a hashed email address or phone number for enhanced conversions." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "microsoftClickId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementOfflineConversionAdjustment/microsoftClickId> .

:microsoftads-property-microsoftads-campaign-management-offline-conversion-adjustment-microsoft-click-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Microsoft Click Id classification" ;
    rdfs:comment "Upstream comment: The MSCLKID for the offline conversion. To ensure that auto-tagging is enabled for Microsoft click ID tracking, use the GetAccountProperties and SetAccountProperties operations. Apply: Optional Note: The MSCLKID is optional when you provide a hashed email address or phone number for enhanced conversions. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-offline-conversion-adjustment-microsoft-click-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-offline-conversion-adjustment-microsoft-click-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-offline-conversion-adjustment-microsoft-click-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Microsoft Click Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-offline-conversion-adjustment-microsoft-click-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-offline-conversion-adjustment-microsoft-click-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-offline-conversion-adjustment-microsoft-click-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-price-ad-extension-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Not supported for this ad extension type." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementPriceAdExtension/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-price-ad-extension-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Upstream comment: Not supported for this ad extension type. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-price-ad-extension-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-price-ad-extension-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-price-ad-extension-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-price-ad-extension-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-price-ad-extension-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-price-ad-extension-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-price-ad-extension-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The language for the ad copy of your price ad extension. For possible values, see Ad Languages. Add: Required Update: Required" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementPriceAdExtension/language> .

:microsoftads-property-microsoftads-campaign-management-price-ad-extension-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The language for the ad copy of your price ad extension. For possible values, see Ad Languages. Add: Required Update: Required Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-price-ad-extension-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-price-ad-extension-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-price-ad-extension-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-price-ad-extension-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-price-ad-extension-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-price-ad-extension-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-campaign-management-product-ad-ad-format-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Ad Format Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Not supported for this ad type." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "adFormatPreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementProductAd/adFormatPreference> .

:microsoftads-property-microsoftads-campaign-management-product-ad-ad-format-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Ad Format Preference classification" ;
    rdfs:comment "Upstream comment: Not supported for this ad type. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-product-ad-ad-format-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-product-ad-ad-format-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-product-ad-ad-format-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Ad Format Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-product-ad-ad-format-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-product-ad-ad-format-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-product-ad-ad-format-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-product-ad-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Not supported for this ad type." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementProductAd/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-product-ad-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Upstream comment: Not supported for this ad type. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-product-ad-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-product-ad-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-product-ad-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-product-ad-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-product-ad-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-product-ad-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-promotion-ad-extension-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Not supported for this ad extension type." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementPromotionAdExtension/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-promotion-ad-extension-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Upstream comment: Not supported for this ad extension type. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-promotion-ad-extension-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-promotion-ad-extension-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-promotion-ad-extension-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-promotion-ad-extension-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-promotion-ad-extension-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-promotion-ad-extension-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-promotion-ad-extension-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The language that the ad extension will be served in. The extension will always be served in this language, regardless of the campaign or ad group's language settings. The supported language strings are: Danish, Dutch, English, Finnish, French, German, Italian, Norwegian, Portuguese, Spanish, Swedish, and TraditionalChinese. Add: Required Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementPromotionAdExtension/language> .

:microsoftads-property-microsoftads-campaign-management-promotion-ad-extension-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The language that the ad extension will be served in. The extension will always be served in this language, regardless of the campaign or ad group's language settings. The supported language strings are: Danish, Dutch, English, Finnish, French, German, Italian, Norwegian, Portuguese, Spanish, Swedish, and TraditionalChinese. Add: Required Update: Optional. If no value is set for the update, this setting is not changed. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-promotion-ad-extension-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-promotion-ad-extension-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-promotion-ad-extension-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-promotion-ad-extension-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-promotion-ad-extension-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-promotion-ad-extension-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-campaign-management-responsive-ad-ad-format-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Ad Format Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Not supported for this ad type." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "adFormatPreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementResponsiveAd/adFormatPreference> .

:microsoftads-property-microsoftads-campaign-management-responsive-ad-ad-format-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Ad Format Preference classification" ;
    rdfs:comment "Upstream comment: Not supported for this ad type. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-responsive-ad-ad-format-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-responsive-ad-ad-format-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-responsive-ad-ad-format-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Ad Format Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-responsive-ad-ad-format-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-responsive-ad-ad-format-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-responsive-ad-ad-format-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-responsive-ad-call-to-action-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Call To Action Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The language that the call to action will be served in. The call to action will always be served in this language, regardless of the campaign's language settings. Add: Not applicable for audience ads; Required for multimedia ads Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "callToActionLanguage" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementResponsiveAd/callToActionLanguage> .

:microsoftads-property-microsoftads-campaign-management-responsive-ad-call-to-action-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Call To Action Language classification" ;
    rdfs:comment "Upstream comment: The language that the call to action will be served in. The call to action will always be served in this language, regardless of the campaign's language settings. Add: Not applicable for audience ads; Required for multimedia ads Update: Optional. If no value is set for the update, this setting is not changed. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-responsive-ad-call-to-action-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-responsive-ad-call-to-action-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-responsive-ad-call-to-action-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Call To Action Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-responsive-ad-call-to-action-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-responsive-ad-call-to-action-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-responsive-ad-call-to-action-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-campaign-management-responsive-ad-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Not supported for this ad type." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementResponsiveAd/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-responsive-ad-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Upstream comment: Not supported for this ad type. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-responsive-ad-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-responsive-ad-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-responsive-ad-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-responsive-ad-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-responsive-ad-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-responsive-ad-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-responsive-search-ad-ad-format-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Ad Format Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Not supported for this ad type." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "adFormatPreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementResponsiveSearchAd/adFormatPreference> .

:microsoftads-property-microsoftads-campaign-management-responsive-search-ad-ad-format-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Ad Format Preference classification" ;
    rdfs:comment "Upstream comment: Not supported for this ad type. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-responsive-search-ad-ad-format-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-responsive-search-ad-ad-format-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-responsive-search-ad-ad-format-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Ad Format Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-responsive-search-ad-ad-format-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-responsive-search-ad-ad-format-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-responsive-search-ad-ad-format-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-responsive-search-ad-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Not supported for this ad type." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementResponsiveSearchAd/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-responsive-search-ad-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Upstream comment: Not supported for this ad type. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-responsive-search-ad-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-responsive-search-ad-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-responsive-search-ad-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-responsive-search-ad-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-responsive-search-ad-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-responsive-search-ad-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-review-ad-extension-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Not supported for this ad extension type." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementReviewAdExtension/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-review-ad-extension-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Upstream comment: Not supported for this ad extension type. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-review-ad-extension-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-review-ad-extension-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-review-ad-extension-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-review-ad-extension-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-review-ad-extension-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-review-ad-extension-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-search-companies-request-language-locale-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language Locale field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The language and locale of the profile display names. The supported language locale values are zh-Hant (Traditional Chinese), en (English), fr (French), de (German), it (Italian), pt-BR (Brazilian Portuguese), and es (Spanish). Please note if LinkedIn does not provide the localized profile name, then it will default to the universal name (usually defined in English)." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "languageLocale" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementSearchCompaniesRequest/languageLocale> .

:microsoftads-property-microsoftads-campaign-management-search-companies-request-language-locale-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language Locale classification" ;
    rdfs:comment "Upstream comment: The language and locale of the profile display names. The supported language locale values are zh-Hant (Traditional Chinese), en (English), fr (French), de (German), it (Italian), pt-BR (Brazilian Portuguese), and es (Spanish). Please note if LinkedIn does not provide the localized profile name, then it will default to the universal name (usually defined in English). Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-search-companies-request-language-locale-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-search-companies-request-language-locale-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-search-companies-request-language-locale-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language Locale confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-search-companies-request-language-locale-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-search-companies-request-language-locale-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-search-companies-request-language-locale-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-campaign-management-set-ad-extensions-associations-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account that owns the extensions." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementSetAdExtensionsAssociationsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-set-ad-extensions-associations-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account that owns the extensions. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-set-ad-extensions-associations-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-set-ad-extensions-associations-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-set-ad-extensions-associations-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-set-ad-extensions-associations-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-set-ad-extensions-associations-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-set-ad-extensions-associations-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-set-negative-sites-to-campaigns-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account that contains the campaigns." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementSetNegativeSitesToCampaignsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-set-negative-sites-to-campaigns-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account that contains the campaigns. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-set-negative-sites-to-campaigns-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-set-negative-sites-to-campaigns-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-set-negative-sites-to-campaigns-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-set-negative-sites-to-campaigns-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-set-negative-sites-to-campaigns-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-set-negative-sites-to-campaigns-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-setting-app-store-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising App Store field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementSetting/appStore> and path appStore." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "appStore" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementSetting/appStore> .

:microsoftads-property-microsoftads-campaign-management-setting-app-store-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising App Store classification" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-setting-app-store-element ;
    dcls:classifiedByRule :device-based-rule ;
    dcls:candidatePersonalDataCategory pd:DeviceBased ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-setting-app-store-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-setting-app-store-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising App Store confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-setting-app-store-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-setting-app-store-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-setting-app-store-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.74 .

:microsoftads-property-microsoftads-campaign-management-setting-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementSetting/language> and path language." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementSetting/language> .

:microsoftads-property-microsoftads-campaign-management-setting-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-setting-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-setting-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-setting-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-setting-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-setting-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-setting-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-campaign-management-setting-new-customer-acquisition-goal-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising New Customer Acquisition Goal Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementSetting/newCustomerAcquisitionGoalId> and path newCustomerAcquisitionGoalId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "newCustomerAcquisitionGoalId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementSetting/newCustomerAcquisitionGoalId> .

:microsoftads-property-microsoftads-campaign-management-setting-new-customer-acquisition-goal-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising New Customer Acquisition Goal Id classification" ;
    rdfs:comment "Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-setting-new-customer-acquisition-goal-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-setting-new-customer-acquisition-goal-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-setting-new-customer-acquisition-goal-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising New Customer Acquisition Goal Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-setting-new-customer-acquisition-goal-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-setting-new-customer-acquisition-goal-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-setting-new-customer-acquisition-goal-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-shared-entity-association-shared-entity-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Shared Entity Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines the owner of a website exclusion list. This read-only element is only available for PlacementExclusionList associations. Only the users of the manager account (customer) that owns a website exclusion list can update or delete the list, add or delete list items, and associate the list with ad accounts. If your ad account is associated with a website exclusion list that you do not own, you can disassociate the list from your account, but the list and list items are read-only." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "sharedEntityCustomerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementSharedEntityAssociation/sharedEntityCustomerId> .

:microsoftads-property-microsoftads-campaign-management-shared-entity-association-shared-entity-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Shared Entity Customer Id classification" ;
    rdfs:comment "Upstream comment: Determines the owner of a website exclusion list. This read-only element is only available for PlacementExclusionList associations. Only the users of the manager account (customer) that owns a website exclusion list can update or delete the list, add or delete list items, and associate the list with ad accounts. If your ad account is associated with a website exclusion list that you do not own, you can disassociate the list from your account, but the list and list items are read-only. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-shared-entity-association-shared-entity-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-shared-entity-association-shared-entity-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-shared-entity-association-shared-entity-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Shared Entity Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-shared-entity-association-shared-entity-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-shared-entity-association-shared-entity-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-shared-entity-association-shared-entity-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-sitelink-ad-extension-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: This element determines whether the preference is for the ad extension to be displayed on mobile devices or all devices. To specify a preference for mobile devices, set this element to 30001. To specify all devices, set this element to 0 (zero) or leave the element nil. By default, this element will be nil. Add: Optional Update: Optional. If no value is set for the update, the prior setting is removed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementSitelinkAdExtension/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-sitelink-ad-extension-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Upstream comment: This element determines whether the preference is for the ad extension to be displayed on mobile devices or all devices. To specify a preference for mobile devices, set this element to 30001. To specify all devices, set this element to 0 (zero) or leave the element nil. By default, this element will be nil. Add: Optional Update: Optional. If no value is set for the update, the prior setting is removed. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-sitelink-ad-extension-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-sitelink-ad-extension-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-sitelink-ad-extension-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-sitelink-ad-extension-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-sitelink-ad-extension-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-sitelink-ad-extension-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-structured-snippet-ad-extension-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Not supported for this ad extension type." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementStructuredSnippetAdExtension/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-structured-snippet-ad-extension-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Upstream comment: Not supported for this ad extension type. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-structured-snippet-ad-extension-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-structured-snippet-ad-extension-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-structured-snippet-ad-extension-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-structured-snippet-ad-extension-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-structured-snippet-ad-extension-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-structured-snippet-ad-extension-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-text-ad-ad-format-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Ad Format Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The Ad Format Preference is used to indicate whether or not you prefer the ad copy to be shown to users as a search or audience ad. Search ads tend to be written as a call to action, whereas audience ads should be written in more of an informational style. While you have the option to use search text ads as audience ads, designating an ad as Audience ads preferred format allows you to optimize its messaging for native delivery. IMPORTANT: You must define at least one text ad per ad group that does not prefer audience ads, otherwise the ad copy of all text ads will be eligible for both search and audience ads. Possible values are AudienceAd and All. If set to All, the ad will be eligible for both search and audience ad formats. If set to AudienceAd, the ad will only be eligible for the audience ad format. Add: Not supported Update: Not supported" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "adFormatPreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementTextAd/adFormatPreference> .

:microsoftads-property-microsoftads-campaign-management-text-ad-ad-format-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Ad Format Preference classification" ;
    rdfs:comment "Upstream comment: The Ad Format Preference is used to indicate whether or not you prefer the ad copy to be shown to users as a search or audience ad. Search ads tend to be written as a call to action, whereas audience ads should be written in more of an informational style. While you have the option to use search text ads as audience ads, designating an ad as Audience ads preferred format allows you to optimize its messaging for native delivery. IMPORTANT: You must define at least one text ad per ad group that does not prefer audience ads, otherwise the ad copy of all text ads will be eligible for both search and audience ads. Possible values are AudienceAd and All. If set to All, the ad will be eligible for both search and audience ad formats. If set to AudienceAd, the ad will only be eligible for the audience ad format. Add: Not supported Update: Not supported Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-text-ad-ad-format-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-text-ad-ad-format-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-text-ad-ad-format-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Ad Format Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-text-ad-ad-format-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-text-ad-ad-format-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-text-ad-ad-format-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-text-ad-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: This element determines whether the preference is for text ads to be displayed on mobile devices or all devices. To specify a preference for mobile devices, set this element to 30001. To specify all devices, set this element to 0 (zero) or leave the element nil. By default, this element will be nil. You must define at least one text ad per ad group that is not mobile preferred, otherwise the ad will be eligible for all devices. Add: Not supported Update: Not supported" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementTextAd/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-text-ad-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Upstream comment: This element determines whether the preference is for text ads to be displayed on mobile devices or all devices. To specify a preference for mobile devices, set this element to 30001. To specify all devices, set this element to 0 (zero) or leave the element nil. By default, this element will be nil. You must define at least one text ad per ad group that is not mobile preferred, otherwise the ad will be eligible for all devices. Add: Not supported Update: Not supported Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-text-ad-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-text-ad-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-text-ad-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-text-ad-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-text-ad-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-text-ad-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-update-ad-extensions-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account which contains the extensions." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementUpdateAdExtensionsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-update-ad-extensions-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account which contains the extensions. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-update-ad-extensions-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-update-ad-extensions-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-update-ad-extensions-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-update-ad-extensions-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-update-ad-extensions-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-update-ad-extensions-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-update-brand-kits-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The Microsoft Advertising identifier of the account." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementUpdateBrandKitsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-update-brand-kits-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The Microsoft Advertising identifier of the account. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-update-brand-kits-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-update-brand-kits-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-update-brand-kits-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-update-brand-kits-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-update-brand-kits-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-update-brand-kits-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-update-campaigns-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account that contains the campaign to update." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementUpdateCampaignsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-update-campaigns-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account that contains the campaign to update. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-update-campaigns-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-update-campaigns-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-update-campaigns-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-update-campaigns-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-update-campaigns-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-update-campaigns-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-update-data-exclusions-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The account ID." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementUpdateDataExclusionsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-update-data-exclusions-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The account ID. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-update-data-exclusions-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-update-data-exclusions-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-update-data-exclusions-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-update-data-exclusions-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-update-data-exclusions-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-update-data-exclusions-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-update-seasonality-adjustments-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The account ID." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementUpdateSeasonalityAdjustmentsRequest/accountId> .

:microsoftads-property-microsoftads-campaign-management-update-seasonality-adjustments-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The account ID. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-update-seasonality-adjustments-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-update-seasonality-adjustments-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-update-seasonality-adjustments-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-update-seasonality-adjustments-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-update-seasonality-adjustments-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-update-seasonality-adjustments-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-campaign-management-video-source-url-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Source Url field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The original URL of the video. Note: SourceUrl must be a direct download URL. Add: Supported and Required" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "sourceUrl" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementVideo/sourceUrl> .

:microsoftads-property-microsoftads-campaign-management-video-source-url-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Source Url classification" ;
    rdfs:comment "Upstream comment: The original URL of the video. Note: SourceUrl must be a direct download URL. Add: Supported and Required URL or query-parameter field may carry identifiers, campaign parameters, or personal data in the source system." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-video-source-url-element ;
    dcls:classifiedByRule :browsing-referral-rule ;
    dcls:candidatePersonalDataCategory pd:BrowsingReferral ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-video-source-url-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-video-source-url-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Source Url confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-video-source-url-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-video-source-url-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-video-source-url-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.78 .

:microsoftads-property-microsoftads-campaign-management-video-ad-extension-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: This element determines whether the preference is for the ad extension to be displayed on mobile devices or all devices. To specify a preference for mobile devices, set this element to 30001. To specify all devices, set this element to 0 (zero) or leave the element nil. By default, this element will be nil. This element is only applicable for the AppAdExtension and SitelinkAdExtension types." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CampaignManagementVideoAdExtension/devicePreference> .

:microsoftads-property-microsoftads-campaign-management-video-ad-extension-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Upstream comment: This element determines whether the preference is for the ad extension to be displayed on mobile devices or all devices. To specify a preference for mobile devices, set this element to 30001. To specify all devices, set this element to 0 (zero) or leave the element nil. By default, this element will be nil. This element is only applicable for the AppAdExtension and SitelinkAdExtension types. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-campaign-management-video-ad-extension-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-campaign-management-video-ad-extension-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-video-ad-extension-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-campaign-management-video-ad-extension-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-campaign-management-video-ad-extension-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-campaign-management-video-ad-extension-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-add-insertion-order-response-insertion-order-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Insertion Order Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: A long value that represents the identifier for the insertion order that was added." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "insertionOrderId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingAddInsertionOrderResponse/insertionOrderId> .

:microsoftads-property-microsoftads-customer-billing-add-insertion-order-response-insertion-order-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Insertion Order Id classification" ;
    rdfs:comment "Upstream comment: A long value that represents the identifier for the insertion order that was added. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-add-insertion-order-response-insertion-order-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-add-insertion-order-response-insertion-order-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-add-insertion-order-response-insertion-order-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Insertion Order Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-add-insertion-order-response-insertion-order-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-add-insertion-order-response-insertion-order-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-add-insertion-order-response-insertion-order-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-billing-document-info-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account for which the billing document was generated." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingBillingDocumentInfo/accountId> .

:microsoftads-property-microsoftads-customer-billing-billing-document-info-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account for which the billing document was generated. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-billing-document-info-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-billing-document-info-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-billing-document-info-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-billing-document-info-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-billing-document-info-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-billing-document-info-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-billing-document-info-account-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The account name." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingBillingDocumentInfo/accountName> .

:microsoftads-property-microsoftads-customer-billing-billing-document-info-account-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Name classification" ;
    rdfs:comment "Upstream comment: The account name." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-billing-document-info-account-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-billing-document-info-account-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-billing-document-info-account-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-billing-document-info-account-name-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-billing-document-info-account-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-billing-document-info-account-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-customer-billing-billing-document-info-account-number-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Number field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The account number." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountNumber" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingBillingDocumentInfo/accountNumber> .

:microsoftads-property-microsoftads-customer-billing-billing-document-info-account-number-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Number classification" ;
    rdfs:comment "Upstream comment: The account number. Account-number field; review whether the value identifies a personal financial account." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-billing-document-info-account-number-element ;
    dcls:classifiedByRule :financial-account-number-rule ;
    dcls:candidatePersonalDataCategory pd:FinancialAccountNumber ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-billing-document-info-account-number-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-billing-document-info-account-number-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Number confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-billing-document-info-account-number-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-billing-document-info-account-number-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-billing-document-info-account-number-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.86 .

:microsoftads-property-microsoftads-customer-billing-billing-document-info-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the customer for which the billing document was generated." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingBillingDocumentInfo/customerId> .

:microsoftads-property-microsoftads-customer-billing-billing-document-info-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the customer for which the billing document was generated. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-billing-document-info-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-billing-document-info-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-billing-document-info-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-billing-document-info-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-billing-document-info-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-billing-document-info-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-billing-document-info-document-number-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Document Number field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The number of the billing document." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "documentNumber" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingBillingDocumentInfo/documentNumber> .

:microsoftads-property-microsoftads-customer-billing-billing-document-info-document-number-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Document Number classification" ;
    rdfs:comment "Upstream comment: The number of the billing document." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-billing-document-info-document-number-element ;
    dcls:classifiedByRule :official-id-rule ;
    dcls:candidatePersonalDataCategory pd:OfficialID ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-billing-document-info-document-number-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-billing-document-info-document-number-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Document Number confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-billing-document-info-document-number-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-billing-document-info-document-number-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-billing-document-info-document-number-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.88 .

:microsoftads-property-microsoftads-customer-billing-billing-group-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Reserved." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingBillingGroup/customerId> .

:microsoftads-property-microsoftads-customer-billing-billing-group-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Id classification" ;
    rdfs:comment "Upstream comment: Reserved. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-billing-group-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-billing-group-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-billing-group-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-billing-group-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-billing-group-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-billing-group-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-check-feature-adoption-coupon-eligibility-request-account-ids-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Ids field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: A list of account identifiers to check for eligibility." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountIds" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingCheckFeatureAdoptionCouponEligibilityRequest/accountIds> .

:microsoftads-property-microsoftads-customer-billing-check-feature-adoption-coupon-eligibility-request-account-ids-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Ids classification" ;
    rdfs:comment "Upstream comment: A list of account identifiers to check for eligibility. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-check-feature-adoption-coupon-eligibility-request-account-ids-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-check-feature-adoption-coupon-eligibility-request-account-ids-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-check-feature-adoption-coupon-eligibility-request-account-ids-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Ids confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-check-feature-adoption-coupon-eligibility-request-account-ids-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-check-feature-adoption-coupon-eligibility-request-account-ids-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-check-feature-adoption-coupon-eligibility-request-account-ids-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-check-feature-adoption-coupon-eligibility-response-eligible-account-ids-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Eligible Account Ids field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The IDs of eligible accounts." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "eligibleAccountIds" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingCheckFeatureAdoptionCouponEligibilityResponse/eligibleAccountIds> .

:microsoftads-property-microsoftads-customer-billing-check-feature-adoption-coupon-eligibility-response-eligible-account-ids-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Eligible Account Ids classification" ;
    rdfs:comment "Upstream comment: The IDs of eligible accounts. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-check-feature-adoption-coupon-eligibility-response-eligible-account-ids-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-check-feature-adoption-coupon-eligibility-response-eligible-account-ids-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-check-feature-adoption-coupon-eligibility-response-eligible-account-ids-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Eligible Account Ids confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-check-feature-adoption-coupon-eligibility-response-eligible-account-ids-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-check-feature-adoption-coupon-eligibility-response-eligible-account-ids-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-check-feature-adoption-coupon-eligibility-response-eligible-account-ids-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-claim-feature-adoption-coupons-response-claimed-date-by-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Claimed Date By Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The date a claim was made for an account." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "claimedDateByAccountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingClaimFeatureAdoptionCouponsResponse/claimedDateByAccountId> .

:microsoftads-property-microsoftads-customer-billing-claim-feature-adoption-coupons-response-claimed-date-by-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Claimed Date By Account Id classification" ;
    rdfs:comment "Upstream comment: The date a claim was made for an account. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-claim-feature-adoption-coupons-response-claimed-date-by-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-claim-feature-adoption-coupons-response-claimed-date-by-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-claim-feature-adoption-coupons-response-claimed-date-by-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Claimed Date By Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-claim-feature-adoption-coupons-response-claimed-date-by-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-claim-feature-adoption-coupons-response-claimed-date-by-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-claim-feature-adoption-coupons-response-claimed-date-by-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-coupon-send-to-email-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Send To Email field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The email address the coupon has been emailed by the DispatchCoupons operation." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "sendToEmail" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingCoupon/sendToEmail> .

:microsoftads-property-microsoftads-customer-billing-coupon-send-to-email-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Send To Email classification" ;
    rdfs:comment "Upstream comment: The email address the coupon has been emailed by the DispatchCoupons operation." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-coupon-send-to-email-element ;
    dcls:classifiedByRule :email-address-rule ;
    dcls:candidatePersonalDataCategory pd:EmailAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-coupon-send-to-email-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-coupon-send-to-email-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Send To Email confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-coupon-send-to-email-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-coupon-send-to-email-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-coupon-send-to-email-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.98 .

:microsoftads-property-microsoftads-customer-billing-coupon-claim-info-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account related to the claim." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingCouponClaimInfo/accountId> .

:microsoftads-property-microsoftads-customer-billing-coupon-claim-info-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account related to the claim. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-coupon-claim-info-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-coupon-claim-info-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-coupon-claim-info-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-coupon-claim-info-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-coupon-claim-info-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-coupon-claim-info-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-coupon-claim-info-account-number-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Number field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The account number of the account related to the claim." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountNumber" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingCouponClaimInfo/accountNumber> .

:microsoftads-property-microsoftads-customer-billing-coupon-claim-info-account-number-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Number classification" ;
    rdfs:comment "Upstream comment: The account number of the account related to the claim. Account-number field; review whether the value identifies a personal financial account." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-coupon-claim-info-account-number-element ;
    dcls:classifiedByRule :financial-account-number-rule ;
    dcls:candidatePersonalDataCategory pd:FinancialAccountNumber ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-coupon-claim-info-account-number-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-coupon-claim-info-account-number-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Number confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-coupon-claim-info-account-number-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-coupon-claim-info-account-number-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-coupon-claim-info-account-number-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.86 .

:microsoftads-property-microsoftads-customer-billing-coupon-info-data-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The account ID." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingCouponInfoData/accountId> .

:microsoftads-property-microsoftads-customer-billing-coupon-info-data-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The account ID. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-coupon-info-data-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-coupon-info-data-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-coupon-info-data-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-coupon-info-data-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-coupon-info-data-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-coupon-info-data-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-coupon-redemption-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account to which the coupon was redeemed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingCouponRedemption/accountId> .

:microsoftads-property-microsoftads-customer-billing-coupon-redemption-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account to which the coupon was redeemed. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-coupon-redemption-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-coupon-redemption-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-coupon-redemption-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-coupon-redemption-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-coupon-redemption-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-coupon-redemption-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-coupon-redemption-account-number-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Number field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The account number." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountNumber" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingCouponRedemption/accountNumber> .

:microsoftads-property-microsoftads-customer-billing-coupon-redemption-account-number-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Number classification" ;
    rdfs:comment "Upstream comment: The account number. Account-number field; review whether the value identifies a personal financial account." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-coupon-redemption-account-number-element ;
    dcls:classifiedByRule :financial-account-number-rule ;
    dcls:candidatePersonalDataCategory pd:FinancialAccountNumber ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-coupon-redemption-account-number-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-coupon-redemption-account-number-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Number confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-coupon-redemption-account-number-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-coupon-redemption-account-number-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-coupon-redemption-account-number-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.86 .

:microsoftads-property-microsoftads-customer-billing-dispatch-coupons-request-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the customer that the coupon class belongs to." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingDispatchCouponsRequest/customerId> .

:microsoftads-property-microsoftads-customer-billing-dispatch-coupons-request-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the customer that the coupon class belongs to. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-dispatch-coupons-request-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-dispatch-coupons-request-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-dispatch-coupons-request-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-dispatch-coupons-request-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-dispatch-coupons-request-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-dispatch-coupons-request-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-dispatch-coupons-request-send-to-emails-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Send To Emails field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Email addresses to which the coupons are dispatched. Email address count should not exceed 1000." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "sendToEmails" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingDispatchCouponsRequest/sendToEmails> .

:microsoftads-property-microsoftads-customer-billing-dispatch-coupons-request-send-to-emails-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Send To Emails classification" ;
    rdfs:comment "Upstream comment: Email addresses to which the coupons are dispatched. Email address count should not exceed 1000." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-dispatch-coupons-request-send-to-emails-element ;
    dcls:classifiedByRule :email-address-rule ;
    dcls:candidatePersonalDataCategory pd:EmailAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-dispatch-coupons-request-send-to-emails-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-dispatch-coupons-request-send-to-emails-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Send To Emails confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-dispatch-coupons-request-send-to-emails-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-dispatch-coupons-request-send-to-emails-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-dispatch-coupons-request-send-to-emails-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.98 .

:microsoftads-property-microsoftads-customer-billing-distribute-coupons-request-account-ids-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Ids field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The account IDs." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountIds" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingDistributeCouponsRequest/accountIds> .

:microsoftads-property-microsoftads-customer-billing-distribute-coupons-request-account-ids-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Ids classification" ;
    rdfs:comment "Upstream comment: The account IDs. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-distribute-coupons-request-account-ids-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-distribute-coupons-request-account-ids-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-distribute-coupons-request-account-ids-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Ids confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-distribute-coupons-request-account-ids-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-distribute-coupons-request-account-ids-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-distribute-coupons-request-account-ids-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-get-account-monthly-spend-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account that contains the spend information to get. The account must use the invoice payment method; credit card accounts are not supported. If the account identifier belongs to an aggregator, the operation sums the account balances for all the accounts of all the customers that the aggregator manages. If the aggregator has ten customers and each customer has ten accounts, the operation returns the sum of the monthly spend of all 100 accounts. To get the monthly spend of a single account of a customer that the aggregator manages, set the AccountId element to the specified account identifier. To get the monthly spend of all the accounts of a customer that the aggregator manages, call this operation for each account, and then sum the monthly spend amounts." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingGetAccountMonthlySpendRequest/accountId> .

:microsoftads-property-microsoftads-customer-billing-get-account-monthly-spend-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account that contains the spend information to get. The account must use the invoice payment method; credit card accounts are not supported. If the account identifier belongs to an aggregator, the operation sums the account balances for all the accounts of all the customers that the aggregator manages. If the aggregator has ten customers and each customer has ten accounts, the operation returns the sum of the monthly spend of all 100 accounts. To get the monthly spend of a single account of a customer that the aggregator manages, set the AccountId element to the specified account identifier. To get the monthly spend of all the accounts of a customer that the aggregator manages, call this operation for each account, and then sum the monthly spend amounts. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-get-account-monthly-spend-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-get-account-monthly-spend-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-get-account-monthly-spend-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-get-account-monthly-spend-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-get-account-monthly-spend-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-get-account-monthly-spend-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-get-billing-documents-info-request-account-ids-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Ids field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: A list of identifiers of the accounts whose billing document information you want to get." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountIds" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingGetBillingDocumentsInfoRequest/accountIds> .

:microsoftads-property-microsoftads-customer-billing-get-billing-documents-info-request-account-ids-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Ids classification" ;
    rdfs:comment "Upstream comment: A list of identifiers of the accounts whose billing document information you want to get. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-get-billing-documents-info-request-account-ids-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-get-billing-documents-info-request-account-ids-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-get-billing-documents-info-request-account-ids-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Ids confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-get-billing-documents-info-request-account-ids-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-get-billing-documents-info-request-account-ids-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-get-billing-documents-info-request-account-ids-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-get-billing-documents-info-response-billing-documents-info-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Billing Documents Info field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The list of billing document information objects that were retrieved." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "billingDocumentsInfo" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingGetBillingDocumentsInfoResponse/billingDocumentsInfo> .

:microsoftads-property-microsoftads-customer-billing-get-billing-documents-info-response-billing-documents-info-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Billing Documents Info classification" ;
    rdfs:comment "Upstream comment: The list of billing document information objects that were retrieved. Document container field; review nested travel or identity document values before asserting specific official-identifier categories." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-get-billing-documents-info-response-billing-documents-info-element ;
    dcls:classifiedByRule :documents-container-rule ;
    dcls:candidatePersonalDataCategory pd:PersonalDocuments ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-get-billing-documents-info-response-billing-documents-info-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-get-billing-documents-info-response-billing-documents-info-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Billing Documents Info confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-get-billing-documents-info-response-billing-documents-info-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-get-billing-documents-info-response-billing-documents-info-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-get-billing-documents-info-response-billing-documents-info-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-get-billing-documents-request-billing-documents-info-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Billing Documents Info field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Identifies the list of billing documents that you want to get. Each BillingDocumentInfo object in the list must contain the CustomerId and DocumentId. The other properties are ignored. You can include up to 25 items in the list." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "billingDocumentsInfo" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingGetBillingDocumentsRequest/billingDocumentsInfo> .

:microsoftads-property-microsoftads-customer-billing-get-billing-documents-request-billing-documents-info-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Billing Documents Info classification" ;
    rdfs:comment "Upstream comment: Identifies the list of billing documents that you want to get. Each BillingDocumentInfo object in the list must contain the CustomerId and DocumentId. The other properties are ignored. You can include up to 25 items in the list. Document container field; review nested travel or identity document values before asserting specific official-identifier categories." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-get-billing-documents-request-billing-documents-info-element ;
    dcls:classifiedByRule :documents-container-rule ;
    dcls:candidatePersonalDataCategory pd:PersonalDocuments ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-get-billing-documents-request-billing-documents-info-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-get-billing-documents-request-billing-documents-info-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Billing Documents Info confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-get-billing-documents-request-billing-documents-info-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-get-billing-documents-request-billing-documents-info-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-get-billing-documents-request-billing-documents-info-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-get-billing-documents-response-billing-documents-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Billing Documents field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The list of billing documents that were retrieved." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "billingDocuments" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingGetBillingDocumentsResponse/billingDocuments> .

:microsoftads-property-microsoftads-customer-billing-get-billing-documents-response-billing-documents-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Billing Documents classification" ;
    rdfs:comment "Upstream comment: The list of billing documents that were retrieved. Document container field; review nested travel or identity document values before asserting specific official-identifier categories." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-get-billing-documents-response-billing-documents-element ;
    dcls:classifiedByRule :documents-container-rule ;
    dcls:candidatePersonalDataCategory pd:PersonalDocuments ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-get-billing-documents-response-billing-documents-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-get-billing-documents-response-billing-documents-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Billing Documents confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-get-billing-documents-response-billing-documents-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-get-billing-documents-response-billing-documents-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-get-billing-documents-response-billing-documents-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-get-billing-groups-request-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Reserved." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingGetBillingGroupsRequest/customerId> .

:microsoftads-property-microsoftads-customer-billing-get-billing-groups-request-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Id classification" ;
    rdfs:comment "Upstream comment: Reserved. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-get-billing-groups-request-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-get-billing-groups-request-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-get-billing-groups-request-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-get-billing-groups-request-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-get-billing-groups-request-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-get-billing-groups-request-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-get-coupon-info-request-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The customer ID." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingGetCouponInfoRequest/customerId> .

:microsoftads-property-microsoftads-customer-billing-get-coupon-info-request-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Id classification" ;
    rdfs:comment "Upstream comment: The customer ID. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-get-coupon-info-request-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-get-coupon-info-request-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-get-coupon-info-request-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-get-coupon-info-request-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-get-coupon-info-request-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-get-coupon-info-request-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-get-ungrouped-accounts-request-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Reserved." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingGetUngroupedAccountsRequest/customerId> .

:microsoftads-property-microsoftads-customer-billing-get-ungrouped-accounts-request-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Id classification" ;
    rdfs:comment "Upstream comment: Reserved. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-get-ungrouped-accounts-request-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-get-ungrouped-accounts-request-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-get-ungrouped-accounts-request-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-get-ungrouped-accounts-request-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-get-ungrouped-accounts-request-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-get-ungrouped-accounts-request-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-insertion-order-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account to which the insertion order applies. You cannot update the account identifier after you create the insertion order. Add: Required Update: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingInsertionOrder/accountId> .

:microsoftads-property-microsoftads-customer-billing-insertion-order-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account to which the insertion order applies. You cannot update the account identifier after you create the insertion order. Add: Required Update: Read-only Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-insertion-order-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-insertion-order-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-insertion-order-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-insertion-order-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-insertion-order-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-insertion-order-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-insertion-order-account-number-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Number field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The system-generated account number that is used to identify the account in the Microsoft Advertising web application. The account number has the form xxxxxxxx, where xxxxxxxx is a series of any eight alphanumeric characters. Add: Read-only Update: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountNumber" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingInsertionOrder/accountNumber> .

:microsoftads-property-microsoftads-customer-billing-insertion-order-account-number-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Number classification" ;
    rdfs:comment "Upstream comment: The system-generated account number that is used to identify the account in the Microsoft Advertising web application. The account number has the form xxxxxxxx, where xxxxxxxx is a series of any eight alphanumeric characters. Add: Read-only Update: Read-only Account-number field; review whether the value identifies a personal financial account." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-insertion-order-account-number-element ;
    dcls:classifiedByRule :financial-account-number-rule ;
    dcls:candidatePersonalDataCategory pd:FinancialAccountNumber ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-insertion-order-account-number-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-insertion-order-account-number-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Number confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-insertion-order-account-number-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-insertion-order-account-number-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-insertion-order-account-number-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.86 .

:microsoftads-property-microsoftads-customer-billing-insertion-order-booking-country-code-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Booking Country Code field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Reserved for internal use. Add: Required for some accounts; Optional for some accounts. Update: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "bookingCountryCode" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingInsertionOrder/bookingCountryCode> .

:microsoftads-property-microsoftads-customer-billing-insertion-order-booking-country-code-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Booking Country Code classification" ;
    rdfs:comment "Upstream comment: Reserved for internal use. Add: Required for some accounts; Optional for some accounts. Update: Read-only Location code or region field; review whether it identifies a person, billing/shipping address, or only a market/geography." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-insertion-order-booking-country-code-element ;
    dcls:classifiedByRule :location-code-rule ;
    dcls:candidatePersonalDataCategory pd:Location ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-insertion-order-booking-country-code-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-insertion-order-booking-country-code-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Booking Country Code confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-insertion-order-booking-country-code-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-insertion-order-booking-country-code-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-insertion-order-booking-country-code-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.64 .

:microsoftads-property-microsoftads-customer-billing-insertion-order-last-modified-by-user-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Last Modified By User Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: An identifier of the last user to update the insertion order. Add: Read-only Update: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "lastModifiedByUserId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingInsertionOrder/lastModifiedByUserId> .

:microsoftads-property-microsoftads-customer-billing-insertion-order-last-modified-by-user-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Last Modified By User Id classification" ;
    rdfs:comment "Upstream comment: An identifier of the last user to update the insertion order. Add: Read-only Update: Read-only Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-insertion-order-last-modified-by-user-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-insertion-order-last-modified-by-user-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-insertion-order-last-modified-by-user-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Last Modified By User Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-insertion-order-last-modified-by-user-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-insertion-order-last-modified-by-user-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-insertion-order-last-modified-by-user-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-insertion-order-reference-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Reference Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Reserved for internal use only. Add: Optional Update: Optional" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "referenceId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingInsertionOrder/referenceId> .

:microsoftads-property-microsoftads-customer-billing-insertion-order-reference-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Reference Id classification" ;
    rdfs:comment "Upstream comment: Reserved for internal use only. Add: Optional Update: Optional Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-insertion-order-reference-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-insertion-order-reference-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-insertion-order-reference-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Reference Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-insertion-order-reference-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-insertion-order-reference-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-insertion-order-reference-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-insertion-order-pending-changes-reference-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Reference Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Internal use only. Add: Read-only Update: Optional" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "referenceId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingInsertionOrderPendingChanges/referenceId> .

:microsoftads-property-microsoftads-customer-billing-insertion-order-pending-changes-reference-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Reference Id classification" ;
    rdfs:comment "Upstream comment: Internal use only. Add: Read-only Update: Optional Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-insertion-order-pending-changes-reference-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-insertion-order-pending-changes-reference-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-insertion-order-pending-changes-reference-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Reference Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-insertion-order-pending-changes-reference-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-insertion-order-pending-changes-reference-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-insertion-order-pending-changes-reference-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-insertion-order-pending-changes-requested-by-user-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Requested By User Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: An identifier of the last user to request a change to the insertion order. Add: Read-only Update: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "requestedByUserId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingInsertionOrderPendingChanges/requestedByUserId> .

:microsoftads-property-microsoftads-customer-billing-insertion-order-pending-changes-requested-by-user-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Requested By User Id classification" ;
    rdfs:comment "Upstream comment: An identifier of the last user to request a change to the insertion order. Add: Read-only Update: Read-only Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-insertion-order-pending-changes-requested-by-user-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-insertion-order-pending-changes-requested-by-user-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-insertion-order-pending-changes-requested-by-user-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Requested By User Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-insertion-order-pending-changes-requested-by-user-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-insertion-order-pending-changes-requested-by-user-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-insertion-order-pending-changes-requested-by-user-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-redeem-coupon-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account to which the coupon is redeemed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingRedeemCouponRequest/accountId> .

:microsoftads-property-microsoftads-customer-billing-redeem-coupon-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account to which the coupon is redeemed. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-redeem-coupon-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-redeem-coupon-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-redeem-coupon-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-redeem-coupon-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-redeem-coupon-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-redeem-coupon-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-ungrouped-account-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Reserved." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingUngroupedAccount/accountId> .

:microsoftads-property-microsoftads-customer-billing-ungrouped-account-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: Reserved. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-ungrouped-account-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-ungrouped-account-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-ungrouped-account-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-ungrouped-account-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-ungrouped-account-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-ungrouped-account-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-billing-ungrouped-account-account-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Reserved." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingUngroupedAccount/accountName> .

:microsoftads-property-microsoftads-customer-billing-ungrouped-account-account-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Name classification" ;
    rdfs:comment "Upstream comment: Reserved." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-ungrouped-account-account-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-ungrouped-account-account-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-ungrouped-account-account-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-ungrouped-account-account-name-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-ungrouped-account-account-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-ungrouped-account-account-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-customer-billing-ungrouped-account-account-number-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Number field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Reserved." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountNumber" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingUngroupedAccount/accountNumber> .

:microsoftads-property-microsoftads-customer-billing-ungrouped-account-account-number-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Number classification" ;
    rdfs:comment "Upstream comment: Reserved. Account-number field; review whether the value identifies a personal financial account." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-ungrouped-account-account-number-element ;
    dcls:classifiedByRule :financial-account-number-rule ;
    dcls:candidatePersonalDataCategory pd:FinancialAccountNumber ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-ungrouped-account-account-number-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-ungrouped-account-account-number-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Number confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-ungrouped-account-account-number-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-ungrouped-account-account-number-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-ungrouped-account-account-number-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.86 .

:microsoftads-property-microsoftads-customer-billing-update-billing-group-accounts-request-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Reserved." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerBillingUpdateBillingGroupAccountsRequest/customerId> .

:microsoftads-property-microsoftads-customer-billing-update-billing-group-accounts-request-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Id classification" ;
    rdfs:comment "Upstream comment: Reserved. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-billing-update-billing-group-accounts-request-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-billing-update-billing-group-accounts-request-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-update-billing-group-accounts-request-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-billing-update-billing-group-accounts-request-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-billing-update-billing-group-accounts-request-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-billing-update-billing-group-accounts-request-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The system-generated identifier of the account." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementAccountInfoWithCustomerData/accountId> .

:microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The system-generated identifier of the account. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-account-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The name of the account." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementAccountInfoWithCustomerData/accountName> .

:microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-account-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Name classification" ;
    rdfs:comment "Upstream comment: The name of the account." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-account-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-account-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-account-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-account-name-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-account-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-account-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-account-number-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Number field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The system-generated account number that is used to identify the account in the Microsoft Advertising web application. The account number has the form xxxxxxxx, where xxxxxxxx is a series of any eight alphanumeric characters." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountNumber" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementAccountInfoWithCustomerData/accountNumber> .

:microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-account-number-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Number classification" ;
    rdfs:comment "Upstream comment: The system-generated account number that is used to identify the account in the Microsoft Advertising web application. The account number has the form xxxxxxxx, where xxxxxxxx is a series of any eight alphanumeric characters. Account-number field; review whether the value identifies a personal financial account." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-account-number-element ;
    dcls:classifiedByRule :financial-account-number-rule ;
    dcls:candidatePersonalDataCategory pd:FinancialAccountNumber ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-account-number-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-account-number-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Number confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-account-number-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-account-number-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-account-number-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.86 .

:microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The system-generated identifier of the customer that manages or owns the account. If this account is the result of an account match using the FindAccountsOrCustomersInfo, the customer identifier is that of the customer that owns the account. However, if the account is the result of a customer match, the customer identifier is that of the aggregator that manages the account, if the account is managed by an aggregator; otherwise, the identifier is that of the customer that owns the account." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementAccountInfoWithCustomerData/customerId> .

:microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Id classification" ;
    rdfs:comment "Upstream comment: The system-generated identifier of the customer that manages or owns the account. If this account is the result of an account match using the FindAccountsOrCustomersInfo, the customer identifier is that of the customer that owns the account. However, if the account is the result of a customer match, the customer identifier is that of the aggregator that manages the account, if the account is managed by an aggregator; otherwise, the identifier is that of the customer that owns the account. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-customer-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The name of the customer that manages or owns the account." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementAccountInfoWithCustomerData/customerName> .

:microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-customer-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Name classification" ;
    rdfs:comment "Upstream comment: The name of the customer that manages or owns the account." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-customer-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-customer-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-customer-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-customer-name-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-customer-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-account-info-with-customer-data-customer-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-customer-management-add-account-response-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: A system-generated account identifier corresponding to the new account specified in the request. Use this identifier with operation requests that require an AccountId body element and a CustomerAccountId SOAP header element." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementAddAccountResponse/accountId> .

:microsoftads-property-microsoftads-customer-management-add-account-response-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: A system-generated account identifier corresponding to the new account specified in the request. Use this identifier with operation requests that require an AccountId body element and a CustomerAccountId SOAP header element. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-add-account-response-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-add-account-response-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-add-account-response-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-add-account-response-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-add-account-response-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-add-account-response-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-add-account-response-account-number-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Number field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The system-generated account number that is used to identify the account in the Microsoft Advertising web application. The account number has the form xxxxxxxx, where xxxxxxxx is a series of any eight alphanumeric characters." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountNumber" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementAddAccountResponse/accountNumber> .

:microsoftads-property-microsoftads-customer-management-add-account-response-account-number-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Number classification" ;
    rdfs:comment "Upstream comment: The system-generated account number that is used to identify the account in the Microsoft Advertising web application. The account number has the form xxxxxxxx, where xxxxxxxx is a series of any eight alphanumeric characters. Account-number field; review whether the value identifies a personal financial account." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-add-account-response-account-number-element ;
    dcls:classifiedByRule :financial-account-number-rule ;
    dcls:candidatePersonalDataCategory pd:FinancialAccountNumber ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-add-account-response-account-number-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-add-account-response-account-number-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Number confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-add-account-response-account-number-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-add-account-response-account-number-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-add-account-response-account-number-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.86 .

:microsoftads-property-microsoftads-customer-management-add-prepay-account-response-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementAddPrepayAccountResponse/accountId> and path accountId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementAddPrepayAccountResponse/accountId> .

:microsoftads-property-microsoftads-customer-management-add-prepay-account-response-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-add-prepay-account-response-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-add-prepay-account-response-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-add-prepay-account-response-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-add-prepay-account-response-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-add-prepay-account-response-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-add-prepay-account-response-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-add-prepay-account-response-account-number-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Number field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementAddPrepayAccountResponse/accountNumber> and path accountNumber." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountNumber" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementAddPrepayAccountResponse/accountNumber> .

:microsoftads-property-microsoftads-customer-management-add-prepay-account-response-account-number-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Number classification" ;
    rdfs:comment "Account-number field; review whether the value identifies a personal financial account." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-add-prepay-account-response-account-number-element ;
    dcls:classifiedByRule :financial-account-number-rule ;
    dcls:candidatePersonalDataCategory pd:FinancialAccountNumber ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-add-prepay-account-response-account-number-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-add-prepay-account-response-account-number-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Number confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-add-prepay-account-response-account-number-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-add-prepay-account-response-account-number-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-add-prepay-account-response-account-number-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.86 .

:microsoftads-property-microsoftads-customer-management-address-city-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising City field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The city, which can contain a maximum of 35 characters. Add: Required Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "city" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementAddress/city> .

:microsoftads-property-microsoftads-customer-management-address-city-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising City classification" ;
    rdfs:comment "Upstream comment: The city, which can contain a maximum of 35 characters. Add: Required Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-address-city-element ;
    dcls:classifiedByRule :city-rule ;
    dcls:candidatePersonalDataCategory pd:City ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-address-city-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-address-city-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising City confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-address-city-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-address-city-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-address-city-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.92 .

:microsoftads-property-microsoftads-customer-management-address-country-code-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Country Code field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The country/region code. For possible values e.g., \"US\", see Geographical Location Codes. Add: Required Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "countryCode" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementAddress/countryCode> .

:microsoftads-property-microsoftads-customer-management-address-country-code-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Country Code classification" ;
    rdfs:comment "Upstream comment: The country/region code. For possible values e.g., \"US\", see Geographical Location Codes. Add: Required Update: Optional. If no value is set for the update, this setting is not changed. Location code or region field; review whether it identifies a person, billing/shipping address, or only a market/geography." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-address-country-code-element ;
    dcls:classifiedByRule :location-code-rule ;
    dcls:candidatePersonalDataCategory pd:Location ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-address-country-code-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-address-country-code-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Country Code confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-address-country-code-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-address-country-code-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-address-country-code-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.64 .

:microsoftads-property-microsoftads-customer-management-address-postal-code-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Postal Code field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The Postal or ZIP Code, which can contain a maximum of 10 characters. Add: Required Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "postalCode" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementAddress/postalCode> .

:microsoftads-property-microsoftads-customer-management-address-postal-code-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Postal Code classification" ;
    rdfs:comment "Upstream comment: The Postal or ZIP Code, which can contain a maximum of 10 characters. Add: Required Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-address-postal-code-element ;
    dcls:classifiedByRule :postal-code-rule ;
    dcls:candidatePersonalDataCategory pd:PostalCode ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-address-postal-code-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-address-postal-code-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Postal Code confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-address-postal-code-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-address-postal-code-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-address-postal-code-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-customer-management-address-state-or-province-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising State Or Province field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The state or province. You must use the state or province code without country/region prefix. For example given US-WA, you should use only the WA suffix for Washington state. Add: Required for countries or regions that define sub geographies, but should be set to null for countries or regions that do not define sub geographies, such as Singapore. Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "stateOrProvince" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementAddress/stateOrProvince> .

:microsoftads-property-microsoftads-customer-management-address-state-or-province-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising State Or Province classification" ;
    rdfs:comment "Upstream comment: The state or province. You must use the state or province code without country/region prefix. For example given US-WA, you should use only the WA suffix for Washington state. Add: Required for countries or regions that define sub geographies, but should be set to null for countries or regions that do not define sub geographies, such as Singapore. Update: Optional. If no value is set for the update, this setting is not changed. Location code or region field; review whether it identifies a person, billing/shipping address, or only a market/geography." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-address-state-or-province-element ;
    dcls:classifiedByRule :location-code-rule ;
    dcls:candidatePersonalDataCategory pd:Location ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-address-state-or-province-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-address-state-or-province-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising State Or Province confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-address-state-or-province-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-address-state-or-province-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-address-state-or-province-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.64 .

:microsoftads-property-microsoftads-customer-management-advertiser-account-back-up-payment-instrument-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Back Up Payment Instrument Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of a backup payment instrument to use to settle the account. This element is not applicable for invoiced accounts. Add: Read-only Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "backUpPaymentInstrumentId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementAdvertiserAccount/backUpPaymentInstrumentId> .

:microsoftads-property-microsoftads-customer-management-advertiser-account-back-up-payment-instrument-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Back Up Payment Instrument Id classification" ;
    rdfs:comment "Upstream comment: The identifier of a backup payment instrument to use to settle the account. This element is not applicable for invoiced accounts. Add: Read-only Update: Optional. If no value is set for the update, this setting is not changed. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-advertiser-account-back-up-payment-instrument-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-advertiser-account-back-up-payment-instrument-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-advertiser-account-back-up-payment-instrument-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Back Up Payment Instrument Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-advertiser-account-back-up-payment-instrument-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-advertiser-account-back-up-payment-instrument-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-advertiser-account-back-up-payment-instrument-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-advertiser-account-bill-to-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Bill To Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the customer that is billed for the charges that the account generates. This is either the aggregator that manages this account on behalf of the owner or the identifier of the customer that owns the account. The service sets the identifier based on the owner of the payment instrument identified in the PaymentMethodId element. Add: Read-only Update: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "billToCustomerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementAdvertiserAccount/billToCustomerId> .

:microsoftads-property-microsoftads-customer-management-advertiser-account-bill-to-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Bill To Customer Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the customer that is billed for the charges that the account generates. This is either the aggregator that manages this account on behalf of the owner or the identifier of the customer that owns the account. The service sets the identifier based on the owner of the payment instrument identified in the PaymentMethodId element. Add: Read-only Update: Read-only Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-advertiser-account-bill-to-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-advertiser-account-bill-to-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-advertiser-account-bill-to-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Bill To Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-advertiser-account-bill-to-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-advertiser-account-bill-to-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-advertiser-account-bill-to-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-advertiser-account-business-address-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Business Address field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The location where your business is legally registered. If you are an agency working as an agent for your customer, this is the location where your client is legally registered. If you are an agency working as an aggregator, this is the legally registered business address of your company. The business address is used to determine your tax requirements. Add: Required. The Address BusinessName, City, and Line1 elements are required for all countries or regions. For Brazil (BR) and India (IN), the PostalCode and StateOrProvince elements are also required. Update: Optional for accounts that are not billed by monthly invoice. Having said that, if you want to make any changes to the Address then you must set its BusinessName, City, CountryCode, Line1, and StateOrProvince elements (where applicable); Read-only for monthly invoice accounts. To update the BusinessAddress of an invoice account, contact your account manager or support." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "businessAddress" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementAdvertiserAccount/businessAddress> .

:microsoftads-property-microsoftads-customer-management-advertiser-account-business-address-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Business Address classification" ;
    rdfs:comment "Upstream comment: The location where your business is legally registered. If you are an agency working as an agent for your customer, this is the location where your client is legally registered. If you are an agency working as an aggregator, this is the legally registered business address of your company. The business address is used to determine your tax requirements. Add: Required. The Address BusinessName, City, and Line1 elements are required for all countries or regions. For Brazil (BR) and India (IN), the PostalCode and StateOrProvince elements are also required. Update: Optional for accounts that are not billed by monthly invoice. Having said that, if you want to make any changes to the Address then you must set its BusinessName, City, CountryCode, Line1, and StateOrProvince elements (where applicable); Read-only for monthly invoice accounts. To update the BusinessAddress of an invoice account, contact your account manager or support." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-advertiser-account-business-address-element ;
    dcls:classifiedByRule :physical-address-rule ;
    dcls:candidatePersonalDataCategory pd:PhysicalAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-advertiser-account-business-address-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-advertiser-account-business-address-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Business Address confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-advertiser-account-business-address-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-advertiser-account-business-address-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-advertiser-account-business-address-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.95 .

:microsoftads-property-microsoftads-customer-management-advertiser-account-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The language used to render the billing documents that you receive from Microsoft Advertising (if you use an invoice as your payment method). This setting is only for billing documents for this account, and doesn't apply to other Microsoft Advertising accounts you might have. If you leave this empty when signing up a customer, the operation uses the language value from the Lcid element of the primary user. If the Lcid is set to a value such as FrenchCanada, then the account language is set to French. Add: Read-only for AddAccount; Required for SignupCustomer if the UserInvitation is set, and otherwise this element is Optional. Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementAdvertiserAccount/language> .

:microsoftads-property-microsoftads-customer-management-advertiser-account-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The language used to render the billing documents that you receive from Microsoft Advertising (if you use an invoice as your payment method). This setting is only for billing documents for this account, and doesn't apply to other Microsoft Advertising accounts you might have. If you leave this empty when signing up a customer, the operation uses the language value from the Lcid element of the primary user. If the Lcid is set to a value such as FrenchCanada, then the account language is set to French. Add: Read-only for AddAccount; Required for SignupCustomer if the UserInvitation is set, and otherwise this element is Optional. Update: Optional. If no value is set for the update, this setting is not changed. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-advertiser-account-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-advertiser-account-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-advertiser-account-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-advertiser-account-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-advertiser-account-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-advertiser-account-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-customer-management-advertiser-account-last-modified-by-user-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Last Modified By User Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the last user to update the account's information. Add: Read-only Update: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "lastModifiedByUserId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementAdvertiserAccount/lastModifiedByUserId> .

:microsoftads-property-microsoftads-customer-management-advertiser-account-last-modified-by-user-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Last Modified By User Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the last user to update the account's information. Add: Read-only Update: Read-only Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-advertiser-account-last-modified-by-user-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-advertiser-account-last-modified-by-user-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-advertiser-account-last-modified-by-user-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Last Modified By User Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-advertiser-account-last-modified-by-user-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-advertiser-account-last-modified-by-user-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-advertiser-account-last-modified-by-user-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-advertiser-account-parent-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Parent Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the customer that owns the account. In the campaign requests that require a customer identifier, this is the identifier that you set the CustomerId SOAP header to. Add: Required for AddAccount; Required for SignupCustomer if the UserInvitation is not set, and otherwise this element is ignored. Update: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "parentCustomerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementAdvertiserAccount/parentCustomerId> .

:microsoftads-property-microsoftads-customer-management-advertiser-account-parent-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Parent Customer Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the customer that owns the account. In the campaign requests that require a customer identifier, this is the identifier that you set the CustomerId SOAP header to. Add: Required for AddAccount; Required for SignupCustomer if the UserInvitation is not set, and otherwise this element is ignored. Update: Read-only Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-advertiser-account-parent-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-advertiser-account-parent-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-advertiser-account-parent-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Parent Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-advertiser-account-parent-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-advertiser-account-parent-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-advertiser-account-parent-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-advertiser-account-payment-method-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Payment Method Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the payment instrument to use to settle the account. Add: Optional for AddAccount; Read-only for SignupCustomer if the UserInvitation is not set. When you call SignupCustomer set this element to NULL. The service picks up the payment method identifier associated with the aggregator customer's invoice automatically. For SignupCustomer if the UserInvitation is set, and if the new client account is being linked to an agency via LinkedAgencies, and if the agency should be billed, set this element to the agency's payment instrument ID. Otherwise you should leave this element null. Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "paymentMethodId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementAdvertiserAccount/paymentMethodId> .

:microsoftads-property-microsoftads-customer-management-advertiser-account-payment-method-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Payment Method Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the payment instrument to use to settle the account. Add: Optional for AddAccount; Read-only for SignupCustomer if the UserInvitation is not set. When you call SignupCustomer set this element to NULL. The service picks up the payment method identifier associated with the aggregator customer's invoice automatically. For SignupCustomer if the UserInvitation is set, and if the new client account is being linked to an agency via LinkedAgencies, and if the agency should be billed, set this element to the agency's payment instrument ID. Otherwise you should leave this element null. Update: Optional. If no value is set for the update, this setting is not changed. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-advertiser-account-payment-method-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-advertiser-account-payment-method-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-advertiser-account-payment-method-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Payment Method Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-advertiser-account-payment-method-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-advertiser-account-payment-method-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-advertiser-account-payment-method-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-advertiser-account-primary-user-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Primary User Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account manager who is primarily responsible for managing this account. Only Super Admin and Standard users can be set as the primary contact for an account. Add: For AddAccount if the new client account is being linked to an agency via LinkedAgencies, then you can assign one of the agency users as primary user for the new account. When you call SignupCustomer as an aggregator without including the UserInvitation, you should leave this element empty and the primary user will be set to the aggregator user identifier. When you call SignupCustomer and the UserInvitation is included, you can leave this element empty and the primary user will be set to the identifier of the new client user who accepts the invitation. When you call SignupCustomer and if the UserInvitation is set, and if the new client account is being linked to an agency via LinkedAgencies, then you can assign one of the agency users as primary user for the new account. Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "primaryUserId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementAdvertiserAccount/primaryUserId> .

:microsoftads-property-microsoftads-customer-management-advertiser-account-primary-user-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Primary User Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account manager who is primarily responsible for managing this account. Only Super Admin and Standard users can be set as the primary contact for an account. Add: For AddAccount if the new client account is being linked to an agency via LinkedAgencies, then you can assign one of the agency users as primary user for the new account. When you call SignupCustomer as an aggregator without including the UserInvitation, you should leave this element empty and the primary user will be set to the aggregator user identifier. When you call SignupCustomer and the UserInvitation is included, you can leave this element empty and the primary user will be set to the identifier of the new client user who accepts the invitation. When you call SignupCustomer and if the UserInvitation is set, and if the new client account is being linked to an agency via LinkedAgencies, then you can assign one of the agency users as primary user for the new account. Update: Optional. If no value is set for the update, this setting is not changed. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-advertiser-account-primary-user-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-advertiser-account-primary-user-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-advertiser-account-primary-user-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Primary User Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-advertiser-account-primary-user-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-advertiser-account-primary-user-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-advertiser-account-primary-user-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-advertiser-account-sold-to-payment-instrument-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Sold To Payment Instrument Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the payment instrument of your client (the sold-to customer) to use to settle the account. Add: Required for AddAccount if the BillToCustomerId differs from the ParentCustomerId; Read-only and not applicable for SignupCustomer. Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "soldToPaymentInstrumentId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementAdvertiserAccount/soldToPaymentInstrumentId> .

:microsoftads-property-microsoftads-customer-management-advertiser-account-sold-to-payment-instrument-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Sold To Payment Instrument Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the payment instrument of your client (the sold-to customer) to use to settle the account. Add: Required for AddAccount if the BillToCustomerId differs from the ParentCustomerId; Read-only and not applicable for SignupCustomer. Update: Optional. If no value is set for the update, this setting is not changed. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-advertiser-account-sold-to-payment-instrument-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-advertiser-account-sold-to-payment-instrument-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-advertiser-account-sold-to-payment-instrument-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Sold To Payment Instrument Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-advertiser-account-sold-to-payment-instrument-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-advertiser-account-sold-to-payment-instrument-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-advertiser-account-sold-to-payment-instrument-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-client-link-inviter-email-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Inviter Email field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The email of the user who created the client link request. This value does not need to be the same as, nor is it used to modify, the email already stored in Microsoft Advertising for the current authenticated user. If not specified, the service will set this value to the email already stored in Microsoft Advertising for the current authenticated user. Add: Optional Update: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "inviterEmail" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementClientLink/inviterEmail> .

:microsoftads-property-microsoftads-customer-management-client-link-inviter-email-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Inviter Email classification" ;
    rdfs:comment "Upstream comment: The email of the user who created the client link request. This value does not need to be the same as, nor is it used to modify, the email already stored in Microsoft Advertising for the current authenticated user. If not specified, the service will set this value to the email already stored in Microsoft Advertising for the current authenticated user. Add: Optional Update: Read-only" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-client-link-inviter-email-element ;
    dcls:classifiedByRule :email-address-rule ;
    dcls:candidatePersonalDataCategory pd:EmailAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-client-link-inviter-email-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-client-link-inviter-email-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Inviter Email confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-client-link-inviter-email-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-client-link-inviter-email-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-client-link-inviter-email-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.98 .

:microsoftads-property-microsoftads-customer-management-client-link-inviter-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Inviter Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The name of the parent customer of the user who created the client link request. This value does not need to be the same as, nor is it used to modify, the customer name already stored in Microsoft Advertising. If not specified, the service will set this value to the parent customer name already stored in Microsoft Advertising for the current authenticated user. Add: Optional Update: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "inviterName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementClientLink/inviterName> .

:microsoftads-property-microsoftads-customer-management-client-link-inviter-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Inviter Name classification" ;
    rdfs:comment "Upstream comment: The name of the parent customer of the user who created the client link request. This value does not need to be the same as, nor is it used to modify, the customer name already stored in Microsoft Advertising. If not specified, the service will set this value to the parent customer name already stored in Microsoft Advertising for the current authenticated user. Add: Optional Update: Read-only" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-client-link-inviter-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-client-link-inviter-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-client-link-inviter-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Inviter Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-client-link-inviter-name-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-client-link-inviter-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-client-link-inviter-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-customer-management-client-link-inviter-phone-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Inviter Phone field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The phone number of the user who created the client link request. This value does not need to be the same as, nor is it used to modify, the phone number already stored in Microsoft Advertising for the current authenticated user. If not specified, the service will set this value to the phone number already stored in Microsoft Advertising for the current authenticated user. Add: Optional Update: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "inviterPhone" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementClientLink/inviterPhone> .

:microsoftads-property-microsoftads-customer-management-client-link-inviter-phone-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Inviter Phone classification" ;
    rdfs:comment "Upstream comment: The phone number of the user who created the client link request. This value does not need to be the same as, nor is it used to modify, the phone number already stored in Microsoft Advertising for the current authenticated user. If not specified, the service will set this value to the phone number already stored in Microsoft Advertising for the current authenticated user. Add: Optional Update: Read-only" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-client-link-inviter-phone-element ;
    dcls:classifiedByRule :telephone-number-rule ;
    dcls:candidatePersonalDataCategory pd:TelephoneNumber ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-client-link-inviter-phone-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-client-link-inviter-phone-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Inviter Phone confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-client-link-inviter-phone-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-client-link-inviter-phone-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-client-link-inviter-phone-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.97 .

:microsoftads-property-microsoftads-customer-management-client-link-last-modified-by-user-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Last Modified By User Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the last user to update the client link's information. Add: Read-only Update: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "lastModifiedByUserId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementClientLink/lastModifiedByUserId> .

:microsoftads-property-microsoftads-customer-management-client-link-last-modified-by-user-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Last Modified By User Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the last user to update the client link's information. Add: Read-only Update: Read-only Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-client-link-last-modified-by-user-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-client-link-last-modified-by-user-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-client-link-last-modified-by-user-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Last Modified By User Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-client-link-last-modified-by-user-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-client-link-last-modified-by-user-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-client-link-last-modified-by-user-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-client-link-managing-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Managing Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the customer who manages or is requesting to manage the client advertiser account. Add: Required. Either the ManagingCustomerId or ManagingCustomerNumber is required, but specifying both will cause the operation to fail. Update: Read-only and Required" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "managingCustomerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementClientLink/managingCustomerId> .

:microsoftads-property-microsoftads-customer-management-client-link-managing-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Managing Customer Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the customer who manages or is requesting to manage the client advertiser account. Add: Required. Either the ManagingCustomerId or ManagingCustomerNumber is required, but specifying both will cause the operation to fail. Update: Read-only and Required Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-client-link-managing-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-client-link-managing-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-client-link-managing-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Managing Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-client-link-managing-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-client-link-managing-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-client-link-managing-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-client-link-managing-customer-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Managing Customer Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The name of the customer who manages or is requesting to manage the client advertiser account. Add: Read-only Update: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "managingCustomerName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementClientLink/managingCustomerName> .

:microsoftads-property-microsoftads-customer-management-client-link-managing-customer-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Managing Customer Name classification" ;
    rdfs:comment "Upstream comment: The name of the customer who manages or is requesting to manage the client advertiser account. Add: Read-only Update: Read-only" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-client-link-managing-customer-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-client-link-managing-customer-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-client-link-managing-customer-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Managing Customer Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-client-link-managing-customer-name-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-client-link-managing-customer-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-client-link-managing-customer-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-customer-management-client-link-note-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Note field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Optional message from the requestor providing context and details about the client link invitation. Add: Optional Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "note" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementClientLink/note> .

:microsoftads-property-microsoftads-customer-management-client-link-note-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Note classification" ;
    rdfs:comment "Upstream comment: Optional message from the requestor providing context and details about the client link invitation. Add: Optional Update: Optional. If no value is set for the update, this setting is not changed. Freeform note field; review whether values contain customer communications or arbitrary personal data." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-client-link-note-element ;
    dcls:classifiedByRule :freeform-note-rule ;
    dcls:candidatePersonalDataCategory pd:Communication ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-client-link-note-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-client-link-note-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Note confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-client-link-note-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-client-link-note-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-client-link-note-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-customer-management-contact-info-address-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Address field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The address of the user. Note that the address BusinessName element is ignored if you try to set it for a user's contact information. The business name is only required for an AdvertiserAccount object. Add: Required Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "address" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementContactInfo/address> .

:microsoftads-property-microsoftads-customer-management-contact-info-address-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Address classification" ;
    rdfs:comment "Upstream comment: The address of the user. Note that the address BusinessName element is ignored if you try to set it for a user's contact information. The business name is only required for an AdvertiserAccount object. Add: Required Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-contact-info-address-element ;
    dcls:classifiedByRule :physical-address-rule ;
    dcls:candidatePersonalDataCategory pd:PhysicalAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-contact-info-address-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-contact-info-address-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Address confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-contact-info-address-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-contact-info-address-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-contact-info-address-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.95 .

:microsoftads-property-microsoftads-customer-management-contact-info-contact-by-phone-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Contact By Phone field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: A value that determines whether the user should be contacted by telephone. If true, the telephone number specified in the Phone1 element is used to contact the user. Add: Optional Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "contactByPhone" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementContactInfo/contactByPhone> .

:microsoftads-property-microsoftads-customer-management-contact-info-contact-by-phone-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Contact By Phone classification" ;
    rdfs:comment "Upstream comment: A value that determines whether the user should be contacted by telephone. If true, the telephone number specified in the Phone1 element is used to contact the user. Add: Optional Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-contact-info-contact-by-phone-element ;
    dcls:classifiedByRule :telephone-number-rule ;
    dcls:candidatePersonalDataCategory pd:TelephoneNumber ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-contact-info-contact-by-phone-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-contact-info-contact-by-phone-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Contact By Phone confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-contact-info-contact-by-phone-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-contact-info-contact-by-phone-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-contact-info-contact-by-phone-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.97 .

:microsoftads-property-microsoftads-customer-management-contact-info-contact-by-postal-mail-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Contact By Postal Mail field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: A value that determines whether the user should be contacted by postal mail. If true, correspondence is sent to the address specified in the Address element. Add: Optional Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "contactByPostalMail" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementContactInfo/contactByPostalMail> .

:microsoftads-property-microsoftads-customer-management-contact-info-contact-by-postal-mail-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Contact By Postal Mail classification" ;
    rdfs:comment "Upstream comment: A value that determines whether the user should be contacted by postal mail. If true, correspondence is sent to the address specified in the Address element. Add: Optional Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-contact-info-contact-by-postal-mail-element ;
    dcls:classifiedByRule :postal-code-rule ;
    dcls:candidatePersonalDataCategory pd:PostalCode ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-contact-info-contact-by-postal-mail-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-contact-info-contact-by-postal-mail-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Contact By Postal Mail confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-contact-info-contact-by-postal-mail-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-contact-info-contact-by-postal-mail-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-contact-info-contact-by-postal-mail-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-customer-management-contact-info-email-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Email field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The email address is used to send the account activation notification to the user, and can contain a maximum of 100 characters. If the user should be contacted by email, set the EmailFormat element to a valid format value. The contact info email address may differ from the email address corresponding to the authenticated Microsoft Account. For more information, see the IsMigratedToMicrosoftAccount and UserName elements of the User. Add: Required Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "email" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementContactInfo/email> .

:microsoftads-property-microsoftads-customer-management-contact-info-email-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Email classification" ;
    rdfs:comment "Upstream comment: The email address is used to send the account activation notification to the user, and can contain a maximum of 100 characters. If the user should be contacted by email, set the EmailFormat element to a valid format value. The contact info email address may differ from the email address corresponding to the authenticated Microsoft Account. For more information, see the IsMigratedToMicrosoftAccount and UserName elements of the User. Add: Required Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-contact-info-email-element ;
    dcls:classifiedByRule :email-address-rule ;
    dcls:candidatePersonalDataCategory pd:EmailAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-contact-info-email-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-contact-info-email-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Email confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-contact-info-email-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-contact-info-email-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-contact-info-email-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.98 .

:microsoftads-property-microsoftads-customer-management-contact-info-email-format-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Email Format field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The format of the body of an email message to use when correspondence is sent to the user (this does not apply to the activation notification email message). You must set this element if you want the user contacted via email. Add: Optional Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "emailFormat" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementContactInfo/emailFormat> .

:microsoftads-property-microsoftads-customer-management-contact-info-email-format-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Email Format classification" ;
    rdfs:comment "Upstream comment: The format of the body of an email message to use when correspondence is sent to the user (this does not apply to the activation notification email message). You must set this element if you want the user contacted via email. Add: Optional Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-contact-info-email-format-element ;
    dcls:classifiedByRule :email-address-rule ;
    dcls:candidatePersonalDataCategory pd:EmailAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-contact-info-email-format-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-contact-info-email-format-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Email Format confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-contact-info-email-format-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-contact-info-email-format-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-contact-info-email-format-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.98 .

:microsoftads-property-microsoftads-customer-management-contact-info-home-phone-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Home Phone field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The home telephone number of the user. The telephone number can contain a maximum of 100 characters. Add: Optional Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "homePhone" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementContactInfo/homePhone> .

:microsoftads-property-microsoftads-customer-management-contact-info-home-phone-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Home Phone classification" ;
    rdfs:comment "Upstream comment: The home telephone number of the user. The telephone number can contain a maximum of 100 characters. Add: Optional Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-contact-info-home-phone-element ;
    dcls:classifiedByRule :telephone-number-rule ;
    dcls:candidatePersonalDataCategory pd:TelephoneNumber ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-contact-info-home-phone-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-contact-info-home-phone-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Home Phone confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-contact-info-home-phone-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-contact-info-home-phone-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-contact-info-home-phone-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.97 .

:microsoftads-property-microsoftads-customer-management-contact-info-phone1-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Phone1 field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The primary telephone number of the user. The telephone number can contain a maximum of 100 characters. Add: Required Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "phone1" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementContactInfo/phone1> .

:microsoftads-property-microsoftads-customer-management-contact-info-phone1-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Phone1 classification" ;
    rdfs:comment "Upstream comment: The primary telephone number of the user. The telephone number can contain a maximum of 100 characters. Add: Required Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-contact-info-phone1-element ;
    dcls:classifiedByRule :telephone-number-rule ;
    dcls:candidatePersonalDataCategory pd:TelephoneNumber ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-contact-info-phone1-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-contact-info-phone1-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Phone1 confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-contact-info-phone1-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-contact-info-phone1-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-contact-info-phone1-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.97 .

:microsoftads-property-microsoftads-customer-management-contact-info-phone2-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Phone2 field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: An alternate telephone number for the user. The telephone number can contain a maximum of 100 characters. Add: Optional Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "phone2" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementContactInfo/phone2> .

:microsoftads-property-microsoftads-customer-management-contact-info-phone2-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Phone2 classification" ;
    rdfs:comment "Upstream comment: An alternate telephone number for the user. The telephone number can contain a maximum of 100 characters. Add: Optional Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-contact-info-phone2-element ;
    dcls:classifiedByRule :telephone-number-rule ;
    dcls:candidatePersonalDataCategory pd:TelephoneNumber ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-contact-info-phone2-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-contact-info-phone2-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Phone2 confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-contact-info-phone2-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-contact-info-phone2-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-contact-info-phone2-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.97 .

:microsoftads-property-microsoftads-customer-management-customer-customer-address-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Address field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The customer's business address. This property is not used by Microsoft Advertising, and you must set the account business address instead. Add: Optional Update: Optional" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerAddress" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementCustomer/customerAddress> .

:microsoftads-property-microsoftads-customer-management-customer-customer-address-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Address classification" ;
    rdfs:comment "Upstream comment: The customer's business address. This property is not used by Microsoft Advertising, and you must set the account business address instead. Add: Optional Update: Optional" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-customer-customer-address-element ;
    dcls:classifiedByRule :physical-address-rule ;
    dcls:candidatePersonalDataCategory pd:PhysicalAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-customer-customer-address-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-customer-customer-address-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Address confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-customer-customer-address-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-customer-customer-address-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-customer-customer-address-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.95 .

:microsoftads-property-microsoftads-customer-management-customer-last-modified-by-user-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Last Modified By User Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the last user to update the customer's information. Add: Read-only Update: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "lastModifiedByUserId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementCustomer/lastModifiedByUserId> .

:microsoftads-property-microsoftads-customer-management-customer-last-modified-by-user-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Last Modified By User Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the last user to update the customer's information. Add: Read-only Update: Read-only Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-customer-last-modified-by-user-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-customer-last-modified-by-user-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-customer-last-modified-by-user-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Last Modified By User Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-customer-last-modified-by-user-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-customer-last-modified-by-user-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-customer-last-modified-by-user-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-customer-market-country-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Market Country field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The primary country where the customer operates. For a list of customer market country code values, see Product Language. Add: Required Update: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "marketCountry" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementCustomer/marketCountry> .

:microsoftads-property-microsoftads-customer-management-customer-market-country-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Market Country classification" ;
    rdfs:comment "Upstream comment: The primary country where the customer operates. For a list of customer market country code values, see Product Language. Add: Required Update: Read-only" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-customer-market-country-element ;
    dcls:classifiedByRule :country-rule ;
    dcls:candidatePersonalDataCategory pd:Country ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-customer-market-country-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-customer-market-country-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Market Country confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-customer-market-country-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-customer-market-country-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-customer-market-country-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.90 .

:microsoftads-property-microsoftads-customer-management-customer-market-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Market Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The primary language that the customer uses. Your customer market language determines the language of the Microsoft Advertising interface. For a list of customer market language code values, see Product Language. Add: Required Update: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "marketLanguage" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementCustomer/marketLanguage> .

:microsoftads-property-microsoftads-customer-management-customer-market-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Market Language classification" ;
    rdfs:comment "Upstream comment: The primary language that the customer uses. Your customer market language determines the language of the Microsoft Advertising interface. For a list of customer market language code values, see Product Language. Add: Required Update: Read-only Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-customer-market-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-customer-market-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-customer-market-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Market Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-customer-market-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-customer-market-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-customer-market-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-customer-management-customer-role-account-ids-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Ids field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The list of accounts that the user can access in the customer. If the user has CID level of access, then AccountIDs will be not returned. For account level access, the AccountIDs will be returned in the CustomerRole object of the GetUser API." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountIds" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementCustomerRole/accountIds> .

:microsoftads-property-microsoftads-customer-management-customer-role-account-ids-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Ids classification" ;
    rdfs:comment "Upstream comment: The list of accounts that the user can access in the customer. If the user has CID level of access, then AccountIDs will be not returned. For account level access, the AccountIDs will be returned in the CustomerRole object of the GetUser API. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-customer-role-account-ids-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-customer-role-account-ids-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-customer-role-account-ids-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Ids confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-customer-role-account-ids-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-customer-role-account-ids-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-customer-role-account-ids-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-customer-role-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the customer where the user has either signed up or has some account hierarchy relationship." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementCustomerRole/customerId> .

:microsoftads-property-microsoftads-customer-management-customer-role-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the customer where the user has either signed up or has some account hierarchy relationship. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-customer-role-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-customer-role-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-customer-role-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-customer-role-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-customer-role-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-customer-role-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-customer-role-linked-account-ids-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Linked Account Ids field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The list of linked accounts that the user can access through the CustomerId as an agency on behalf of another customer. If this element is nil, the user does not have access to individually linked advertiser accounts through the CustomerId. The user might have access to advertiser accounts in other linked customers, so be sure to take into account all CustomerRoles returned by GetUser. Please note that accounts created as an aggregator via SignupCustomer will also be returned in this element. You can delete aggregatee accounts via DeleteAccount, but you cannot delink them via UpdateClientLinks. Call the SearchClientLinks operation to help determine which accounts can be delinked." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "linkedAccountIds" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementCustomerRole/linkedAccountIds> .

:microsoftads-property-microsoftads-customer-management-customer-role-linked-account-ids-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Linked Account Ids classification" ;
    rdfs:comment "Upstream comment: The list of linked accounts that the user can access through the CustomerId as an agency on behalf of another customer. If this element is nil, the user does not have access to individually linked advertiser accounts through the CustomerId. The user might have access to advertiser accounts in other linked customers, so be sure to take into account all CustomerRoles returned by GetUser. Please note that accounts created as an aggregator via SignupCustomer will also be returned in this element. You can delete aggregatee accounts via DeleteAccount, but you cannot delink them via UpdateClientLinks. Call the SearchClientLinks operation to help determine which accounts can be delinked. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-customer-role-linked-account-ids-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-customer-role-linked-account-ids-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-customer-role-linked-account-ids-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Linked Account Ids confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-customer-role-linked-account-ids-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-customer-role-linked-account-ids-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-customer-role-linked-account-ids-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-delete-account-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account to delete." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementDeleteAccountRequest/accountId> .

:microsoftads-property-microsoftads-customer-management-delete-account-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account to delete. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-delete-account-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-delete-account-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-delete-account-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-delete-account-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-delete-account-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-delete-account-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-delete-customer-request-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the customer to delete." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementDeleteCustomerRequest/customerId> .

:microsoftads-property-microsoftads-customer-management-delete-customer-request-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the customer to delete. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-delete-customer-request-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-delete-customer-request-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-delete-customer-request-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-delete-customer-request-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-delete-customer-request-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-delete-customer-request-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-delete-user-request-user-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising User Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the user to delete." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "userId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementDeleteUserRequest/userId> .

:microsoftads-property-microsoftads-customer-management-delete-user-request-user-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising User Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the user to delete. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-delete-user-request-user-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-delete-user-request-user-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-delete-user-request-user-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising User Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-delete-user-request-user-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-delete-user-request-user-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-delete-user-request-user-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-dismiss-notifications-request-user-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising User Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The user's identification number." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "userId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementDismissNotificationsRequest/userId> .

:microsoftads-property-microsoftads-customer-management-dismiss-notifications-request-user-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising User Id classification" ;
    rdfs:comment "Upstream comment: The user's identification number. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-dismiss-notifications-request-user-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-dismiss-notifications-request-user-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-dismiss-notifications-request-user-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising User Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-dismiss-notifications-request-user-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-dismiss-notifications-request-user-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-dismiss-notifications-request-user-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-find-accounts-request-account-filter-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Filter field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The criteria to use to filter the list of accounts. You can specify either an account name or an account number. If your filter value is of the form, Xnnnnn, where nnnnn is a series of digits, the operation filters by account number. The filter value can contain a partial or full account name or number of the accounts that you want to get. The operation includes the account in the result if the name or number of the account begins with the specified filter value. The operation performs a case-insensitive comparison when it compares your filter value to the account name or number. For example, if you specify \"t\" as the filter value, the list will include accounts whose names begin with \"t\" or \"T\". Setting this element to an empty string is the same as calling the GetAccountsInfo." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountFilter" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementFindAccountsRequest/accountFilter> .

:microsoftads-property-microsoftads-customer-management-find-accounts-request-account-filter-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Filter classification" ;
    rdfs:comment "Upstream comment: The criteria to use to filter the list of accounts. You can specify either an account name or an account number. If your filter value is of the form, Xnnnnn, where nnnnn is a series of digits, the operation filters by account number. The filter value can contain a partial or full account name or number of the accounts that you want to get. The operation includes the account in the result if the name or number of the account begins with the specified filter value. The operation performs a case-insensitive comparison when it compares your filter value to the account name or number. For example, if you specify \"t\" as the filter value, the list will include accounts whose names begin with \"t\" or \"T\". Setting this element to an empty string is the same as calling the GetAccountsInfo." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-find-accounts-request-account-filter-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-find-accounts-request-account-filter-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-find-accounts-request-account-filter-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Filter confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-find-accounts-request-account-filter-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-find-accounts-request-account-filter-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-find-accounts-request-account-filter-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-customer-management-find-accounts-request-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the customer whose accounts you want to get. If null, the operation searches for a match among all of the accounts of the customers that the user manages and owns." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementFindAccountsRequest/customerId> .

:microsoftads-property-microsoftads-customer-management-find-accounts-request-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the customer whose accounts you want to get. If null, the operation searches for a match among all of the accounts of the customers that the user manages and owns. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-find-accounts-request-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-find-accounts-request-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-find-accounts-request-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-find-accounts-request-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-find-accounts-request-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-find-accounts-request-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-get-accessible-customer-request-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementGetAccessibleCustomerRequest/customerId> and path customerId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementGetAccessibleCustomerRequest/customerId> .

:microsoftads-property-microsoftads-customer-management-get-accessible-customer-request-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Id classification" ;
    rdfs:comment "Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-get-accessible-customer-request-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-get-accessible-customer-request-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-accessible-customer-request-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-get-accessible-customer-request-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-get-accessible-customer-request-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-accessible-customer-request-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-get-account-pilot-features-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account used to get a list of feature pilot IDs." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementGetAccountPilotFeaturesRequest/accountId> .

:microsoftads-property-microsoftads-customer-management-get-account-pilot-features-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account used to get a list of feature pilot IDs. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-get-account-pilot-features-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-get-account-pilot-features-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-account-pilot-features-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-get-account-pilot-features-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-get-account-pilot-features-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-account-pilot-features-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-get-account-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account to get." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementGetAccountRequest/accountId> .

:microsoftads-property-microsoftads-customer-management-get-account-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account to get. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-get-account-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-get-account-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-account-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-get-account-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-get-account-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-account-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-get-accounts-info-request-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the customer used to get the account information. This request element is optional. If not set, the user's credentials are used to determine the customer." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementGetAccountsInfoRequest/customerId> .

:microsoftads-property-microsoftads-customer-management-get-accounts-info-request-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the customer used to get the account information. This request element is optional. If not set, the user's credentials are used to determine the customer. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-get-accounts-info-request-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-get-accounts-info-request-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-accounts-info-request-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-get-accounts-info-request-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-get-accounts-info-request-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-accounts-info-request-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-get-current-user-response-user-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising User field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementGetCurrentUserResponse/user> and path user." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "user" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementGetCurrentUserResponse/user> .

:microsoftads-property-microsoftads-customer-management-get-current-user-response-user-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising User classification" ;
    rdfs:comment "Broad contact, customer, user, owner, or actor object field; review nested payloads before asserting specific personal-data categories." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-get-current-user-response-user-element ;
    dcls:classifiedByRule :contact-object-rule ;
    dcls:candidatePersonalDataCategory pd:Contact ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-get-current-user-response-user-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-current-user-response-user-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising User confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-get-current-user-response-user-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-get-current-user-response-user-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-current-user-response-user-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.68 .

:microsoftads-property-microsoftads-customer-management-get-customer-pilot-features-request-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the customer used to get a list of feature pilot IDs." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementGetCustomerPilotFeaturesRequest/customerId> .

:microsoftads-property-microsoftads-customer-management-get-customer-pilot-features-request-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the customer used to get a list of feature pilot IDs. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-get-customer-pilot-features-request-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-get-customer-pilot-features-request-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-customer-pilot-features-request-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-get-customer-pilot-features-request-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-get-customer-pilot-features-request-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-customer-pilot-features-request-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-get-customer-request-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the customer whose information you want to get." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementGetCustomerRequest/customerId> .

:microsoftads-property-microsoftads-customer-management-get-customer-request-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the customer whose information you want to get. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-get-customer-request-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-get-customer-request-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-customer-request-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-get-customer-request-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-get-customer-request-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-customer-request-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-get-customer-response-customer-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: A Customer object that contains information about the customer." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customer" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementGetCustomerResponse/customer> .

:microsoftads-property-microsoftads-customer-management-get-customer-response-customer-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer classification" ;
    rdfs:comment "Upstream comment: A Customer object that contains information about the customer. Broad contact, customer, user, owner, or actor object field; review nested payloads before asserting specific personal-data categories." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-get-customer-response-customer-element ;
    dcls:classifiedByRule :contact-object-rule ;
    dcls:candidatePersonalDataCategory pd:Contact ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-get-customer-response-customer-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-customer-response-customer-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-get-customer-response-customer-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-get-customer-response-customer-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-customer-response-customer-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.68 .

:microsoftads-property-microsoftads-customer-management-get-customers-info-request-customer-name-filter-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Name Filter field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: A partial or full name of the customers that you want to get. The operation includes the customer in the result if the customer's name begins with the specified filter name. This request element is optional. If you do not want to filter by customer name, set this element to an empty string. The operation performs a case-insensitive comparison when it compares your name filter value to the customer names. For example, if you specify \"t\" as the filter value, the list will include customers whose names begin with \"t\" or \"T\"." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerNameFilter" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementGetCustomersInfoRequest/customerNameFilter> .

:microsoftads-property-microsoftads-customer-management-get-customers-info-request-customer-name-filter-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Name Filter classification" ;
    rdfs:comment "Upstream comment: A partial or full name of the customers that you want to get. The operation includes the customer in the result if the customer's name begins with the specified filter name. This request element is optional. If you do not want to filter by customer name, set this element to an empty string. The operation performs a case-insensitive comparison when it compares your name filter value to the customer names. For example, if you specify \"t\" as the filter value, the list will include customers whose names begin with \"t\" or \"T\"." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-get-customers-info-request-customer-name-filter-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-get-customers-info-request-customer-name-filter-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-customers-info-request-customer-name-filter-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Name Filter confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-get-customers-info-request-customer-name-filter-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-get-customers-info-request-customer-name-filter-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-customers-info-request-customer-name-filter-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-customer-management-get-linked-accounts-and-customers-info-request-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the customer whose hierarchy you want to get." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementGetLinkedAccountsAndCustomersInfoRequest/customerId> .

:microsoftads-property-microsoftads-customer-management-get-linked-accounts-and-customers-info-request-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the customer whose hierarchy you want to get. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-get-linked-accounts-and-customers-info-request-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-get-linked-accounts-and-customers-info-request-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-linked-accounts-and-customers-info-request-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-get-linked-accounts-and-customers-info-request-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-get-linked-accounts-and-customers-info-request-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-linked-accounts-and-customers-info-request-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-get-notifications-request-locale-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Locale field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The locale of the message. The default value is en. Add: Optional Update: Optional" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "locale" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementGetNotificationsRequest/locale> .

:microsoftads-property-microsoftads-customer-management-get-notifications-request-locale-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Locale classification" ;
    rdfs:comment "Upstream comment: The locale of the message. The default value is en. Add: Optional Update: Optional Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-get-notifications-request-locale-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-get-notifications-request-locale-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-notifications-request-locale-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Locale confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-get-notifications-request-locale-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-get-notifications-request-locale-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-notifications-request-locale-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-customer-management-get-notifications-request-user-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising User Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The UserId filter. Add: Optional Update: Optional" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "userId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementGetNotificationsRequest/userId> .

:microsoftads-property-microsoftads-customer-management-get-notifications-request-user-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising User Id classification" ;
    rdfs:comment "Upstream comment: The UserId filter. Add: Optional Update: Optional Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-get-notifications-request-user-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-get-notifications-request-user-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-notifications-request-user-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising User Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-get-notifications-request-user-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-get-notifications-request-user-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-notifications-request-user-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-get-user-request-user-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising User Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the user to get. If this element is null or not provided, the response will include details for the authenticated user specified in the request header." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "userId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementGetUserRequest/userId> .

:microsoftads-property-microsoftads-customer-management-get-user-request-user-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising User Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the user to get. If this element is null or not provided, the response will include details for the authenticated user specified in the request header. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-get-user-request-user-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-get-user-request-user-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-user-request-user-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising User Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-get-user-request-user-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-get-user-request-user-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-user-request-user-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-get-user-response-user-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising User field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: A user object that contains information about the user." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "user" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementGetUserResponse/user> .

:microsoftads-property-microsoftads-customer-management-get-user-response-user-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising User classification" ;
    rdfs:comment "Upstream comment: A user object that contains information about the user. Broad contact, customer, user, owner, or actor object field; review nested payloads before asserting specific personal-data categories." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-get-user-response-user-element ;
    dcls:classifiedByRule :contact-object-rule ;
    dcls:candidatePersonalDataCategory pd:Contact ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-get-user-response-user-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-user-response-user-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising User confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-get-user-response-user-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-get-user-response-user-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-user-response-user-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.68 .

:microsoftads-property-microsoftads-customer-management-get-users-info-request-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the customer to which the users belong." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementGetUsersInfoRequest/customerId> .

:microsoftads-property-microsoftads-customer-management-get-users-info-request-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the customer to which the users belong. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-get-users-info-request-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-get-users-info-request-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-users-info-request-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-get-users-info-request-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-get-users-info-request-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-get-users-info-request-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-map-account-id-to-external-account-ids-request-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementMapAccountIdToExternalAccountIdsRequest/accountId> and path accountId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementMapAccountIdToExternalAccountIdsRequest/accountId> .

:microsoftads-property-microsoftads-customer-management-map-account-id-to-external-account-ids-request-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-map-account-id-to-external-account-ids-request-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-map-account-id-to-external-account-ids-request-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-map-account-id-to-external-account-ids-request-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-map-account-id-to-external-account-ids-request-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-map-account-id-to-external-account-ids-request-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-map-account-id-to-external-account-ids-request-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-map-account-id-to-external-account-ids-request-external-account-ids-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising External Account Ids field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementMapAccountIdToExternalAccountIdsRequest/externalAccountIds> and path externalAccountIds." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "externalAccountIds" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementMapAccountIdToExternalAccountIdsRequest/externalAccountIds> .

:microsoftads-property-microsoftads-customer-management-map-account-id-to-external-account-ids-request-external-account-ids-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising External Account Ids classification" ;
    rdfs:comment "Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-map-account-id-to-external-account-ids-request-external-account-ids-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-map-account-id-to-external-account-ids-request-external-account-ids-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-map-account-id-to-external-account-ids-request-external-account-ids-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising External Account Ids confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-map-account-id-to-external-account-ids-request-external-account-ids-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-map-account-id-to-external-account-ids-request-external-account-ids-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-map-account-id-to-external-account-ids-request-external-account-ids-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-map-customer-id-to-external-customer-id-request-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementMapCustomerIdToExternalCustomerIdRequest/customerId> and path customerId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementMapCustomerIdToExternalCustomerIdRequest/customerId> .

:microsoftads-property-microsoftads-customer-management-map-customer-id-to-external-customer-id-request-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Id classification" ;
    rdfs:comment "Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-map-customer-id-to-external-customer-id-request-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-map-customer-id-to-external-customer-id-request-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-map-customer-id-to-external-customer-id-request-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-map-customer-id-to-external-customer-id-request-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-map-customer-id-to-external-customer-id-request-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-map-customer-id-to-external-customer-id-request-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-map-customer-id-to-external-customer-id-request-external-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising External Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementMapCustomerIdToExternalCustomerIdRequest/externalCustomerId> and path externalCustomerId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "externalCustomerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementMapCustomerIdToExternalCustomerIdRequest/externalCustomerId> .

:microsoftads-property-microsoftads-customer-management-map-customer-id-to-external-customer-id-request-external-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising External Customer Id classification" ;
    rdfs:comment "Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-map-customer-id-to-external-customer-id-request-external-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-map-customer-id-to-external-customer-id-request-external-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-map-customer-id-to-external-customer-id-request-external-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising External Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-map-customer-id-to-external-customer-id-request-external-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-map-customer-id-to-external-customer-id-request-external-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-map-customer-id-to-external-customer-id-request-external-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-person-name-first-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising First Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The first name of the user. The first name is limited to 100 characters. Add: Required Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "firstName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementPersonName/firstName> .

:microsoftads-property-microsoftads-customer-management-person-name-first-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising First Name classification" ;
    rdfs:comment "Upstream comment: The first name of the user. The first name is limited to 100 characters. Add: Required Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-person-name-first-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-person-name-first-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-person-name-first-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising First Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-person-name-first-name-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-person-name-first-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-person-name-first-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-customer-management-person-name-last-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Last Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The last name of the user. The last name is limited to 100 characters. Add: Required Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "lastName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementPersonName/lastName> .

:microsoftads-property-microsoftads-customer-management-person-name-last-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Last Name classification" ;
    rdfs:comment "Upstream comment: The last name of the user. The last name is limited to 100 characters. Add: Required Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-person-name-last-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-person-name-last-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-person-name-last-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Last Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-person-name-last-name-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-person-name-last-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-person-name-last-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-customer-management-search-customers-response-customers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: A list of customers that meet the request criteria." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customers" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementSearchCustomersResponse/customers> .

:microsoftads-property-microsoftads-customer-management-search-customers-response-customers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customers classification" ;
    rdfs:comment "Upstream comment: A list of customers that meet the request criteria. Broad contact, customer, user, owner, or actor object field; review nested payloads before asserting specific personal-data categories." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-search-customers-response-customers-element ;
    dcls:classifiedByRule :contact-object-rule ;
    dcls:candidatePersonalDataCategory pd:Contact ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-search-customers-response-customers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-search-customers-response-customers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-search-customers-response-customers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-search-customers-response-customers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-search-customers-response-customers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.68 .

:microsoftads-property-microsoftads-customer-management-send-user-invitation-response-user-invitation-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising User Invitation Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: A system-generated identifier for the user invitation that was sent." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "userInvitationId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementSendUserInvitationResponse/userInvitationId> .

:microsoftads-property-microsoftads-customer-management-send-user-invitation-response-user-invitation-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising User Invitation Id classification" ;
    rdfs:comment "Upstream comment: A system-generated identifier for the user invitation that was sent. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-send-user-invitation-response-user-invitation-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-send-user-invitation-response-user-invitation-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-send-user-invitation-response-user-invitation-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising User Invitation Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-send-user-invitation-response-user-invitation-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-send-user-invitation-response-user-invitation-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-send-user-invitation-response-user-invitation-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-signup-customer-request-customer-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: A Customer that specifies the details of the customer that you are adding." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customer" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementSignupCustomerRequest/customer> .

:microsoftads-property-microsoftads-customer-management-signup-customer-request-customer-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer classification" ;
    rdfs:comment "Upstream comment: A Customer that specifies the details of the customer that you are adding. Broad contact, customer, user, owner, or actor object field; review nested payloads before asserting specific personal-data categories." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-signup-customer-request-customer-element ;
    dcls:classifiedByRule :contact-object-rule ;
    dcls:candidatePersonalDataCategory pd:Contact ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-signup-customer-request-customer-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-signup-customer-request-customer-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-signup-customer-request-customer-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-signup-customer-request-customer-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-signup-customer-request-customer-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.68 .

:microsoftads-property-microsoftads-customer-management-signup-customer-request-parent-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Parent Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The customer identifier of the aggregator or agency that will manage the new child customer. This element is required for aggregators but ignored for agencies when the UserInvitation request element is set. Customers in the closed Unified smart campaigns pilot can link the new customer to the parent agency ID or leave this element empty." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "parentCustomerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementSignupCustomerRequest/parentCustomerId> .

:microsoftads-property-microsoftads-customer-management-signup-customer-request-parent-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Parent Customer Id classification" ;
    rdfs:comment "Upstream comment: The customer identifier of the aggregator or agency that will manage the new child customer. This element is required for aggregators but ignored for agencies when the UserInvitation request element is set. Customers in the closed Unified smart campaigns pilot can link the new customer to the parent agency ID or leave this element empty. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-signup-customer-request-parent-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-signup-customer-request-parent-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-signup-customer-request-parent-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Parent Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-signup-customer-request-parent-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-signup-customer-request-parent-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-signup-customer-request-parent-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-signup-customer-request-user-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising User field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The user to create. You can fulfill this element if you want to sign up a new customer and create a new admin user simultaneously. After the new customer is signed up, the newly created admin user must complete sign up steps via the Microsoft Advertising UI on the Microsoft Advertising activating customer page. The URL is https://ads.microsoft.com/ActivateCustomer?cid={new_customer_Id}&aid={new_account_Id} where new_customer_Id and new_account_Id are the IDs you get in the SignupCustomerResponse. The AuthenticationToken in the User element is the OAuth access token that represents the credentials of the new admin user who will be created during signup. Customers in the seamlessly set up client account and PI pilot must set one or more of the UserId or UserInvitation or User. The required fields in the User object are ContactInfo.Email, Name.FirstName, Name.LastName and AuthenticationToken." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "user" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementSignupCustomerRequest/user> .

:microsoftads-property-microsoftads-customer-management-signup-customer-request-user-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising User classification" ;
    rdfs:comment "Upstream comment: The user to create. You can fulfill this element if you want to sign up a new customer and create a new admin user simultaneously. After the new customer is signed up, the newly created admin user must complete sign up steps via the Microsoft Advertising UI on the Microsoft Advertising activating customer page. The URL is https://ads.microsoft.com/ActivateCustomer?cid={new_customer_Id}&aid={new_account_Id} where new_customer_Id and new_account_Id are the IDs you get in the SignupCustomerResponse. The AuthenticationToken in the User element is the OAuth access token that represents the credentials of the new admin user who will be created during signup. Customers in the seamlessly set up client account and PI pilot must set one or more of the UserId or UserInvitation or User. The required fields in the User object are ContactInfo.Email, Name.FirstName, Name.LastName and AuthenticationToken. Broad contact, customer, user, owner, or actor object field; review nested payloads before asserting specific personal-data categories." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-signup-customer-request-user-element ;
    dcls:classifiedByRule :contact-object-rule ;
    dcls:candidatePersonalDataCategory pd:Contact ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-signup-customer-request-user-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-signup-customer-request-user-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising User confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-signup-customer-request-user-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-signup-customer-request-user-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-signup-customer-request-user-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.68 .

:microsoftads-property-microsoftads-customer-management-signup-customer-request-user-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising User Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of an existing user who will be added as Super Admin in the new customer. This element is only available for customers in the closed Unified smart campaigns pilot. One or more of the UserId or UserInvitation element must be set." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "userId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementSignupCustomerRequest/userId> .

:microsoftads-property-microsoftads-customer-management-signup-customer-request-user-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising User Id classification" ;
    rdfs:comment "Upstream comment: The identifier of an existing user who will be added as Super Admin in the new customer. This element is only available for customers in the closed Unified smart campaigns pilot. One or more of the UserId or UserInvitation element must be set. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-signup-customer-request-user-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-signup-customer-request-user-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-signup-customer-request-user-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising User Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-signup-customer-request-user-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-signup-customer-request-user-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-signup-customer-request-user-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-signup-customer-response-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: A system-generated account identifier corresponding to the new account specified in the request. Use this identifier with operation requests that require an AccountId body element and a CustomerAccountId SOAP header element." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementSignupCustomerResponse/accountId> .

:microsoftads-property-microsoftads-customer-management-signup-customer-response-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: A system-generated account identifier corresponding to the new account specified in the request. Use this identifier with operation requests that require an AccountId body element and a CustomerAccountId SOAP header element. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-signup-customer-response-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-signup-customer-response-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-signup-customer-response-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-signup-customer-response-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-signup-customer-response-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-signup-customer-response-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-signup-customer-response-account-number-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Number field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The system-generated account number that is used to identify the account in the Microsoft Advertising web application. The account number has the form xxxxxxxx, where xxxxxxxx is a series of any eight alphanumeric characters." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountNumber" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementSignupCustomerResponse/accountNumber> .

:microsoftads-property-microsoftads-customer-management-signup-customer-response-account-number-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Number classification" ;
    rdfs:comment "Upstream comment: The system-generated account number that is used to identify the account in the Microsoft Advertising web application. The account number has the form xxxxxxxx, where xxxxxxxx is a series of any eight alphanumeric characters. Account-number field; review whether the value identifies a personal financial account." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-signup-customer-response-account-number-element ;
    dcls:classifiedByRule :financial-account-number-rule ;
    dcls:candidatePersonalDataCategory pd:FinancialAccountNumber ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-signup-customer-response-account-number-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-signup-customer-response-account-number-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Number confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-signup-customer-response-account-number-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-signup-customer-response-account-number-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-signup-customer-response-account-number-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.86 .

:microsoftads-property-microsoftads-customer-management-signup-customer-response-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: A system-generated customer identifier corresponding to the new customer specified in the request. Use this identifier with operation requests that require a CustomerId SOAP header element." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementSignupCustomerResponse/customerId> .

:microsoftads-property-microsoftads-customer-management-signup-customer-response-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Id classification" ;
    rdfs:comment "Upstream comment: A system-generated customer identifier corresponding to the new customer specified in the request. Use this identifier with operation requests that require a CustomerId SOAP header element. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-signup-customer-response-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-signup-customer-response-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-signup-customer-response-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-signup-customer-response-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-signup-customer-response-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-signup-customer-response-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-update-customer-request-customer-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: A customer object that contains the updated customer information. This operation overwrites the existing customer data with the contents of the customer object that you pass. This operation performs a full update, and not a partial update. The Customer object must contain the time stamp value from the last time that the Customer object was written to. To ensure that the time stamp contains the correct value, call the GetCustomer operation. You can then update the customer data as appropriate, and call UpdateCustomer." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customer" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementUpdateCustomerRequest/customer> .

:microsoftads-property-microsoftads-customer-management-update-customer-request-customer-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer classification" ;
    rdfs:comment "Upstream comment: A customer object that contains the updated customer information. This operation overwrites the existing customer data with the contents of the customer object that you pass. This operation performs a full update, and not a partial update. The Customer object must contain the time stamp value from the last time that the Customer object was written to. To ensure that the time stamp contains the correct value, call the GetCustomer operation. You can then update the customer data as appropriate, and call UpdateCustomer. Broad contact, customer, user, owner, or actor object field; review nested payloads before asserting specific personal-data categories." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-update-customer-request-customer-element ;
    dcls:classifiedByRule :contact-object-rule ;
    dcls:candidatePersonalDataCategory pd:Contact ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-update-customer-request-customer-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-update-customer-request-customer-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-update-customer-request-customer-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-update-customer-request-customer-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-update-customer-request-customer-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.68 .

:microsoftads-property-microsoftads-customer-management-update-user-request-user-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising User field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The user object that contains the updated user information. This operation overwrites the existing user data with the contents of the user object that you pass. This operation performs a full update, not a partial update. The User object must contain the time stamp value from the last time that the User object was written to. To ensure that the time stamp contains the correct value, call the GetUser operation. You can then update the user data as appropriate, and call UpdateUser." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "user" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementUpdateUserRequest/user> .

:microsoftads-property-microsoftads-customer-management-update-user-request-user-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising User classification" ;
    rdfs:comment "Upstream comment: The user object that contains the updated user information. This operation overwrites the existing user data with the contents of the user object that you pass. This operation performs a full update, not a partial update. The User object must contain the time stamp value from the last time that the User object was written to. To ensure that the time stamp contains the correct value, call the GetUser operation. You can then update the user data as appropriate, and call UpdateUser. Broad contact, customer, user, owner, or actor object field; review nested payloads before asserting specific personal-data categories." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-update-user-request-user-element ;
    dcls:classifiedByRule :contact-object-rule ;
    dcls:candidatePersonalDataCategory pd:Contact ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-update-user-request-user-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-update-user-request-user-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising User confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-update-user-request-user-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-update-user-request-user-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-update-user-request-user-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.68 .

:microsoftads-property-microsoftads-customer-management-update-user-roles-request-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the customer to which the user belongs." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementUpdateUserRolesRequest/customerId> .

:microsoftads-property-microsoftads-customer-management-update-user-roles-request-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the customer to which the user belongs. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-update-user-roles-request-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-update-user-roles-request-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-update-user-roles-request-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-update-user-roles-request-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-update-user-roles-request-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-update-user-roles-request-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-update-user-roles-request-delete-account-ids-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Delete Account Ids field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: An array of identifiers of the accounts to remove from the list of accounts that the user can manage. For usage, see the Remarks section below." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "deleteAccountIds" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementUpdateUserRolesRequest/deleteAccountIds> .

:microsoftads-property-microsoftads-customer-management-update-user-roles-request-delete-account-ids-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Delete Account Ids classification" ;
    rdfs:comment "Upstream comment: An array of identifiers of the accounts to remove from the list of accounts that the user can manage. For usage, see the Remarks section below. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-update-user-roles-request-delete-account-ids-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-update-user-roles-request-delete-account-ids-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-update-user-roles-request-delete-account-ids-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Delete Account Ids confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-update-user-roles-request-delete-account-ids-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-update-user-roles-request-delete-account-ids-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-update-user-roles-request-delete-account-ids-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-update-user-roles-request-delete-customer-ids-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Delete Customer Ids field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: An array of identifiers of the customers to remove from the list of customers that the user can manage. For usage, see the Remarks section below." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "deleteCustomerIds" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementUpdateUserRolesRequest/deleteCustomerIds> .

:microsoftads-property-microsoftads-customer-management-update-user-roles-request-delete-customer-ids-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Delete Customer Ids classification" ;
    rdfs:comment "Upstream comment: An array of identifiers of the customers to remove from the list of customers that the user can manage. For usage, see the Remarks section below. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-update-user-roles-request-delete-customer-ids-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-update-user-roles-request-delete-customer-ids-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-update-user-roles-request-delete-customer-ids-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Delete Customer Ids confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-update-user-roles-request-delete-customer-ids-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-update-user-roles-request-delete-customer-ids-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-update-user-roles-request-delete-customer-ids-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-update-user-roles-request-new-account-ids-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising New Account Ids field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: An array of identifiers of the accounts to restrict the user to. The user will be able to manage only these accounts. If the user is currently restricted to a set of accounts, set this element to the new accounts that you want the user to also manage. For example, if the user currently manages accounts 123 and 456, and you want the user to also manage account 789, set this element to 789. For usage, see the Remarks section below." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "newAccountIds" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementUpdateUserRolesRequest/newAccountIds> .

:microsoftads-property-microsoftads-customer-management-update-user-roles-request-new-account-ids-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising New Account Ids classification" ;
    rdfs:comment "Upstream comment: An array of identifiers of the accounts to restrict the user to. The user will be able to manage only these accounts. If the user is currently restricted to a set of accounts, set this element to the new accounts that you want the user to also manage. For example, if the user currently manages accounts 123 and 456, and you want the user to also manage account 789, set this element to 789. For usage, see the Remarks section below. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-update-user-roles-request-new-account-ids-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-update-user-roles-request-new-account-ids-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-update-user-roles-request-new-account-ids-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising New Account Ids confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-update-user-roles-request-new-account-ids-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-update-user-roles-request-new-account-ids-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-update-user-roles-request-new-account-ids-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-update-user-roles-request-new-customer-ids-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising New Customer Ids field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: An array of identifiers of the customers to restrict the user to. The user will be able to manage only these customers. For usage, see the Remarks section below." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "newCustomerIds" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementUpdateUserRolesRequest/newCustomerIds> .

:microsoftads-property-microsoftads-customer-management-update-user-roles-request-new-customer-ids-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising New Customer Ids classification" ;
    rdfs:comment "Upstream comment: An array of identifiers of the customers to restrict the user to. The user will be able to manage only these customers. For usage, see the Remarks section below. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-update-user-roles-request-new-customer-ids-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-update-user-roles-request-new-customer-ids-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-update-user-roles-request-new-customer-ids-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising New Customer Ids confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-update-user-roles-request-new-customer-ids-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-update-user-roles-request-new-customer-ids-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-update-user-roles-request-new-customer-ids-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-update-user-roles-request-user-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising User Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the user whose role you want to update." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "userId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementUpdateUserRolesRequest/userId> .

:microsoftads-property-microsoftads-customer-management-update-user-roles-request-user-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising User Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the user whose role you want to update. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-update-user-roles-request-user-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-update-user-roles-request-user-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-update-user-roles-request-user-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising User Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-update-user-roles-request-user-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-update-user-roles-request-user-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-update-user-roles-request-user-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-upgrade-customer-to-agency-request-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementUpgradeCustomerToAgencyRequest/customerId> and path customerId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementUpgradeCustomerToAgencyRequest/customerId> .

:microsoftads-property-microsoftads-customer-management-upgrade-customer-to-agency-request-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Id classification" ;
    rdfs:comment "Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-upgrade-customer-to-agency-request-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-upgrade-customer-to-agency-request-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-upgrade-customer-to-agency-request-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-upgrade-customer-to-agency-request-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-upgrade-customer-to-agency-request-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-upgrade-customer-to-agency-request-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-user-authentication-token-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Authentication Token field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The OAuth access token that represents the credentials of the user who has permissions to Microsoft Advertising accounts. For more information see Authentication with OAuth. Update: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "authenticationToken" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementUser/authenticationToken> .

:microsoftads-property-microsoftads-customer-management-user-authentication-token-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Authentication Token classification" ;
    rdfs:comment "Upstream comment: The OAuth access token that represents the credentials of the user who has permissions to Microsoft Advertising accounts. For more information see Authentication with OAuth. Update: Read-only Authentication-adjacent field; review whether the value authenticates, identifies, or is only operational metadata." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-user-authentication-token-element ;
    dcls:classifiedByRule :authenticating-data-rule ;
    dcls:candidatePersonalDataCategory pd:Authenticating ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-user-authentication-token-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-user-authentication-token-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Authentication Token confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-user-authentication-token-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-user-authentication-token-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-user-authentication-token-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.66 .

:microsoftads-property-microsoftads-customer-management-user-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the customer for this user to access. Update: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementUser/customerId> .

:microsoftads-property-microsoftads-customer-management-user-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the customer for this user to access. Update: Read-only Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-user-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-user-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-user-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-user-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-user-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-user-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-user-last-modified-by-user-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Last Modified By User Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the last user to update the user's information. Update: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "lastModifiedByUserId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementUser/lastModifiedByUserId> .

:microsoftads-property-microsoftads-customer-management-user-last-modified-by-user-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Last Modified By User Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the last user to update the user's information. Update: Read-only Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-user-last-modified-by-user-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-user-last-modified-by-user-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-user-last-modified-by-user-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Last Modified By User Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-user-last-modified-by-user-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-user-last-modified-by-user-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-user-last-modified-by-user-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-user-password-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Password field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: This element is reserved for internal use and will be removed from a future version of the API. The GetUser operation does not return the password. Update: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "password" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementUser/password> .

:microsoftads-property-microsoftads-customer-management-user-password-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Password classification" ;
    rdfs:comment "Upstream comment: This element is reserved for internal use and will be removed from a future version of the API. The GetUser operation does not return the password. Update: Read-only Password field; review whether values contain a password, password policy flag, or opaque credential reference." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-user-password-element ;
    dcls:classifiedByRule :password-rule ;
    dcls:candidatePersonalDataCategory pd:Password ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-user-password-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-user-password-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Password confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-user-password-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-user-password-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-user-password-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.84 .

:microsoftads-property-microsoftads-customer-management-user-secret-answer-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Secret Answer field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: This element is reserved for internal use and will be removed from a future version of the API. Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "secretAnswer" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementUser/secretAnswer> .

:microsoftads-property-microsoftads-customer-management-user-secret-answer-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Secret Answer classification" ;
    rdfs:comment "Upstream comment: This element is reserved for internal use and will be removed from a future version of the API. Update: Optional. If no value is set for the update, this setting is not changed. Authentication-adjacent field; review whether the value authenticates, identifies, or is only operational metadata." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-user-secret-answer-element ;
    dcls:classifiedByRule :authenticating-data-rule ;
    dcls:candidatePersonalDataCategory pd:Authenticating ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-user-secret-answer-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-user-secret-answer-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Secret Answer confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-user-secret-answer-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-user-secret-answer-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-user-secret-answer-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.66 .

:microsoftads-property-microsoftads-customer-management-user-secret-question-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Secret Question field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: This element is reserved for internal use and will be removed from a future version of the API. Update: Optional. If no value is set for the update, this setting is not changed." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "secretQuestion" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementUser/secretQuestion> .

:microsoftads-property-microsoftads-customer-management-user-secret-question-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Secret Question classification" ;
    rdfs:comment "Upstream comment: This element is reserved for internal use and will be removed from a future version of the API. Update: Optional. If no value is set for the update, this setting is not changed. Authentication-adjacent field; review whether the value authenticates, identifies, or is only operational metadata." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-user-secret-question-element ;
    dcls:classifiedByRule :authenticating-data-rule ;
    dcls:candidatePersonalDataCategory pd:Authenticating ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-user-secret-question-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-user-secret-question-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Secret Question confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-user-secret-question-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-user-secret-question-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-user-secret-question-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.66 .

:microsoftads-property-microsoftads-customer-management-user-user-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising User Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The logon user name of the user. The email address of the Microsoft Account may differ from the Email element of the ContactInfo object. Update: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "userName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementUser/userName> .

:microsoftads-property-microsoftads-customer-management-user-user-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising User Name classification" ;
    rdfs:comment "Upstream comment: The logon user name of the user. The email address of the Microsoft Account may differ from the Email element of the ContactInfo object. Update: Read-only Username-like field; review whether values are real usernames, handles, display aliases, or non-person account labels." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-user-user-name-element ;
    dcls:classifiedByRule :username-rule ;
    dcls:candidatePersonalDataCategory pd:Username ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-user-user-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-user-user-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising User Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-user-user-name-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-user-user-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-user-user-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.88 .

:microsoftads-property-microsoftads-customer-management-user-info-user-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising User Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The logon user name of the user." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "userName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementUserInfo/userName> .

:microsoftads-property-microsoftads-customer-management-user-info-user-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising User Name classification" ;
    rdfs:comment "Upstream comment: The logon user name of the user. Username-like field; review whether values are real usernames, handles, display aliases, or non-person account labels." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-user-info-user-name-element ;
    dcls:classifiedByRule :username-rule ;
    dcls:candidatePersonalDataCategory pd:Username ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-user-info-user-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-user-info-user-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising User Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-user-info-user-name-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-user-info-user-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-user-info-user-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.88 .

:microsoftads-property-microsoftads-customer-management-user-invitation-account-ids-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Ids field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: An array of identifiers of the accounts that the user can manage. To specify that the user can manage all current and future accounts of the customer to which the user belongs, set to NULL. Users with account level roles such as Advertiser Campaign Manager can be restricted to specific accounts. Users with customer level roles such as Super Admin can access all accounts within the user's customer, and their access cannot be restricted to specific accounts. When attempting to restrict customer level user roles, for example attempting to restrict a Super Admin to specific accounts, the operation will not fail and the user will be granted access for all accounts within the specified customer. Send: Optional Signup: Optional" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountIds" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementUserInvitation/accountIds> .

:microsoftads-property-microsoftads-customer-management-user-invitation-account-ids-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Ids classification" ;
    rdfs:comment "Upstream comment: An array of identifiers of the accounts that the user can manage. To specify that the user can manage all current and future accounts of the customer to which the user belongs, set to NULL. Users with account level roles such as Advertiser Campaign Manager can be restricted to specific accounts. Users with customer level roles such as Super Admin can access all accounts within the user's customer, and their access cannot be restricted to specific accounts. When attempting to restrict customer level user roles, for example attempting to restrict a Super Admin to specific accounts, the operation will not fail and the user will be granted access for all accounts within the specified customer. Send: Optional Signup: Optional Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-user-invitation-account-ids-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-user-invitation-account-ids-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-user-invitation-account-ids-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Ids confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-user-invitation-account-ids-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-user-invitation-account-ids-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-user-invitation-account-ids-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-user-invitation-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the customer this user is invited to manage. The AccountIds element determines which customer accounts the user can manage. Send: Required Signup: Read-only" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementUserInvitation/customerId> .

:microsoftads-property-microsoftads-customer-management-user-invitation-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the customer this user is invited to manage. The AccountIds element determines which customer accounts the user can manage. Send: Required Signup: Read-only Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-user-invitation-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-user-invitation-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-user-invitation-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-user-invitation-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-user-invitation-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-user-invitation-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-customer-management-user-invitation-email-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Email field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The email address corresponding to the user's Microsoft account. The address can contain a maximum of 100 characters. Send: Required Signup: Required" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "email" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementUserInvitation/email> .

:microsoftads-property-microsoftads-customer-management-user-invitation-email-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Email classification" ;
    rdfs:comment "Upstream comment: The email address corresponding to the user's Microsoft account. The address can contain a maximum of 100 characters. Send: Required Signup: Required" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-user-invitation-email-element ;
    dcls:classifiedByRule :email-address-rule ;
    dcls:candidatePersonalDataCategory pd:EmailAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-user-invitation-email-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-user-invitation-email-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Email confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-user-invitation-email-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-user-invitation-email-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-user-invitation-email-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.98 .

:microsoftads-property-microsoftads-customer-management-user-invitation-first-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising First Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The first name of the user. The first name is limited to 40 characters. Send: Required Signup: Required" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "firstName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementUserInvitation/firstName> .

:microsoftads-property-microsoftads-customer-management-user-invitation-first-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising First Name classification" ;
    rdfs:comment "Upstream comment: The first name of the user. The first name is limited to 40 characters. Send: Required Signup: Required" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-user-invitation-first-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-user-invitation-first-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-user-invitation-first-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising First Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-user-invitation-first-name-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-user-invitation-first-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-user-invitation-first-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-customer-management-user-invitation-last-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Last Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The last name of the user. The last name is limited to 40 characters. Send: Required Signup: Required" ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "lastName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementUserInvitation/lastName> .

:microsoftads-property-microsoftads-customer-management-user-invitation-last-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Last Name classification" ;
    rdfs:comment "Upstream comment: The last name of the user. The last name is limited to 40 characters. Send: Required Signup: Required" ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-user-invitation-last-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-user-invitation-last-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-user-invitation-last-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Last Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-user-invitation-last-name-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-user-invitation-last-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-user-invitation-last-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-microsoftads-customer-management-validate-address-request-address-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Address field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The address to validate." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "address" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementValidateAddressRequest/address> .

:microsoftads-property-microsoftads-customer-management-validate-address-request-address-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Address classification" ;
    rdfs:comment "Upstream comment: The address to validate." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-validate-address-request-address-element ;
    dcls:classifiedByRule :physical-address-rule ;
    dcls:candidatePersonalDataCategory pd:PhysicalAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-validate-address-request-address-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-validate-address-request-address-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Address confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-validate-address-request-address-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-validate-address-request-address-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-validate-address-request-address-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.95 .

:microsoftads-property-microsoftads-customer-management-validate-address-response-original-address-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Original Address field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The address that was submitted for validation. The submitted Address is always passed back here in the response, so this element is always set." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "originalAddress" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementValidateAddressResponse/originalAddress> .

:microsoftads-property-microsoftads-customer-management-validate-address-response-original-address-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Original Address classification" ;
    rdfs:comment "Upstream comment: The address that was submitted for validation. The submitted Address is always passed back here in the response, so this element is always set." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-validate-address-response-original-address-element ;
    dcls:classifiedByRule :physical-address-rule ;
    dcls:candidatePersonalDataCategory pd:PhysicalAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-validate-address-response-original-address-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-validate-address-response-original-address-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Original Address confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-validate-address-response-original-address-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-validate-address-response-original-address-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-validate-address-response-original-address-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.95 .

:microsoftads-property-microsoftads-customer-management-validate-address-response-suggested-addresses-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Suggested Addresses field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: One or more suggested addresses if the Status is either AddressValidWithSuggestions or AddressInvalidWithSuggestions. This element will be nil if the Status is either AddressValidWithoutSuggestions or AddressInvalidWithoutSuggestions." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "suggestedAddresses" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.CustomerManagementValidateAddressResponse/suggestedAddresses> .

:microsoftads-property-microsoftads-customer-management-validate-address-response-suggested-addresses-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Suggested Addresses classification" ;
    rdfs:comment "Upstream comment: One or more suggested addresses if the Status is either AddressValidWithSuggestions or AddressInvalidWithSuggestions. This element will be nil if the Status is either AddressValidWithoutSuggestions or AddressInvalidWithoutSuggestions." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-customer-management-validate-address-response-suggested-addresses-element ;
    dcls:classifiedByRule :physical-address-rule ;
    dcls:candidatePersonalDataCategory pd:PhysicalAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-customer-management-validate-address-response-suggested-addresses-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-validate-address-response-suggested-addresses-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Suggested Addresses confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-customer-management-validate-address-response-suggested-addresses-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-customer-management-validate-address-response-suggested-addresses-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-customer-management-validate-address-response-suggested-addresses-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.95 .

:microsoftads-property-microsoftads-reporting-account-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingAccountPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-account-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-account-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-account-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-account-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-account-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-account-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-account-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-account-report-scope-account-ids-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Ids field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: A list of up to 1,000 account identifiers to include in the report. This element is required." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountIds" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingAccountReportScope/accountIds> .

:microsoftads-property-microsoftads-reporting-account-report-scope-account-ids-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Ids classification" ;
    rdfs:comment "Upstream comment: A list of up to 1,000 account identifiers to include in the report. This element is required. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-account-report-scope-account-ids-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-account-report-scope-account-ids-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-account-report-scope-account-ids-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Ids confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-account-report-scope-account-ids-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-account-report-scope-account-ids-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-account-report-scope-account-ids-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-reporting-account-through-ad-group-report-scope-account-ids-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Ids field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: A list of up to 1,000 account identifiers to include in the report. The report scope includes a union of the AccountIds, AdGroups, and Campaigns elements. You must include at least one of these elements." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountIds" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingAccountThroughAdGroupReportScope/accountIds> .

:microsoftads-property-microsoftads-reporting-account-through-ad-group-report-scope-account-ids-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Ids classification" ;
    rdfs:comment "Upstream comment: A list of up to 1,000 account identifiers to include in the report. The report scope includes a union of the AccountIds, AdGroups, and Campaigns elements. You must include at least one of these elements. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-account-through-ad-group-report-scope-account-ids-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-account-through-ad-group-report-scope-account-ids-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-account-through-ad-group-report-scope-account-ids-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Ids confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-account-through-ad-group-report-scope-account-ids-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-account-through-ad-group-report-scope-account-ids-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-account-through-ad-group-report-scope-account-ids-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-reporting-account-through-asset-group-report-scope-account-ids-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Ids field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: A list of up to 1,000 account identifiers to include in the report. The report scope includes a union of the AccountIds and Campaigns elements. You must include at least one of these elements." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountIds" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingAccountThroughAssetGroupReportScope/accountIds> .

:microsoftads-property-microsoftads-reporting-account-through-asset-group-report-scope-account-ids-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Ids classification" ;
    rdfs:comment "Upstream comment: A list of up to 1,000 account identifiers to include in the report. The report scope includes a union of the AccountIds and Campaigns elements. You must include at least one of these elements. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-account-through-asset-group-report-scope-account-ids-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-account-through-asset-group-report-scope-account-ids-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-account-through-asset-group-report-scope-account-ids-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Ids confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-account-through-asset-group-report-scope-account-ids-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-account-through-asset-group-report-scope-account-ids-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-account-through-asset-group-report-scope-account-ids-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-reporting-account-through-campaign-report-scope-account-ids-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Ids field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: A list of up to 1,000 account identifiers to include in the report. The report scope includes a union of the AccountIds and Campaigns elements. You must include at least one of these elements." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountIds" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingAccountThroughCampaignReportScope/accountIds> .

:microsoftads-property-microsoftads-reporting-account-through-campaign-report-scope-account-ids-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Ids classification" ;
    rdfs:comment "Upstream comment: A list of up to 1,000 account identifiers to include in the report. The report scope includes a union of the AccountIds and Campaigns elements. You must include at least one of these elements. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-account-through-campaign-report-scope-account-ids-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-account-through-campaign-report-scope-account-ids-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-account-through-campaign-report-scope-account-ids-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Ids confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-account-through-campaign-report-scope-account-ids-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-account-through-campaign-report-scope-account-ids-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-account-through-campaign-report-scope-account-ids-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-reporting-ad-dynamic-text-performance-report-filter-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingAdDynamicTextPerformanceReportFilter/language> .

:microsoftads-property-microsoftads-reporting-ad-dynamic-text-performance-report-filter-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-ad-dynamic-text-performance-report-filter-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-ad-dynamic-text-performance-report-filter-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-ad-dynamic-text-performance-report-filter-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-ad-dynamic-text-performance-report-filter-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-ad-dynamic-text-performance-report-filter-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-ad-dynamic-text-performance-report-filter-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-reporting-ad-dynamic-text-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingAdDynamicTextPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-ad-dynamic-text-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-ad-dynamic-text-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-ad-dynamic-text-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-ad-dynamic-text-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-ad-dynamic-text-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-ad-dynamic-text-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-ad-dynamic-text-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-ad-extension-by-ad-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingAdExtensionByAdReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-ad-extension-by-ad-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-ad-extension-by-ad-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-ad-extension-by-ad-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-ad-extension-by-ad-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-ad-extension-by-ad-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-ad-extension-by-ad-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-ad-extension-by-ad-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-ad-extension-by-keyword-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingAdExtensionByKeywordReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-ad-extension-by-keyword-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-ad-extension-by-keyword-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-ad-extension-by-keyword-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-ad-extension-by-keyword-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-ad-extension-by-keyword-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-ad-extension-by-keyword-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-ad-extension-by-keyword-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-ad-extension-detail-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingAdExtensionDetailReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-ad-extension-detail-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-ad-extension-detail-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-ad-extension-detail-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-ad-extension-detail-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-ad-extension-detail-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-ad-extension-detail-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-ad-extension-detail-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-ad-group-performance-report-filter-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingAdGroupPerformanceReportFilter/language> .

:microsoftads-property-microsoftads-reporting-ad-group-performance-report-filter-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-ad-group-performance-report-filter-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-ad-group-performance-report-filter-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-ad-group-performance-report-filter-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-ad-group-performance-report-filter-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-ad-group-performance-report-filter-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-ad-group-performance-report-filter-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-reporting-ad-group-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingAdGroupPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-ad-group-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-ad-group-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-ad-group-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-ad-group-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-ad-group-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-ad-group-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-ad-group-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-ad-group-report-scope-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account that the ad group belongs to." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingAdGroupReportScope/accountId> .

:microsoftads-property-microsoftads-reporting-ad-group-report-scope-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account that the ad group belongs to. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-ad-group-report-scope-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-ad-group-report-scope-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-ad-group-report-scope-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-ad-group-report-scope-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-ad-group-report-scope-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-ad-group-report-scope-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-reporting-ad-performance-report-filter-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingAdPerformanceReportFilter/language> .

:microsoftads-property-microsoftads-reporting-ad-performance-report-filter-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-ad-performance-report-filter-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-ad-performance-report-filter-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-ad-performance-report-filter-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-ad-performance-report-filter-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-ad-performance-report-filter-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-ad-performance-report-filter-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-reporting-ad-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingAdPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-ad-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-ad-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-ad-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-ad-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-ad-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-ad-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-ad-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-age-gender-audience-report-filter-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingAgeGenderAudienceReportFilter/language> .

:microsoftads-property-microsoftads-reporting-age-gender-audience-report-filter-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-age-gender-audience-report-filter-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-age-gender-audience-report-filter-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-age-gender-audience-report-filter-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-age-gender-audience-report-filter-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-age-gender-audience-report-filter-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-age-gender-audience-report-filter-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-reporting-age-gender-audience-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingAgeGenderAudienceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-age-gender-audience-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-age-gender-audience-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-age-gender-audience-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-age-gender-audience-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-age-gender-audience-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-age-gender-audience-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-age-gender-audience-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-apps-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name (e.g., Impressions and Clicks). Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingAppsPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-apps-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name (e.g., Impressions and Clicks). Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-apps-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-apps-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-apps-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-apps-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-apps-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-apps-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-asset-group-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingAssetGroupPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-asset-group-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-asset-group-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-asset-group-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-asset-group-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-asset-group-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-asset-group-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-asset-group-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-asset-group-report-scope-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The ID of the account." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingAssetGroupReportScope/accountId> .

:microsoftads-property-microsoftads-reporting-asset-group-report-scope-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The ID of the account. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-asset-group-report-scope-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-asset-group-report-scope-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-asset-group-report-scope-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-asset-group-report-scope-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-asset-group-report-scope-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-asset-group-report-scope-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-reporting-asset-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingAssetPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-asset-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-asset-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-asset-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-asset-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-asset-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-asset-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-asset-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-audience-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingAudiencePerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-audience-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-audience-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-audience-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-audience-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-audience-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-audience-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-audience-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-bid-strategy-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingBidStrategyReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-bid-strategy-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-bid-strategy-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-bid-strategy-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-bid-strategy-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-bid-strategy-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-bid-strategy-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-bid-strategy-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-budget-summary-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingBudgetSummaryReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-budget-summary-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-budget-summary-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-budget-summary-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-budget-summary-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-budget-summary-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-budget-summary-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-budget-summary-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-call-detail-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingCallDetailReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-call-detail-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-call-detail-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-call-detail-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-call-detail-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-call-detail-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-call-detail-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-call-detail-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-campaign-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingCampaignPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-campaign-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-campaign-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-campaign-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-campaign-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-campaign-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-campaign-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-campaign-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-campaign-report-scope-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The identifier of the account that the campaign belongs to." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingCampaignReportScope/accountId> .

:microsoftads-property-microsoftads-reporting-campaign-report-scope-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Id classification" ;
    rdfs:comment "Upstream comment: The identifier of the account that the campaign belongs to. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-campaign-report-scope-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-campaign-report-scope-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-campaign-report-scope-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-campaign-report-scope-account-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-campaign-report-scope-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-campaign-report-scope-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-microsoftads-reporting-category-click-coverage-report-filter-country-code-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Country Code field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The report will include data for only the specified countries/regions where the user that clicked the ad is located. For a list of possible values, see Geographical Location Codes." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "countryCode" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingCategoryClickCoverageReportFilter/countryCode> .

:microsoftads-property-microsoftads-reporting-category-click-coverage-report-filter-country-code-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Country Code classification" ;
    rdfs:comment "Upstream comment: The report will include data for only the specified countries/regions where the user that clicked the ad is located. For a list of possible values, see Geographical Location Codes. Location code or region field; review whether it identifies a person, billing/shipping address, or only a market/geography." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-category-click-coverage-report-filter-country-code-element ;
    dcls:classifiedByRule :location-code-rule ;
    dcls:candidatePersonalDataCategory pd:Location ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-category-click-coverage-report-filter-country-code-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-category-click-coverage-report-filter-country-code-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Country Code confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-category-click-coverage-report-filter-country-code-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-category-click-coverage-report-filter-country-code-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-category-click-coverage-report-filter-country-code-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.64 .

:microsoftads-property-microsoftads-reporting-category-click-coverage-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingCategoryClickCoverageReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-category-click-coverage-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-category-click-coverage-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-category-click-coverage-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-category-click-coverage-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-category-click-coverage-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-category-click-coverage-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-category-click-coverage-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-category-insights-report-filter-country-code-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Country Code field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The report will include data for only the specified countries/regions where the user that clicked the ad is located. For a list of possible values, see Geographical Location Codes." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "countryCode" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingCategoryInsightsReportFilter/countryCode> .

:microsoftads-property-microsoftads-reporting-category-insights-report-filter-country-code-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Country Code classification" ;
    rdfs:comment "Upstream comment: The report will include data for only the specified countries/regions where the user that clicked the ad is located. For a list of possible values, see Geographical Location Codes. Location code or region field; review whether it identifies a person, billing/shipping address, or only a market/geography." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-category-insights-report-filter-country-code-element ;
    dcls:classifiedByRule :location-code-rule ;
    dcls:candidatePersonalDataCategory pd:Location ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-category-insights-report-filter-country-code-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-category-insights-report-filter-country-code-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Country Code confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-category-insights-report-filter-country-code-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-category-insights-report-filter-country-code-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-category-insights-report-filter-country-code-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.64 .

:microsoftads-property-microsoftads-reporting-category-insights-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingCategoryInsightsReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-category-insights-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-category-insights-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-category-insights-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-category-insights-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-category-insights-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-category-insights-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-category-insights-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-combination-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name (e.g., Impressions and Clicks). Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingCombinationPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-combination-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name (e.g., Impressions and Clicks). Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-combination-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-combination-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-combination-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-combination-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-combination-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-combination-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-conversion-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingConversionPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-conversion-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-conversion-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-conversion-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-conversion-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-conversion-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-conversion-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-conversion-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-dsaauto-target-performance-report-filter-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingDSAAutoTargetPerformanceReportFilter/language> .

:microsoftads-property-microsoftads-reporting-dsaauto-target-performance-report-filter-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-dsaauto-target-performance-report-filter-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-dsaauto-target-performance-report-filter-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-dsaauto-target-performance-report-filter-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-dsaauto-target-performance-report-filter-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-dsaauto-target-performance-report-filter-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-dsaauto-target-performance-report-filter-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-reporting-dsaauto-target-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingDSAAutoTargetPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-dsaauto-target-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-dsaauto-target-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-dsaauto-target-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-dsaauto-target-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-dsaauto-target-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-dsaauto-target-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-dsaauto-target-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-dsacategory-performance-report-filter-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingDSACategoryPerformanceReportFilter/language> .

:microsoftads-property-microsoftads-reporting-dsacategory-performance-report-filter-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-dsacategory-performance-report-filter-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-dsacategory-performance-report-filter-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-dsacategory-performance-report-filter-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-dsacategory-performance-report-filter-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-dsacategory-performance-report-filter-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-dsacategory-performance-report-filter-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-reporting-dsacategory-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingDSACategoryPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-dsacategory-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-dsacategory-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-dsacategory-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-dsacategory-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-dsacategory-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-dsacategory-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-dsacategory-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-dsasearch-query-performance-report-filter-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingDSASearchQueryPerformanceReportFilter/language> .

:microsoftads-property-microsoftads-reporting-dsasearch-query-performance-report-filter-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-dsasearch-query-performance-report-filter-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-dsasearch-query-performance-report-filter-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-dsasearch-query-performance-report-filter-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-dsasearch-query-performance-report-filter-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-dsasearch-query-performance-report-filter-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-dsasearch-query-performance-report-filter-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-reporting-dsasearch-query-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingDSASearchQueryPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-dsasearch-query-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-dsasearch-query-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-dsasearch-query-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-dsasearch-query-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-dsasearch-query-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-dsasearch-query-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-dsasearch-query-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-destination-url-performance-report-filter-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingDestinationUrlPerformanceReportFilter/language> .

:microsoftads-property-microsoftads-reporting-destination-url-performance-report-filter-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-destination-url-performance-report-filter-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-destination-url-performance-report-filter-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-destination-url-performance-report-filter-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-destination-url-performance-report-filter-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-destination-url-performance-report-filter-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-destination-url-performance-report-filter-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-reporting-destination-url-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingDestinationUrlPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-destination-url-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-destination-url-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-destination-url-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-destination-url-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-destination-url-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-destination-url-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-destination-url-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-feed-item-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingFeedItemPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-feed-item-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-feed-item-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-feed-item-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-feed-item-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-feed-item-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-feed-item-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-feed-item-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-geographic-performance-report-filter-country-code-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Country Code field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The report will include data for only the specified countries/regions where the user that clicked the ad is located. For a list of possible values, see Geographical Location Codes." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "countryCode" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingGeographicPerformanceReportFilter/countryCode> .

:microsoftads-property-microsoftads-reporting-geographic-performance-report-filter-country-code-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Country Code classification" ;
    rdfs:comment "Upstream comment: The report will include data for only the specified countries/regions where the user that clicked the ad is located. For a list of possible values, see Geographical Location Codes. Location code or region field; review whether it identifies a person, billing/shipping address, or only a market/geography." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-geographic-performance-report-filter-country-code-element ;
    dcls:classifiedByRule :location-code-rule ;
    dcls:candidatePersonalDataCategory pd:Location ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-geographic-performance-report-filter-country-code-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-geographic-performance-report-filter-country-code-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Country Code confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-geographic-performance-report-filter-country-code-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-geographic-performance-report-filter-country-code-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-geographic-performance-report-filter-country-code-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.64 .

:microsoftads-property-microsoftads-reporting-geographic-performance-report-filter-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingGeographicPerformanceReportFilter/language> .

:microsoftads-property-microsoftads-reporting-geographic-performance-report-filter-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-geographic-performance-report-filter-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-geographic-performance-report-filter-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-geographic-performance-report-filter-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-geographic-performance-report-filter-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-geographic-performance-report-filter-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-geographic-performance-report-filter-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-reporting-geographic-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingGeographicPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-geographic-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-geographic-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-geographic-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-geographic-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-geographic-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-geographic-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-geographic-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-goals-and-funnels-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingGoalsAndFunnelsReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-goals-and-funnels-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-goals-and-funnels-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-goals-and-funnels-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-goals-and-funnels-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-goals-and-funnels-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-goals-and-funnels-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-goals-and-funnels-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-hotel-dimension-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingHotelDimensionPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-hotel-dimension-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-hotel-dimension-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-hotel-dimension-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-hotel-dimension-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-hotel-dimension-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-hotel-dimension-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-hotel-dimension-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-hotel-group-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingHotelGroupPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-hotel-group-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-hotel-group-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-hotel-group-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-hotel-group-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-hotel-group-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-hotel-group-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-hotel-group-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-keyword-performance-report-filter-landing-page-experience-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Landing Page Experience field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: An aggregate quality assessment of all landing pages on your site. The landing page experience score measures whether your landing page is likely to provide a good experience to customers who click your ad and land on your website. A score of 3 is Above Average; a score of 2 is Average; and a score of 1 is considered Below Average. If you specify a time period that spans multiple days, the score will be the same for each day in the time period, and the value is the most recent calculated score. Data for this column is typically updated 14-18 hours after the UTC day ends." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "landingPageExperience" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingKeywordPerformanceReportFilter/landingPageExperience> .

:microsoftads-property-microsoftads-reporting-keyword-performance-report-filter-landing-page-experience-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Landing Page Experience classification" ;
    rdfs:comment "Upstream comment: An aggregate quality assessment of all landing pages on your site. The landing page experience score measures whether your landing page is likely to provide a good experience to customers who click your ad and land on your website. A score of 3 is Above Average; a score of 2 is Average; and a score of 1 is considered Below Average. If you specify a time period that spans multiple days, the score will be the same for each day in the time period, and the value is the most recent calculated score. Data for this column is typically updated 14-18 hours after the UTC day ends. URL or query-parameter field may carry identifiers, campaign parameters, or personal data in the source system." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-keyword-performance-report-filter-landing-page-experience-element ;
    dcls:classifiedByRule :browsing-referral-rule ;
    dcls:candidatePersonalDataCategory pd:BrowsingReferral ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-keyword-performance-report-filter-landing-page-experience-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-keyword-performance-report-filter-landing-page-experience-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Landing Page Experience confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-keyword-performance-report-filter-landing-page-experience-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-keyword-performance-report-filter-landing-page-experience-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-keyword-performance-report-filter-landing-page-experience-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.78 .

:microsoftads-property-microsoftads-reporting-keyword-performance-report-filter-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingKeywordPerformanceReportFilter/language> .

:microsoftads-property-microsoftads-reporting-keyword-performance-report-filter-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-keyword-performance-report-filter-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-keyword-performance-report-filter-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-keyword-performance-report-filter-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-keyword-performance-report-filter-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-keyword-performance-report-filter-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-keyword-performance-report-filter-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-reporting-keyword-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingKeywordPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-keyword-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-keyword-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-keyword-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-keyword-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-keyword-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-keyword-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-keyword-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-mmmperformance-report-filter-country-code-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Country Code field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The report will include data for only the specified countries/regions where the user that clicked the ad is located. For a list of possible values, see Geographical Location Codes." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "countryCode" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingMMMPerformanceReportFilter/countryCode> .

:microsoftads-property-microsoftads-reporting-mmmperformance-report-filter-country-code-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Country Code classification" ;
    rdfs:comment "Upstream comment: The report will include data for only the specified countries/regions where the user that clicked the ad is located. For a list of possible values, see Geographical Location Codes. Location code or region field; review whether it identifies a person, billing/shipping address, or only a market/geography." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-mmmperformance-report-filter-country-code-element ;
    dcls:classifiedByRule :location-code-rule ;
    dcls:candidatePersonalDataCategory pd:Location ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-mmmperformance-report-filter-country-code-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-mmmperformance-report-filter-country-code-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Country Code confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-mmmperformance-report-filter-country-code-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-mmmperformance-report-filter-country-code-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-mmmperformance-report-filter-country-code-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.64 .

:microsoftads-property-microsoftads-reporting-mmmperformance-report-filter-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingMMMPerformanceReportFilter/language> .

:microsoftads-property-microsoftads-reporting-mmmperformance-report-filter-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-mmmperformance-report-filter-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-mmmperformance-report-filter-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-mmmperformance-report-filter-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-mmmperformance-report-filter-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-mmmperformance-report-filter-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-mmmperformance-report-filter-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-reporting-mmmperformance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingMMMPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-mmmperformance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-mmmperformance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-mmmperformance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-mmmperformance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-mmmperformance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-mmmperformance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-mmmperformance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-msclick-id-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingMSClickIdPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-msclick-id-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-msclick-id-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-msclick-id-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-msclick-id-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-msclick-id-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-msclick-id-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-msclick-id-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-negative-keyword-conflict-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingNegativeKeywordConflictReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-negative-keyword-conflict-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-negative-keyword-conflict-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-negative-keyword-conflict-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-negative-keyword-conflict-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-negative-keyword-conflict-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-negative-keyword-conflict-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-negative-keyword-conflict-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-product-dimension-performance-report-filter-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingProductDimensionPerformanceReportFilter/language> .

:microsoftads-property-microsoftads-reporting-product-dimension-performance-report-filter-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-product-dimension-performance-report-filter-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-product-dimension-performance-report-filter-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-product-dimension-performance-report-filter-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-product-dimension-performance-report-filter-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-product-dimension-performance-report-filter-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-product-dimension-performance-report-filter-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-reporting-product-dimension-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingProductDimensionPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-product-dimension-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-product-dimension-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-product-dimension-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-product-dimension-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-product-dimension-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-product-dimension-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-product-dimension-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-product-match-count-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingProductMatchCountReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-product-match-count-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-product-match-count-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-product-match-count-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-product-match-count-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-product-match-count-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-product-match-count-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-product-match-count-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-product-negative-keyword-conflict-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingProductNegativeKeywordConflictReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-product-negative-keyword-conflict-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-product-negative-keyword-conflict-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-product-negative-keyword-conflict-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-product-negative-keyword-conflict-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-product-negative-keyword-conflict-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-product-negative-keyword-conflict-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-product-negative-keyword-conflict-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-product-partition-performance-report-filter-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingProductPartitionPerformanceReportFilter/language> .

:microsoftads-property-microsoftads-reporting-product-partition-performance-report-filter-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-product-partition-performance-report-filter-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-product-partition-performance-report-filter-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-product-partition-performance-report-filter-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-product-partition-performance-report-filter-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-product-partition-performance-report-filter-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-product-partition-performance-report-filter-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-reporting-product-partition-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingProductPartitionPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-product-partition-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-product-partition-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-product-partition-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-product-partition-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-product-partition-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-product-partition-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-product-partition-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-product-partition-unit-performance-report-filter-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingProductPartitionUnitPerformanceReportFilter/language> .

:microsoftads-property-microsoftads-reporting-product-partition-unit-performance-report-filter-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-product-partition-unit-performance-report-filter-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-product-partition-unit-performance-report-filter-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-product-partition-unit-performance-report-filter-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-product-partition-unit-performance-report-filter-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-product-partition-unit-performance-report-filter-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-product-partition-unit-performance-report-filter-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-reporting-product-partition-unit-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingProductPartitionUnitPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-product-partition-unit-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-product-partition-unit-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-product-partition-unit-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-product-partition-unit-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-product-partition-unit-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-product-partition-unit-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-product-partition-unit-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-product-search-query-performance-report-filter-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingProductSearchQueryPerformanceReportFilter/language> .

:microsoftads-property-microsoftads-reporting-product-search-query-performance-report-filter-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-product-search-query-performance-report-filter-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-product-search-query-performance-report-filter-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-product-search-query-performance-report-filter-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-product-search-query-performance-report-filter-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-product-search-query-performance-report-filter-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-product-search-query-performance-report-filter-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-reporting-product-search-query-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingProductSearchQueryPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-product-search-query-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-product-search-query-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-product-search-query-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-product-search-query-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-product-search-query-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-product-search-query-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-product-search-query-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-professional-demographics-audience-report-filter-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingProfessionalDemographicsAudienceReportFilter/language> .

:microsoftads-property-microsoftads-reporting-professional-demographics-audience-report-filter-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-professional-demographics-audience-report-filter-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-professional-demographics-audience-report-filter-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-professional-demographics-audience-report-filter-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-professional-demographics-audience-report-filter-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-professional-demographics-audience-report-filter-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-professional-demographics-audience-report-filter-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-reporting-professional-demographics-audience-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingProfessionalDemographicsAudienceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-professional-demographics-audience-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-professional-demographics-audience-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-professional-demographics-audience-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-professional-demographics-audience-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-professional-demographics-audience-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-professional-demographics-audience-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-professional-demographics-audience-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-publisher-usage-performance-report-filter-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingPublisherUsagePerformanceReportFilter/language> .

:microsoftads-property-microsoftads-reporting-publisher-usage-performance-report-filter-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-publisher-usage-performance-report-filter-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-publisher-usage-performance-report-filter-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-publisher-usage-performance-report-filter-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-publisher-usage-performance-report-filter-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-publisher-usage-performance-report-filter-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-publisher-usage-performance-report-filter-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-reporting-publisher-usage-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingPublisherUsagePerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-publisher-usage-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-publisher-usage-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-publisher-usage-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-publisher-usage-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-publisher-usage-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-publisher-usage-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-publisher-usage-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-report-request-base-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising with predicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingReportRequestBase/excludeColumnHeaders> and path excludeColumnHeaders." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingReportRequestBase/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-report-request-base-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-report-request-base-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-report-request-base-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-report-request-base-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-report-request-base-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-report-request-base-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-report-request-base-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-search-campaign-change-history-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingSearchCampaignChangeHistoryReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-search-campaign-change-history-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-search-campaign-change-history-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-search-campaign-change-history-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-search-campaign-change-history-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-search-campaign-change-history-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-search-campaign-change-history-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-search-campaign-change-history-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-search-insight-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingSearchInsightPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-search-insight-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-search-insight-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-search-insight-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-search-insight-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-search-insight-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-search-insight-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-search-insight-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-search-query-performance-report-filter-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingSearchQueryPerformanceReportFilter/language> .

:microsoftads-property-microsoftads-reporting-search-query-performance-report-filter-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-search-query-performance-report-filter-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-search-query-performance-report-filter-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-search-query-performance-report-filter-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-search-query-performance-report-filter-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-search-query-performance-report-filter-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-search-query-performance-report-filter-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-reporting-search-query-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingSearchQueryPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-search-query-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-search-query-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-search-query-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-search-query-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-search-query-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-search-query-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-search-query-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-search-term-landing-page-report-filter-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Includes rows in the report where the language matches one of the specified languages. You can include multiple language values as flags. This element is optional. If not specified, all languages are included." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingSearchTermLandingPageReportFilter/language> .

:microsoftads-property-microsoftads-reporting-search-term-landing-page-report-filter-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: Includes rows in the report where the language matches one of the specified languages. You can include multiple language values as flags. This element is optional. If not specified, all languages are included. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-search-term-landing-page-report-filter-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-search-term-landing-page-report-filter-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-search-term-landing-page-report-filter-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-search-term-landing-page-report-filter-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-search-term-landing-page-report-filter-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-search-term-landing-page-report-filter-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-reporting-search-term-landing-page-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the report includes header descriptions for each column of data. This element is optional and defaults to false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingSearchTermLandingPageReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-search-term-landing-page-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the report includes header descriptions for each column of data. This element is optional and defaults to false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-search-term-landing-page-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-search-term-landing-page-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-search-term-landing-page-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-search-term-landing-page-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-search-term-landing-page-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-search-term-landing-page-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-share-of-voice-report-filter-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingShareOfVoiceReportFilter/language> .

:microsoftads-property-microsoftads-reporting-share-of-voice-report-filter-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-share-of-voice-report-filter-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-share-of-voice-report-filter-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-share-of-voice-report-filter-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-share-of-voice-report-filter-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-share-of-voice-report-filter-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-share-of-voice-report-filter-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-reporting-share-of-voice-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingShareOfVoiceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-share-of-voice-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-share-of-voice-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-share-of-voice-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-share-of-voice-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-share-of-voice-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-share-of-voice-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-share-of-voice-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-travel-query-insight-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingTravelQueryInsightReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-travel-query-insight-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-travel-query-insight-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-travel-query-insight-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-travel-query-insight-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-travel-query-insight-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-travel-query-insight-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-travel-query-insight-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-microsoftads-reporting-user-location-performance-report-filter-country-code-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Country Code field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The report will include data for only the specified countries/regions where the user that clicked the ad is located. For a list of possible values, see Geographical Location Codes." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "countryCode" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingUserLocationPerformanceReportFilter/countryCode> .

:microsoftads-property-microsoftads-reporting-user-location-performance-report-filter-country-code-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Country Code classification" ;
    rdfs:comment "Upstream comment: The report will include data for only the specified countries/regions where the user that clicked the ad is located. For a list of possible values, see Geographical Location Codes. Location code or region field; review whether it identifies a person, billing/shipping address, or only a market/geography." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-user-location-performance-report-filter-country-code-element ;
    dcls:classifiedByRule :location-code-rule ;
    dcls:candidatePersonalDataCategory pd:Location ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-user-location-performance-report-filter-country-code-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-user-location-performance-report-filter-country-code-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Country Code confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-user-location-performance-report-filter-country-code-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-user-location-performance-report-filter-country-code-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-user-location-performance-report-filter-country-code-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.64 .

:microsoftads-property-microsoftads-reporting-user-location-performance-report-filter-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingUserLocationPerformanceReportFilter/language> .

:microsoftads-property-microsoftads-reporting-user-location-performance-report-filter-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: The report will include data for only websites that used the specified languages. You can specify one or more languages. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-user-location-performance-report-filter-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-user-location-performance-report-filter-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-user-location-performance-report-filter-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-user-location-performance-report-filter-language-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-user-location-performance-report-filter-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-user-location-performance-report-filter-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoftads-reporting-user-location-performance-report-request-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/Microsoftads.ReportingUserLocationPerformanceReportRequest/excludeColumnHeaders> .

:microsoftads-property-microsoftads-reporting-user-location-performance-report-request-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Determines whether or not the downloaded report should contain header descriptions for each column. The report column header matches the requested column name e.g. Impressions and Clicks. Set this property true if you want the report column headers excluded from the downloaded report. The default value is false. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-microsoftads-reporting-user-location-performance-report-request-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoftads-reporting-user-location-performance-report-request-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-user-location-performance-report-request-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoftads-reporting-user-location-performance-report-request-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-microsoftads-reporting-user-location-performance-report-request-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoftads-reporting-user-location-performance-report-request-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-account-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 10 models declare accountName." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/accountName> .

:microsoftads-property-account-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Name classification" ;
    rdfs:comment "Upstream comment: Query alias: 10 models declare accountName." ;
    dcls:classifiesElement :microsoftads-property-account-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-account-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-account-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-account-name-classification ;
    conf:confidenceValue :microsoftads-property-account-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-account-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-account-number-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Account Number field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 9 models declare accountNumber." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "accountNumber" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/accountNumber> .

:microsoftads-property-account-number-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Account Number classification" ;
    rdfs:comment "Upstream comment: Query alias: 9 models declare accountNumber. Account-number field; review whether the value identifies a personal financial account." ;
    dcls:classifiesElement :microsoftads-property-account-number-element ;
    dcls:classifiedByRule :financial-account-number-rule ;
    dcls:candidatePersonalDataCategory pd:FinancialAccountNumber ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-account-number-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-account-number-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Account Number confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-account-number-classification ;
    conf:confidenceValue :microsoftads-property-account-number-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-account-number-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.86 .

:microsoftads-property-ad-format-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Ad Format Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 10 models declare adFormatPreference." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "adFormatPreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/adFormatPreference> .

:microsoftads-property-ad-format-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Ad Format Preference classification" ;
    rdfs:comment "Upstream comment: Query alias: 10 models declare adFormatPreference. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-ad-format-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-ad-format-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-ad-format-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Ad Format Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-ad-format-preference-classification ;
    conf:confidenceValue :microsoftads-property-ad-format-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-ad-format-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-app-store-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising App Store field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 2 models declare appStore." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "appStore" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/appStore> .

:microsoftads-property-app-store-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising App Store classification" ;
    rdfs:comment "Upstream comment: Query alias: 2 models declare appStore." ;
    dcls:classifiesElement :microsoftads-property-app-store-element ;
    dcls:classifiedByRule :device-based-rule ;
    dcls:candidatePersonalDataCategory pd:DeviceBased ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-app-store-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-app-store-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising App Store confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-app-store-classification ;
    conf:confidenceValue :microsoftads-property-app-store-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-app-store-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.74 .

:microsoftads-property-app-store-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising App Store Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 7 models declare appStoreId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "appStoreId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/appStoreId> .

:microsoftads-property-app-store-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising App Store Id classification" ;
    rdfs:comment "Upstream comment: Query alias: 7 models declare appStoreId." ;
    dcls:classifiesElement :microsoftads-property-app-store-id-element ;
    dcls:classifiedByRule :device-based-rule ;
    dcls:candidatePersonalDataCategory pd:DeviceBased ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-app-store-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-app-store-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising App Store Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-app-store-id-classification ;
    conf:confidenceValue :microsoftads-property-app-store-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-app-store-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.74 .

:microsoftads-property-authentication-token-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Authentication Token field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares authenticationToken." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "authenticationToken" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/authenticationToken> .

:microsoftads-property-authentication-token-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Authentication Token classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares authenticationToken. Authentication-adjacent field; review whether the value authenticates, identifies, or is only operational metadata." ;
    dcls:classifiesElement :microsoftads-property-authentication-token-element ;
    dcls:classifiedByRule :authenticating-data-rule ;
    dcls:candidatePersonalDataCategory pd:Authenticating ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-authentication-token-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-authentication-token-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Authentication Token confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-authentication-token-classification ;
    conf:confidenceValue :microsoftads-property-authentication-token-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-authentication-token-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.66 .

:microsoftads-property-back-up-payment-instrument-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Back Up Payment Instrument Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares backUpPaymentInstrumentId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "backUpPaymentInstrumentId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/backUpPaymentInstrumentId> .

:microsoftads-property-back-up-payment-instrument-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Back Up Payment Instrument Id classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares backUpPaymentInstrumentId. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-back-up-payment-instrument-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-back-up-payment-instrument-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-back-up-payment-instrument-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Back Up Payment Instrument Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-back-up-payment-instrument-id-classification ;
    conf:confidenceValue :microsoftads-property-back-up-payment-instrument-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-back-up-payment-instrument-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-bill-to-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Bill To Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares billToCustomerId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "billToCustomerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/billToCustomerId> .

:microsoftads-property-bill-to-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Bill To Customer Id classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares billToCustomerId. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-bill-to-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-bill-to-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-bill-to-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Bill To Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-bill-to-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-bill-to-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-bill-to-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-billing-documents-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Billing Documents field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares billingDocuments." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "billingDocuments" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/billingDocuments> .

:microsoftads-property-billing-documents-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Billing Documents classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares billingDocuments. Document container field; review nested travel or identity document values before asserting specific official-identifier categories." ;
    dcls:classifiesElement :microsoftads-property-billing-documents-element ;
    dcls:classifiedByRule :documents-container-rule ;
    dcls:candidatePersonalDataCategory pd:PersonalDocuments ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-billing-documents-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-billing-documents-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Billing Documents confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-billing-documents-classification ;
    conf:confidenceValue :microsoftads-property-billing-documents-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-billing-documents-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-billing-documents-info-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Billing Documents Info field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 2 models declare billingDocumentsInfo." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "billingDocumentsInfo" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/billingDocumentsInfo> .

:microsoftads-property-billing-documents-info-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Billing Documents Info classification" ;
    rdfs:comment "Upstream comment: Query alias: 2 models declare billingDocumentsInfo. Document container field; review nested travel or identity document values before asserting specific official-identifier categories." ;
    dcls:classifiesElement :microsoftads-property-billing-documents-info-element ;
    dcls:classifiedByRule :documents-container-rule ;
    dcls:candidatePersonalDataCategory pd:PersonalDocuments ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-billing-documents-info-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-billing-documents-info-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Billing Documents Info confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-billing-documents-info-classification ;
    conf:confidenceValue :microsoftads-property-billing-documents-info-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-billing-documents-info-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-booking-country-code-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Booking Country Code field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares bookingCountryCode." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "bookingCountryCode" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/bookingCountryCode> .

:microsoftads-property-booking-country-code-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Booking Country Code classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares bookingCountryCode. Location code or region field; review whether it identifies a person, billing/shipping address, or only a market/geography." ;
    dcls:classifiesElement :microsoftads-property-booking-country-code-element ;
    dcls:classifiedByRule :location-code-rule ;
    dcls:candidatePersonalDataCategory pd:Location ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-booking-country-code-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-booking-country-code-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Booking Country Code confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-booking-country-code-classification ;
    conf:confidenceValue :microsoftads-property-booking-country-code-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-booking-country-code-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.64 .

:microsoftads-property-business-address-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Business Address field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares businessAddress." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "businessAddress" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/businessAddress> .

:microsoftads-property-business-address-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Business Address classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares businessAddress." ;
    dcls:classifiesElement :microsoftads-property-business-address-element ;
    dcls:classifiedByRule :physical-address-rule ;
    dcls:candidatePersonalDataCategory pd:PhysicalAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-business-address-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-business-address-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Business Address confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-business-address-classification ;
    conf:confidenceValue :microsoftads-property-business-address-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-business-address-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.95 .

:microsoftads-property-call-to-action-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Call To Action Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 2 models declare callToActionLanguage." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "callToActionLanguage" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/callToActionLanguage> .

:microsoftads-property-call-to-action-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Call To Action Language classification" ;
    rdfs:comment "Upstream comment: Query alias: 2 models declare callToActionLanguage. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-call-to-action-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-call-to-action-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-call-to-action-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Call To Action Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-call-to-action-language-classification ;
    conf:confidenceValue :microsoftads-property-call-to-action-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-call-to-action-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-category-display-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Category Display Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares categoryDisplayName." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "categoryDisplayName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/categoryDisplayName> .

:microsoftads-property-category-display-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Category Display Name classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares categoryDisplayName." ;
    dcls:classifiesElement :microsoftads-property-category-display-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-category-display-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-category-display-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Category Display Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-category-display-name-classification ;
    conf:confidenceValue :microsoftads-property-category-display-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-category-display-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-city-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising City field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares city." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "city" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/city> .

:microsoftads-property-city-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising City classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares city." ;
    dcls:classifiesElement :microsoftads-property-city-element ;
    dcls:classifiedByRule :city-rule ;
    dcls:candidatePersonalDataCategory pd:City ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-city-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-city-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising City confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-city-classification ;
    conf:confidenceValue :microsoftads-property-city-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-city-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.92 .

:microsoftads-property-city-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising City Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares cityName." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "cityName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/cityName> .

:microsoftads-property-city-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising City Name classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares cityName." ;
    dcls:classifiesElement :microsoftads-property-city-name-element ;
    dcls:classifiedByRule :city-rule ;
    dcls:candidatePersonalDataCategory pd:City ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-city-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-city-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising City Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-city-name-classification ;
    conf:confidenceValue :microsoftads-property-city-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-city-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.92 .

:microsoftads-property-claimed-date-by-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Claimed Date By Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares claimedDateByAccountId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "claimedDateByAccountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/claimedDateByAccountId> .

:microsoftads-property-claimed-date-by-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Claimed Date By Account Id classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares claimedDateByAccountId. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-claimed-date-by-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-claimed-date-by-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-claimed-date-by-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Claimed Date By Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-claimed-date-by-account-id-classification ;
    conf:confidenceValue :microsoftads-property-claimed-date-by-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-claimed-date-by-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-contact-by-phone-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Contact By Phone field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares contactByPhone." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "contactByPhone" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/contactByPhone> .

:microsoftads-property-contact-by-phone-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Contact By Phone classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares contactByPhone." ;
    dcls:classifiesElement :microsoftads-property-contact-by-phone-element ;
    dcls:classifiedByRule :telephone-number-rule ;
    dcls:candidatePersonalDataCategory pd:TelephoneNumber ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-contact-by-phone-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-contact-by-phone-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Contact By Phone confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-contact-by-phone-classification ;
    conf:confidenceValue :microsoftads-property-contact-by-phone-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-contact-by-phone-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.97 .

:microsoftads-property-contact-by-postal-mail-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Contact By Postal Mail field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares contactByPostalMail." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "contactByPostalMail" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/contactByPostalMail> .

:microsoftads-property-contact-by-postal-mail-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Contact By Postal Mail classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares contactByPostalMail." ;
    dcls:classifiesElement :microsoftads-property-contact-by-postal-mail-element ;
    dcls:classifiedByRule :postal-code-rule ;
    dcls:candidatePersonalDataCategory pd:PostalCode ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-contact-by-postal-mail-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-contact-by-postal-mail-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Contact By Postal Mail confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-contact-by-postal-mail-classification ;
    conf:confidenceValue :microsoftads-property-contact-by-postal-mail-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-contact-by-postal-mail-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-country-code-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Country Code field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 9 models declare countryCode." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "countryCode" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/countryCode> .

:microsoftads-property-country-code-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Country Code classification" ;
    rdfs:comment "Upstream comment: Query alias: 9 models declare countryCode. Location code or region field; review whether it identifies a person, billing/shipping address, or only a market/geography." ;
    dcls:classifiesElement :microsoftads-property-country-code-element ;
    dcls:classifiedByRule :location-code-rule ;
    dcls:candidatePersonalDataCategory pd:Location ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-country-code-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-country-code-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Country Code confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-country-code-classification ;
    conf:confidenceValue :microsoftads-property-country-code-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-country-code-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.64 .

:microsoftads-property-country-codes-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Country Codes field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares countryCodes." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "countryCodes" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/countryCodes> .

:microsoftads-property-country-codes-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Country Codes classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares countryCodes." ;
    dcls:classifiesElement :microsoftads-property-country-codes-element ;
    dcls:classifiedByRule :country-rule ;
    dcls:candidatePersonalDataCategory pd:Country ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-country-codes-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-country-codes-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Country Codes confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-country-codes-classification ;
    conf:confidenceValue :microsoftads-property-country-codes-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-country-codes-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.90 .

:microsoftads-property-created-by-user-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Created By User Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 4 models declare createdByUserId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "createdByUserId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/createdByUserId> .

:microsoftads-property-created-by-user-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Created By User Id classification" ;
    rdfs:comment "Upstream comment: Query alias: 4 models declare createdByUserId. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-created-by-user-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-created-by-user-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-created-by-user-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Created By User Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-created-by-user-id-classification ;
    conf:confidenceValue :microsoftads-property-created-by-user-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-created-by-user-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-credential-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Credential Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 2 models declare credentialId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "credentialId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/credentialId> .

:microsoftads-property-credential-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Credential Id classification" ;
    rdfs:comment "Upstream comment: Query alias: 2 models declare credentialId. Authentication-adjacent field; review whether the value authenticates, identifies, or is only operational metadata." ;
    dcls:classifiesElement :microsoftads-property-credential-id-element ;
    dcls:classifiedByRule :authenticating-data-rule ;
    dcls:candidatePersonalDataCategory pd:Authenticating ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-credential-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-credential-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Credential Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-credential-id-classification ;
    conf:confidenceValue :microsoftads-property-credential-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-credential-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.66 .

:microsoftads-property-customer-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 3 models declare customer." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customer" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/customer> .

:microsoftads-property-customer-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer classification" ;
    rdfs:comment "Upstream comment: Query alias: 3 models declare customer. Broad contact, customer, user, owner, or actor object field; review nested payloads before asserting specific personal-data categories." ;
    dcls:classifiesElement :microsoftads-property-customer-element ;
    dcls:classifiedByRule :contact-object-rule ;
    dcls:candidatePersonalDataCategory pd:Contact ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-customer-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-customer-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-customer-classification ;
    conf:confidenceValue :microsoftads-property-customer-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-customer-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.68 .

:microsoftads-property-customer-address-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Address field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares customerAddress." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerAddress" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/customerAddress> .

:microsoftads-property-customer-address-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Address classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares customerAddress." ;
    dcls:classifiesElement :microsoftads-property-customer-address-element ;
    dcls:classifiedByRule :physical-address-rule ;
    dcls:candidatePersonalDataCategory pd:PhysicalAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-customer-address-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-customer-address-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Address confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-customer-address-classification ;
    conf:confidenceValue :microsoftads-property-customer-address-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-customer-address-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.95 .

:microsoftads-property-customer-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares customerName." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/customerName> .

:microsoftads-property-customer-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Name classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares customerName." ;
    dcls:classifiesElement :microsoftads-property-customer-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-customer-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-customer-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-customer-name-classification ;
    conf:confidenceValue :microsoftads-property-customer-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-customer-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-customer-name-filter-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customer Name Filter field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares customerNameFilter." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customerNameFilter" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/customerNameFilter> .

:microsoftads-property-customer-name-filter-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customer Name Filter classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares customerNameFilter." ;
    dcls:classifiesElement :microsoftads-property-customer-name-filter-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-customer-name-filter-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-customer-name-filter-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customer Name Filter confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-customer-name-filter-classification ;
    conf:confidenceValue :microsoftads-property-customer-name-filter-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-customer-name-filter-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-customers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Customers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares customers." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "customers" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/customers> .

:microsoftads-property-customers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Customers classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares customers. Broad contact, customer, user, owner, or actor object field; review nested payloads before asserting specific personal-data categories." ;
    dcls:classifiesElement :microsoftads-property-customers-element ;
    dcls:classifiedByRule :contact-object-rule ;
    dcls:candidatePersonalDataCategory pd:Contact ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-customers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-customers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Customers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-customers-classification ;
    conf:confidenceValue :microsoftads-property-customers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-customers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.68 .

:microsoftads-property-delete-account-ids-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Delete Account Ids field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares deleteAccountIds." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "deleteAccountIds" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/deleteAccountIds> .

:microsoftads-property-delete-account-ids-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Delete Account Ids classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares deleteAccountIds. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-delete-account-ids-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-delete-account-ids-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-delete-account-ids-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Delete Account Ids confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-delete-account-ids-classification ;
    conf:confidenceValue :microsoftads-property-delete-account-ids-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-delete-account-ids-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-delete-customer-ids-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Delete Customer Ids field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares deleteCustomerIds." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "deleteCustomerIds" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/deleteCustomerIds> .

:microsoftads-property-delete-customer-ids-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Delete Customer Ids classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares deleteCustomerIds. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-delete-customer-ids-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-delete-customer-ids-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-delete-customer-ids-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Delete Customer Ids confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-delete-customer-ids-classification ;
    conf:confidenceValue :microsoftads-property-delete-customer-ids-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-delete-customer-ids-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-device-preference-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Device Preference field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 31 models declare devicePreference." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "devicePreference" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/devicePreference> .

:microsoftads-property-device-preference-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Device Preference classification" ;
    rdfs:comment "Upstream comment: Query alias: 31 models declare devicePreference. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-device-preference-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-device-preference-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-device-preference-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Device Preference confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-device-preference-classification ;
    conf:confidenceValue :microsoftads-property-device-preference-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-device-preference-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-display-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Display Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 2 models declare displayName." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "displayName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/displayName> .

:microsoftads-property-display-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Display Name classification" ;
    rdfs:comment "Upstream comment: Query alias: 2 models declare displayName." ;
    dcls:classifiesElement :microsoftads-property-display-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-display-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-display-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Display Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-display-name-classification ;
    conf:confidenceValue :microsoftads-property-display-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-display-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-document-number-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Document Number field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares documentNumber." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "documentNumber" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/documentNumber> .

:microsoftads-property-document-number-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Document Number classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares documentNumber." ;
    dcls:classifiesElement :microsoftads-property-document-number-element ;
    dcls:classifiedByRule :official-id-rule ;
    dcls:candidatePersonalDataCategory pd:OfficialID ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-document-number-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-document-number-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Document Number confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-document-number-classification ;
    conf:confidenceValue :microsoftads-property-document-number-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-document-number-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.88 .

:microsoftads-property-eligible-account-ids-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Eligible Account Ids field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares eligibleAccountIds." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "eligibleAccountIds" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/eligibleAccountIds> .

:microsoftads-property-eligible-account-ids-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Eligible Account Ids classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares eligibleAccountIds. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-eligible-account-ids-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-eligible-account-ids-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-eligible-account-ids-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Eligible Account Ids confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-eligible-account-ids-classification ;
    conf:confidenceValue :microsoftads-property-eligible-account-ids-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-eligible-account-ids-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-email-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Email field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 2 models declare email." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "email" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/email> .

:microsoftads-property-email-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Email classification" ;
    rdfs:comment "Upstream comment: Query alias: 2 models declare email." ;
    dcls:classifiesElement :microsoftads-property-email-element ;
    dcls:classifiedByRule :email-address-rule ;
    dcls:candidatePersonalDataCategory pd:EmailAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-email-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-email-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Email confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-email-classification ;
    conf:confidenceValue :microsoftads-property-email-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-email-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.98 .

:microsoftads-property-email-format-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Email Format field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares emailFormat." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "emailFormat" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/emailFormat> .

:microsoftads-property-email-format-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Email Format classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares emailFormat." ;
    dcls:classifiesElement :microsoftads-property-email-format-element ;
    dcls:classifiedByRule :email-address-rule ;
    dcls:candidatePersonalDataCategory pd:EmailAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-email-format-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-email-format-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Email Format confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-email-format-classification ;
    conf:confidenceValue :microsoftads-property-email-format-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-email-format-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.98 .

:microsoftads-property-exclude-column-headers-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Exclude Column Headers field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 50 models declare excludeColumnHeaders." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "excludeColumnHeaders" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/excludeColumnHeaders> .

:microsoftads-property-exclude-column-headers-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Exclude Column Headers classification" ;
    rdfs:comment "Upstream comment: Query alias: 50 models declare excludeColumnHeaders. Unstructured transport or credential-adjacent field; it may contain personal identifiers, authentication data, or no personal data depending on payload policy." ;
    dcls:classifiesElement :microsoftads-property-exclude-column-headers-element ;
    dcls:classifiedByRule :credential-transport-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-exclude-column-headers-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-exclude-column-headers-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Exclude Column Headers confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-exclude-column-headers-classification ;
    conf:confidenceValue :microsoftads-property-exclude-column-headers-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-exclude-column-headers-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-external-account-ids-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising External Account Ids field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares externalAccountIds." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "externalAccountIds" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/externalAccountIds> .

:microsoftads-property-external-account-ids-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising External Account Ids classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares externalAccountIds. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-external-account-ids-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-external-account-ids-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-external-account-ids-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising External Account Ids confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-external-account-ids-classification ;
    conf:confidenceValue :microsoftads-property-external-account-ids-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-external-account-ids-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-external-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising External Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares externalCustomerId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "externalCustomerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/externalCustomerId> .

:microsoftads-property-external-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising External Customer Id classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares externalCustomerId. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-external-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-external-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-external-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising External Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-external-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-external-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-external-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-first-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising First Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 2 models declare firstName." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "firstName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/firstName> .

:microsoftads-property-first-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising First Name classification" ;
    rdfs:comment "Upstream comment: Query alias: 2 models declare firstName." ;
    dcls:classifiesElement :microsoftads-property-first-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-first-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-first-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising First Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-first-name-classification ;
    conf:confidenceValue :microsoftads-property-first-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-first-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-gender-type-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Gender Type field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 2 models declare genderType." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "genderType" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/genderType> .

:microsoftads-property-gender-type-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Gender Type classification" ;
    rdfs:comment "Upstream comment: Query alias: 2 models declare genderType." ;
    dcls:classifiesElement :microsoftads-property-gender-type-element ;
    dcls:classifiedByRule :gender-rule ;
    dcls:candidatePersonalDataCategory pd:Gender ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-gender-type-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-gender-type-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Gender Type confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-gender-type-classification ;
    conf:confidenceValue :microsoftads-property-gender-type-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-gender-type-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.94 .

:microsoftads-property-gender-types-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Gender Types field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 2 models declare genderTypes." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "genderTypes" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/genderTypes> .

:microsoftads-property-gender-types-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Gender Types classification" ;
    rdfs:comment "Upstream comment: Query alias: 2 models declare genderTypes." ;
    dcls:classifiesElement :microsoftads-property-gender-types-element ;
    dcls:classifiedByRule :gender-rule ;
    dcls:candidatePersonalDataCategory pd:Gender ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-gender-types-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-gender-types-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Gender Types confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-gender-types-classification ;
    conf:confidenceValue :microsoftads-property-gender-types-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-gender-types-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.94 .

:microsoftads-property-gender-unknown-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Gender Unknown field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares genderUnknown." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "genderUnknown" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/genderUnknown> .

:microsoftads-property-gender-unknown-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Gender Unknown classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares genderUnknown." ;
    dcls:classifiesElement :microsoftads-property-gender-unknown-element ;
    dcls:classifiedByRule :gender-rule ;
    dcls:candidatePersonalDataCategory pd:Gender ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-gender-unknown-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-gender-unknown-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Gender Unknown confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-gender-unknown-classification ;
    conf:confidenceValue :microsoftads-property-gender-unknown-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-gender-unknown-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.94 .

:microsoftads-property-google-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Google Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 2 models declare googleAccountId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "googleAccountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/googleAccountId> .

:microsoftads-property-google-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Google Account Id classification" ;
    rdfs:comment "Upstream comment: Query alias: 2 models declare googleAccountId. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-google-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-google-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-google-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Google Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-google-account-id-classification ;
    conf:confidenceValue :microsoftads-property-google-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-google-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-hashed-email-address-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Hashed Email Address field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 2 models declare hashedEmailAddress." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "hashedEmailAddress" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/hashedEmailAddress> .

:microsoftads-property-hashed-email-address-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Hashed Email Address classification" ;
    rdfs:comment "Upstream comment: Query alias: 2 models declare hashedEmailAddress." ;
    dcls:classifiesElement :microsoftads-property-hashed-email-address-element ;
    dcls:classifiedByRule :email-address-rule ;
    dcls:candidatePersonalDataCategory pd:EmailAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-hashed-email-address-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-hashed-email-address-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Hashed Email Address confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-hashed-email-address-classification ;
    conf:confidenceValue :microsoftads-property-hashed-email-address-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-hashed-email-address-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.98 .

:microsoftads-property-hashed-phone-number-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Hashed Phone Number field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 2 models declare hashedPhoneNumber." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "hashedPhoneNumber" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/hashedPhoneNumber> .

:microsoftads-property-hashed-phone-number-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Hashed Phone Number classification" ;
    rdfs:comment "Upstream comment: Query alias: 2 models declare hashedPhoneNumber." ;
    dcls:classifiesElement :microsoftads-property-hashed-phone-number-element ;
    dcls:classifiedByRule :telephone-number-rule ;
    dcls:candidatePersonalDataCategory pd:TelephoneNumber ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-hashed-phone-number-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-hashed-phone-number-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Hashed Phone Number confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-hashed-phone-number-classification ;
    conf:confidenceValue :microsoftads-property-hashed-phone-number-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-hashed-phone-number-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.97 .

:microsoftads-property-health-check-category-display-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Health Check Category Display Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares healthCheckCategoryDisplayName." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "healthCheckCategoryDisplayName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/healthCheckCategoryDisplayName> .

:microsoftads-property-health-check-category-display-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Health Check Category Display Name classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares healthCheckCategoryDisplayName." ;
    dcls:classifiesElement :microsoftads-property-health-check-category-display-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-health-check-category-display-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-health-check-category-display-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Health Check Category Display Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-health-check-category-display-name-classification ;
    conf:confidenceValue :microsoftads-property-health-check-category-display-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-health-check-category-display-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-health-check-display-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Health Check Display Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares healthCheckDisplayName." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "healthCheckDisplayName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/healthCheckDisplayName> .

:microsoftads-property-health-check-display-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Health Check Display Name classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares healthCheckDisplayName." ;
    dcls:classifiesElement :microsoftads-property-health-check-display-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-health-check-display-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-health-check-display-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Health Check Display Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-health-check-display-name-classification ;
    conf:confidenceValue :microsoftads-property-health-check-display-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-health-check-display-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-home-phone-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Home Phone field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares homePhone." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "homePhone" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/homePhone> .

:microsoftads-property-home-phone-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Home Phone classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares homePhone." ;
    dcls:classifiesElement :microsoftads-property-home-phone-element ;
    dcls:classifiedByRule :telephone-number-rule ;
    dcls:candidatePersonalDataCategory pd:TelephoneNumber ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-home-phone-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-home-phone-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Home Phone confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-home-phone-classification ;
    conf:confidenceValue :microsoftads-property-home-phone-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-home-phone-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.97 .

:microsoftads-property-insertion-order-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Insertion Order Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares insertionOrderId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "insertionOrderId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/insertionOrderId> .

:microsoftads-property-insertion-order-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Insertion Order Id classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares insertionOrderId. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-insertion-order-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-insertion-order-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-insertion-order-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Insertion Order Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-insertion-order-id-classification ;
    conf:confidenceValue :microsoftads-property-insertion-order-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-insertion-order-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-inviter-email-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Inviter Email field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares inviterEmail." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "inviterEmail" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/inviterEmail> .

:microsoftads-property-inviter-email-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Inviter Email classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares inviterEmail." ;
    dcls:classifiesElement :microsoftads-property-inviter-email-element ;
    dcls:classifiedByRule :email-address-rule ;
    dcls:candidatePersonalDataCategory pd:EmailAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-inviter-email-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-inviter-email-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Inviter Email confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-inviter-email-classification ;
    conf:confidenceValue :microsoftads-property-inviter-email-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-inviter-email-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.98 .

:microsoftads-property-inviter-phone-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Inviter Phone field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares inviterPhone." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "inviterPhone" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/inviterPhone> .

:microsoftads-property-inviter-phone-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Inviter Phone classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares inviterPhone." ;
    dcls:classifiesElement :microsoftads-property-inviter-phone-element ;
    dcls:classifiedByRule :telephone-number-rule ;
    dcls:candidatePersonalDataCategory pd:TelephoneNumber ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-inviter-phone-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-inviter-phone-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Inviter Phone confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-inviter-phone-classification ;
    conf:confidenceValue :microsoftads-property-inviter-phone-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-inviter-phone-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.97 .

:microsoftads-property-keyword-order-item-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Keyword Order Item Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares keywordOrderItemId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "keywordOrderItemId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/keywordOrderItemId> .

:microsoftads-property-keyword-order-item-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Keyword Order Item Id classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares keywordOrderItemId. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-keyword-order-item-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-keyword-order-item-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-keyword-order-item-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Keyword Order Item Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-keyword-order-item-id-classification ;
    conf:confidenceValue :microsoftads-property-keyword-order-item-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-keyword-order-item-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-landing-page-experience-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Landing Page Experience field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares landingPageExperience." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "landingPageExperience" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/landingPageExperience> .

:microsoftads-property-landing-page-experience-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Landing Page Experience classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares landingPageExperience. URL or query-parameter field may carry identifiers, campaign parameters, or personal data in the source system." ;
    dcls:classifiesElement :microsoftads-property-landing-page-experience-element ;
    dcls:classifiedByRule :browsing-referral-rule ;
    dcls:candidatePersonalDataCategory pd:BrowsingReferral ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-landing-page-experience-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-landing-page-experience-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Landing Page Experience confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-landing-page-experience-classification ;
    conf:confidenceValue :microsoftads-property-landing-page-experience-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-landing-page-experience-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.78 .

:microsoftads-property-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 43 models declare language." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "language" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/language> .

:microsoftads-property-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language classification" ;
    rdfs:comment "Upstream comment: Query alias: 43 models declare language. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-language-classification ;
    conf:confidenceValue :microsoftads-property-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-language-locale-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Language Locale field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 3 models declare languageLocale." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "languageLocale" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/languageLocale> .

:microsoftads-property-language-locale-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Language Locale classification" ;
    rdfs:comment "Upstream comment: Query alias: 3 models declare languageLocale. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-language-locale-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-language-locale-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-language-locale-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Language Locale confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-language-locale-classification ;
    conf:confidenceValue :microsoftads-property-language-locale-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-language-locale-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-last-modified-by-user-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Last Modified By User Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 5 models declare lastModifiedByUserId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "lastModifiedByUserId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/lastModifiedByUserId> .

:microsoftads-property-last-modified-by-user-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Last Modified By User Id classification" ;
    rdfs:comment "Upstream comment: Query alias: 5 models declare lastModifiedByUserId. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-last-modified-by-user-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-last-modified-by-user-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-last-modified-by-user-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Last Modified By User Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-last-modified-by-user-id-classification ;
    conf:confidenceValue :microsoftads-property-last-modified-by-user-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-last-modified-by-user-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-last-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Last Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 2 models declare lastName." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "lastName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/lastName> .

:microsoftads-property-last-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Last Name classification" ;
    rdfs:comment "Upstream comment: Query alias: 2 models declare lastName." ;
    dcls:classifiesElement :microsoftads-property-last-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-last-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-last-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Last Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-last-name-classification ;
    conf:confidenceValue :microsoftads-property-last-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-last-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-lead-emails-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Lead Emails field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 2 models declare leadEmails." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "leadEmails" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/leadEmails> .

:microsoftads-property-lead-emails-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Lead Emails classification" ;
    rdfs:comment "Upstream comment: Query alias: 2 models declare leadEmails." ;
    dcls:classifiesElement :microsoftads-property-lead-emails-element ;
    dcls:classifiedByRule :email-address-rule ;
    dcls:candidatePersonalDataCategory pd:EmailAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-lead-emails-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-lead-emails-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Lead Emails confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-lead-emails-classification ;
    conf:confidenceValue :microsoftads-property-lead-emails-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-lead-emails-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.98 .

:microsoftads-property-linked-account-ids-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Linked Account Ids field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares linkedAccountIds." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "linkedAccountIds" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/linkedAccountIds> .

:microsoftads-property-linked-account-ids-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Linked Account Ids classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares linkedAccountIds. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-linked-account-ids-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-linked-account-ids-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-linked-account-ids-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Linked Account Ids confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-linked-account-ids-classification ;
    conf:confidenceValue :microsoftads-property-linked-account-ids-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-linked-account-ids-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-locale-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Locale field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 2 models declare locale." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "locale" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/locale> .

:microsoftads-property-locale-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Locale classification" ;
    rdfs:comment "Upstream comment: Query alias: 2 models declare locale. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-locale-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-locale-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-locale-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Locale confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-locale-classification ;
    conf:confidenceValue :microsoftads-property-locale-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-locale-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-location-city-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Location City field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares locationCity." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "locationCity" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/locationCity> .

:microsoftads-property-location-city-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Location City classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares locationCity." ;
    dcls:classifiesElement :microsoftads-property-location-city-element ;
    dcls:classifiedByRule :city-rule ;
    dcls:candidatePersonalDataCategory pd:City ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-location-city-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-location-city-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Location City confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-location-city-classification ;
    conf:confidenceValue :microsoftads-property-location-city-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-location-city-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.92 .

:microsoftads-property-location-country-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Location Country field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares locationCountry." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "locationCountry" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/locationCountry> .

:microsoftads-property-location-country-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Location Country classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares locationCountry." ;
    dcls:classifiesElement :microsoftads-property-location-country-element ;
    dcls:classifiedByRule :country-rule ;
    dcls:candidatePersonalDataCategory pd:Country ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-location-country-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-location-country-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Location Country confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-location-country-classification ;
    conf:confidenceValue :microsoftads-property-location-country-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-location-country-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.90 .

:microsoftads-property-location-postal-code-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Location Postal Code field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares locationPostalCode." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "locationPostalCode" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/locationPostalCode> .

:microsoftads-property-location-postal-code-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Location Postal Code classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares locationPostalCode." ;
    dcls:classifiesElement :microsoftads-property-location-postal-code-element ;
    dcls:classifiedByRule :postal-code-rule ;
    dcls:candidatePersonalDataCategory pd:PostalCode ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-location-postal-code-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-location-postal-code-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Location Postal Code confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-location-postal-code-classification ;
    conf:confidenceValue :microsoftads-property-location-postal-code-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-location-postal-code-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-managing-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Managing Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares managingCustomerId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "managingCustomerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/managingCustomerId> .

:microsoftads-property-managing-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Managing Customer Id classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares managingCustomerId. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-managing-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-managing-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-managing-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Managing Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-managing-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-managing-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-managing-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-managing-customer-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Managing Customer Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares managingCustomerName." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "managingCustomerName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/managingCustomerName> .

:microsoftads-property-managing-customer-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Managing Customer Name classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares managingCustomerName." ;
    dcls:classifiesElement :microsoftads-property-managing-customer-name-element ;
    dcls:classifiedByRule :direct-person-name-rule ;
    dcls:candidatePersonalDataCategory pd:Name ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-managing-customer-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-managing-customer-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Managing Customer Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-managing-customer-name-classification ;
    conf:confidenceValue :microsoftads-property-managing-customer-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-managing-customer-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-market-country-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Market Country field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares marketCountry." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "marketCountry" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/marketCountry> .

:microsoftads-property-market-country-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Market Country classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares marketCountry." ;
    dcls:classifiesElement :microsoftads-property-market-country-element ;
    dcls:classifiedByRule :country-rule ;
    dcls:candidatePersonalDataCategory pd:Country ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-market-country-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-market-country-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Market Country confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-market-country-classification ;
    conf:confidenceValue :microsoftads-property-market-country-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-market-country-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.90 .

:microsoftads-property-market-language-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Market Language field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares marketLanguage." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "marketLanguage" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/marketLanguage> .

:microsoftads-property-market-language-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Market Language classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares marketLanguage. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-market-language-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-market-language-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-market-language-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Market Language confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-market-language-classification ;
    conf:confidenceValue :microsoftads-property-market-language-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-market-language-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-microsoft-click-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Microsoft Click Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 2 models declare microsoftClickId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "microsoftClickId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/microsoftClickId> .

:microsoftads-property-microsoft-click-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Microsoft Click Id classification" ;
    rdfs:comment "Upstream comment: Query alias: 2 models declare microsoftClickId. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-microsoft-click-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-microsoft-click-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-microsoft-click-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Microsoft Click Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-microsoft-click-id-classification ;
    conf:confidenceValue :microsoftads-property-microsoft-click-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-microsoft-click-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-new-account-ids-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising New Account Ids field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares newAccountIds." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "newAccountIds" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/newAccountIds> .

:microsoftads-property-new-account-ids-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising New Account Ids classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares newAccountIds. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-new-account-ids-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-new-account-ids-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-new-account-ids-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising New Account Ids confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-new-account-ids-classification ;
    conf:confidenceValue :microsoftads-property-new-account-ids-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-new-account-ids-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-new-customer-acquisition-goal-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising New Customer Acquisition Goal Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 2 models declare newCustomerAcquisitionGoalId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "newCustomerAcquisitionGoalId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/newCustomerAcquisitionGoalId> .

:microsoftads-property-new-customer-acquisition-goal-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising New Customer Acquisition Goal Id classification" ;
    rdfs:comment "Upstream comment: Query alias: 2 models declare newCustomerAcquisitionGoalId. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-new-customer-acquisition-goal-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-new-customer-acquisition-goal-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-new-customer-acquisition-goal-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising New Customer Acquisition Goal Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-new-customer-acquisition-goal-id-classification ;
    conf:confidenceValue :microsoftads-property-new-customer-acquisition-goal-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-new-customer-acquisition-goal-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-new-customer-ids-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising New Customer Ids field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares newCustomerIds." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "newCustomerIds" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/newCustomerIds> .

:microsoftads-property-new-customer-ids-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising New Customer Ids classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares newCustomerIds. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-new-customer-ids-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-new-customer-ids-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-new-customer-ids-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising New Customer Ids confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-new-customer-ids-classification ;
    conf:confidenceValue :microsoftads-property-new-customer-ids-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-new-customer-ids-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-note-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Note field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares note." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "note" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/note> .

:microsoftads-property-note-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Note classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares note. Freeform note field; review whether values contain customer communications or arbitrary personal data." ;
    dcls:classifiesElement :microsoftads-property-note-element ;
    dcls:classifiedByRule :freeform-note-rule ;
    dcls:candidatePersonalDataCategory pd:Communication ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-note-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-note-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Note confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-note-classification ;
    conf:confidenceValue :microsoftads-property-note-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-note-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.58 .

:microsoftads-property-notification-email-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Notification Email field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 4 models declare notificationEmail." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "notificationEmail" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/notificationEmail> .

:microsoftads-property-notification-email-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Notification Email classification" ;
    rdfs:comment "Upstream comment: Query alias: 4 models declare notificationEmail." ;
    dcls:classifiesElement :microsoftads-property-notification-email-element ;
    dcls:classifiedByRule :email-address-rule ;
    dcls:candidatePersonalDataCategory pd:EmailAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-notification-email-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-notification-email-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Notification Email confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-notification-email-classification ;
    conf:confidenceValue :microsoftads-property-notification-email-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-notification-email-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.98 .

:microsoftads-property-original-address-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Original Address field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares originalAddress." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "originalAddress" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/originalAddress> .

:microsoftads-property-original-address-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Original Address classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares originalAddress." ;
    dcls:classifiesElement :microsoftads-property-original-address-element ;
    dcls:classifiedByRule :physical-address-rule ;
    dcls:candidatePersonalDataCategory pd:PhysicalAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-original-address-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-original-address-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Original Address confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-original-address-classification ;
    conf:confidenceValue :microsoftads-property-original-address-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-original-address-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.95 .

:microsoftads-property-owner-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Owner Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares ownerCustomerId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "ownerCustomerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/ownerCustomerId> .

:microsoftads-property-owner-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Owner Customer Id classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares ownerCustomerId. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-owner-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-owner-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-owner-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Owner Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-owner-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-owner-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-owner-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-parent-account-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Parent Account Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares parentAccountId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "parentAccountId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/parentAccountId> .

:microsoftads-property-parent-account-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Parent Account Id classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares parentAccountId. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-parent-account-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-parent-account-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-parent-account-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Parent Account Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-parent-account-id-classification ;
    conf:confidenceValue :microsoftads-property-parent-account-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-parent-account-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-parent-country-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Parent Country field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares parentCountry." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "parentCountry" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/parentCountry> .

:microsoftads-property-parent-country-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Parent Country classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares parentCountry." ;
    dcls:classifiesElement :microsoftads-property-parent-country-element ;
    dcls:classifiedByRule :country-rule ;
    dcls:candidatePersonalDataCategory pd:Country ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-parent-country-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-parent-country-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Parent Country confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-parent-country-classification ;
    conf:confidenceValue :microsoftads-property-parent-country-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-parent-country-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.90 .

:microsoftads-property-parent-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Parent Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 2 models declare parentCustomerId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "parentCustomerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/parentCustomerId> .

:microsoftads-property-parent-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Parent Customer Id classification" ;
    rdfs:comment "Upstream comment: Query alias: 2 models declare parentCustomerId. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-parent-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-parent-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-parent-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Parent Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-parent-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-parent-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-parent-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-password-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Password field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares password." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "password" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/password> .

:microsoftads-property-password-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Password classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares password. Password field; review whether values contain a password, password policy flag, or opaque credential reference." ;
    dcls:classifiesElement :microsoftads-property-password-element ;
    dcls:classifiedByRule :password-rule ;
    dcls:candidatePersonalDataCategory pd:Password ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-password-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-password-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Password confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-password-classification ;
    conf:confidenceValue :microsoftads-property-password-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-password-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.84 .

:microsoftads-property-payment-method-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Payment Method Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares paymentMethodId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "paymentMethodId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/paymentMethodId> .

:microsoftads-property-payment-method-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Payment Method Id classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares paymentMethodId. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-payment-method-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-payment-method-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-payment-method-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Payment Method Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-payment-method-id-classification ;
    conf:confidenceValue :microsoftads-property-payment-method-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-payment-method-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-phone1-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Phone1 field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares phone1." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "phone1" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/phone1> .

:microsoftads-property-phone1-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Phone1 classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares phone1." ;
    dcls:classifiesElement :microsoftads-property-phone1-element ;
    dcls:classifiedByRule :telephone-number-rule ;
    dcls:candidatePersonalDataCategory pd:TelephoneNumber ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-phone1-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-phone1-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Phone1 confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-phone1-classification ;
    conf:confidenceValue :microsoftads-property-phone1-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-phone1-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.97 .

:microsoftads-property-phone2-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Phone2 field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares phone2." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "phone2" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/phone2> .

:microsoftads-property-phone2-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Phone2 classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares phone2." ;
    dcls:classifiesElement :microsoftads-property-phone2-element ;
    dcls:classifiedByRule :telephone-number-rule ;
    dcls:candidatePersonalDataCategory pd:TelephoneNumber ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-phone2-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-phone2-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Phone2 confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-phone2-classification ;
    conf:confidenceValue :microsoftads-property-phone2-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-phone2-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.97 .

:microsoftads-property-phone-number-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Phone Number field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 3 models declare phoneNumber." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "phoneNumber" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/phoneNumber> .

:microsoftads-property-phone-number-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Phone Number classification" ;
    rdfs:comment "Upstream comment: Query alias: 3 models declare phoneNumber." ;
    dcls:classifiesElement :microsoftads-property-phone-number-element ;
    dcls:classifiedByRule :telephone-number-rule ;
    dcls:candidatePersonalDataCategory pd:TelephoneNumber ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-phone-number-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-phone-number-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Phone Number confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-phone-number-classification ;
    conf:confidenceValue :microsoftads-property-phone-number-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-phone-number-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.97 .

:microsoftads-property-postal-code-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Postal Code field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 2 models declare postalCode." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "postalCode" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/postalCode> .

:microsoftads-property-postal-code-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Postal Code classification" ;
    rdfs:comment "Upstream comment: Query alias: 2 models declare postalCode." ;
    dcls:classifiesElement :microsoftads-property-postal-code-element ;
    dcls:classifiedByRule :postal-code-rule ;
    dcls:candidatePersonalDataCategory pd:PostalCode ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-postal-code-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-postal-code-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Postal Code confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-postal-code-classification ;
    conf:confidenceValue :microsoftads-property-postal-code-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-postal-code-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.96 .

:microsoftads-property-primary-user-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Primary User Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares primaryUserId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "primaryUserId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/primaryUserId> .

:microsoftads-property-primary-user-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Primary User Id classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares primaryUserId. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-primary-user-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-primary-user-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-primary-user-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Primary User Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-primary-user-id-classification ;
    conf:confidenceValue :microsoftads-property-primary-user-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-primary-user-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-province-code-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Province Code field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares provinceCode." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "provinceCode" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/provinceCode> .

:microsoftads-property-province-code-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Province Code classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares provinceCode. Location code or region field; review whether it identifies a person, billing/shipping address, or only a market/geography." ;
    dcls:classifiesElement :microsoftads-property-province-code-element ;
    dcls:classifiedByRule :location-code-rule ;
    dcls:candidatePersonalDataCategory pd:Location ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-province-code-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-province-code-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Province Code confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-province-code-classification ;
    conf:confidenceValue :microsoftads-property-province-code-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-province-code-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.64 .

:microsoftads-property-province-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Province Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares provinceName." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "provinceName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/provinceName> .

:microsoftads-property-province-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Province Name classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares provinceName. Location code or region field; review whether it identifies a person, billing/shipping address, or only a market/geography." ;
    dcls:classifiesElement :microsoftads-property-province-name-element ;
    dcls:classifiedByRule :location-code-rule ;
    dcls:candidatePersonalDataCategory pd:Location ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-province-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-province-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Province Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-province-name-classification ;
    conf:confidenceValue :microsoftads-property-province-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-province-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.64 .

:microsoftads-property-publisher-country-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Publisher Country field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 9 models declare publisherCountry." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "publisherCountry" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/publisherCountry> .

:microsoftads-property-publisher-country-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Publisher Country classification" ;
    rdfs:comment "Upstream comment: Query alias: 9 models declare publisherCountry." ;
    dcls:classifiesElement :microsoftads-property-publisher-country-element ;
    dcls:classifiedByRule :country-rule ;
    dcls:candidatePersonalDataCategory pd:Country ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-publisher-country-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-publisher-country-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Publisher Country confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-publisher-country-classification ;
    conf:confidenceValue :microsoftads-property-publisher-country-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-publisher-country-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.90 .

:microsoftads-property-reference-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Reference Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 2 models declare referenceId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "referenceId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/referenceId> .

:microsoftads-property-reference-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Reference Id classification" ;
    rdfs:comment "Upstream comment: Query alias: 2 models declare referenceId. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-reference-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-reference-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-reference-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Reference Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-reference-id-classification ;
    conf:confidenceValue :microsoftads-property-reference-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-reference-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-reference-keyword-bid-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Reference Keyword Bid field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 2 models declare referenceKeywordBid." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "referenceKeywordBid" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/referenceKeywordBid> .

:microsoftads-property-reference-keyword-bid-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Reference Keyword Bid classification" ;
    rdfs:comment "Upstream comment: Query alias: 2 models declare referenceKeywordBid. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-reference-keyword-bid-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-reference-keyword-bid-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-reference-keyword-bid-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Reference Keyword Bid confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-reference-keyword-bid-classification ;
    conf:confidenceValue :microsoftads-property-reference-keyword-bid-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-reference-keyword-bid-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-reference-keyword-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Reference Keyword Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 2 models declare referenceKeywordId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "referenceKeywordId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/referenceKeywordId> .

:microsoftads-property-reference-keyword-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Reference Keyword Id classification" ;
    rdfs:comment "Upstream comment: Query alias: 2 models declare referenceKeywordId. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-reference-keyword-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-reference-keyword-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-reference-keyword-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Reference Keyword Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-reference-keyword-id-classification ;
    conf:confidenceValue :microsoftads-property-reference-keyword-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-reference-keyword-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-reference-keyword-match-type-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Reference Keyword Match Type field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 2 models declare referenceKeywordMatchType." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "referenceKeywordMatchType" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/referenceKeywordMatchType> .

:microsoftads-property-reference-keyword-match-type-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Reference Keyword Match Type classification" ;
    rdfs:comment "Upstream comment: Query alias: 2 models declare referenceKeywordMatchType. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-reference-keyword-match-type-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-reference-keyword-match-type-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-reference-keyword-match-type-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Reference Keyword Match Type confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-reference-keyword-match-type-classification ;
    conf:confidenceValue :microsoftads-property-reference-keyword-match-type-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-reference-keyword-match-type-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-requested-by-user-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Requested By User Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares requestedByUserId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "requestedByUserId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/requestedByUserId> .

:microsoftads-property-requested-by-user-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Requested By User Id classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares requestedByUserId. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-requested-by-user-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-requested-by-user-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-requested-by-user-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Requested By User Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-requested-by-user-id-classification ;
    conf:confidenceValue :microsoftads-property-requested-by-user-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-requested-by-user-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-secret-answer-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Secret Answer field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares secretAnswer." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "secretAnswer" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/secretAnswer> .

:microsoftads-property-secret-answer-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Secret Answer classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares secretAnswer. Authentication-adjacent field; review whether the value authenticates, identifies, or is only operational metadata." ;
    dcls:classifiesElement :microsoftads-property-secret-answer-element ;
    dcls:classifiedByRule :authenticating-data-rule ;
    dcls:candidatePersonalDataCategory pd:Authenticating ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-secret-answer-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-secret-answer-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Secret Answer confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-secret-answer-classification ;
    conf:confidenceValue :microsoftads-property-secret-answer-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-secret-answer-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.66 .

:microsoftads-property-secret-question-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Secret Question field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares secretQuestion." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "secretQuestion" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/secretQuestion> .

:microsoftads-property-secret-question-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Secret Question classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares secretQuestion. Authentication-adjacent field; review whether the value authenticates, identifies, or is only operational metadata." ;
    dcls:classifiesElement :microsoftads-property-secret-question-element ;
    dcls:classifiedByRule :authenticating-data-rule ;
    dcls:candidatePersonalDataCategory pd:Authenticating ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-secret-question-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-secret-question-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Secret Question confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-secret-question-classification ;
    conf:confidenceValue :microsoftads-property-secret-question-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-secret-question-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.66 .

:microsoftads-property-send-to-email-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Send To Email field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares sendToEmail." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "sendToEmail" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/sendToEmail> .

:microsoftads-property-send-to-email-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Send To Email classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares sendToEmail." ;
    dcls:classifiesElement :microsoftads-property-send-to-email-element ;
    dcls:classifiedByRule :email-address-rule ;
    dcls:candidatePersonalDataCategory pd:EmailAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-send-to-email-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-send-to-email-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Send To Email confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-send-to-email-classification ;
    conf:confidenceValue :microsoftads-property-send-to-email-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-send-to-email-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.98 .

:microsoftads-property-send-to-emails-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Send To Emails field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares sendToEmails." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "sendToEmails" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/sendToEmails> .

:microsoftads-property-send-to-emails-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Send To Emails classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares sendToEmails." ;
    dcls:classifiesElement :microsoftads-property-send-to-emails-element ;
    dcls:classifiedByRule :email-address-rule ;
    dcls:candidatePersonalDataCategory pd:EmailAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-send-to-emails-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-send-to-emails-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Send To Emails confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-send-to-emails-classification ;
    conf:confidenceValue :microsoftads-property-send-to-emails-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-send-to-emails-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.98 .

:microsoftads-property-shared-entity-customer-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Shared Entity Customer Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares sharedEntityCustomerId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "sharedEntityCustomerId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/sharedEntityCustomerId> .

:microsoftads-property-shared-entity-customer-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Shared Entity Customer Id classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares sharedEntityCustomerId. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-shared-entity-customer-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-shared-entity-customer-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-shared-entity-customer-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Shared Entity Customer Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-shared-entity-customer-id-classification ;
    conf:confidenceValue :microsoftads-property-shared-entity-customer-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-shared-entity-customer-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-sold-to-payment-instrument-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Sold To Payment Instrument Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares soldToPaymentInstrumentId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "soldToPaymentInstrumentId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/soldToPaymentInstrumentId> .

:microsoftads-property-sold-to-payment-instrument-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Sold To Payment Instrument Id classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares soldToPaymentInstrumentId. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-sold-to-payment-instrument-id-element ;
    dcls:classifiedByRule :identifier-like-rule ;
    dcls:candidatePersonalDataCategory pd:Identifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-sold-to-payment-instrument-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-sold-to-payment-instrument-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Sold To Payment Instrument Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-sold-to-payment-instrument-id-classification ;
    conf:confidenceValue :microsoftads-property-sold-to-payment-instrument-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-sold-to-payment-instrument-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-source-url-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Source Url field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 3 models declare sourceUrl." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "sourceUrl" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/sourceUrl> .

:microsoftads-property-source-url-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Source Url classification" ;
    rdfs:comment "Upstream comment: Query alias: 3 models declare sourceUrl. URL or query-parameter field may carry identifiers, campaign parameters, or personal data in the source system." ;
    dcls:classifiesElement :microsoftads-property-source-url-element ;
    dcls:classifiedByRule :browsing-referral-rule ;
    dcls:candidatePersonalDataCategory pd:BrowsingReferral ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-source-url-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-source-url-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Source Url confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-source-url-classification ;
    conf:confidenceValue :microsoftads-property-source-url-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-source-url-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.78 .

:microsoftads-property-state-or-province-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising State Or Province field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares stateOrProvince." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "stateOrProvince" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/stateOrProvince> .

:microsoftads-property-state-or-province-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising State Or Province classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares stateOrProvince. Location code or region field; review whether it identifies a person, billing/shipping address, or only a market/geography." ;
    dcls:classifiesElement :microsoftads-property-state-or-province-element ;
    dcls:classifiedByRule :location-code-rule ;
    dcls:candidatePersonalDataCategory pd:Location ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-state-or-province-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-state-or-province-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising State Or Province confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-state-or-province-classification ;
    conf:confidenceValue :microsoftads-property-state-or-province-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-state-or-province-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.64 .

:microsoftads-property-street-address-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Street Address field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares streetAddress." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "streetAddress" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/streetAddress> .

:microsoftads-property-street-address-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Street Address classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares streetAddress." ;
    dcls:classifiesElement :microsoftads-property-street-address-element ;
    dcls:classifiedByRule :physical-address-rule ;
    dcls:candidatePersonalDataCategory pd:PhysicalAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-street-address-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-street-address-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Street Address confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-street-address-classification ;
    conf:confidenceValue :microsoftads-property-street-address-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-street-address-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.95 .

:microsoftads-property-street-address2-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Street Address2 field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares streetAddress2." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "streetAddress2" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/streetAddress2> .

:microsoftads-property-street-address2-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Street Address2 classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares streetAddress2." ;
    dcls:classifiesElement :microsoftads-property-street-address2-element ;
    dcls:classifiedByRule :physical-address-rule ;
    dcls:candidatePersonalDataCategory pd:PhysicalAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-street-address2-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-street-address2-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Street Address2 confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-street-address2-classification ;
    conf:confidenceValue :microsoftads-property-street-address2-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-street-address2-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.95 .

:microsoftads-property-suggested-addresses-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Suggested Addresses field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares suggestedAddresses." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "suggestedAddresses" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/suggestedAddresses> .

:microsoftads-property-suggested-addresses-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Suggested Addresses classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares suggestedAddresses." ;
    dcls:classifiesElement :microsoftads-property-suggested-addresses-element ;
    dcls:classifiedByRule :physical-address-rule ;
    dcls:candidatePersonalDataCategory pd:PhysicalAddress ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-suggested-addresses-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-suggested-addresses-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Suggested Addresses confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-suggested-addresses-classification ;
    conf:confidenceValue :microsoftads-property-suggested-addresses-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-suggested-addresses-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.95 .

:microsoftads-property-update-campaign-ad-group-languages-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising Update Campaign Ad Group Languages field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 2 models declare updateCampaignAdGroupLanguages." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "updateCampaignAdGroupLanguages" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/updateCampaignAdGroupLanguages> .

:microsoftads-property-update-campaign-ad-group-languages-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising Update Campaign Ad Group Languages classification" ;
    rdfs:comment "Upstream comment: Query alias: 2 models declare updateCampaignAdGroupLanguages. Locale or language field; review whether it describes a person's language preference or only a market setting." ;
    dcls:classifiesElement :microsoftads-property-update-campaign-ad-group-languages-element ;
    dcls:classifiedByRule :locale-language-rule ;
    dcls:candidatePersonalDataCategory pd:Language ;
    dcls:hasSensitivityLevel dcls:ModerateSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-update-campaign-ad-group-languages-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-update-campaign-ad-group-languages-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising Update Campaign Ad Group Languages confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-update-campaign-ad-group-languages-classification ;
    conf:confidenceValue :microsoftads-property-update-campaign-ad-group-languages-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-update-campaign-ad-group-languages-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.62 .

:microsoftads-property-user-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising User field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 4 models declare user." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "user" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/user> .

:microsoftads-property-user-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising User classification" ;
    rdfs:comment "Upstream comment: Query alias: 4 models declare user. Broad contact, customer, user, owner, or actor object field; review nested payloads before asserting specific personal-data categories." ;
    dcls:classifiesElement :microsoftads-property-user-element ;
    dcls:classifiedByRule :contact-object-rule ;
    dcls:candidatePersonalDataCategory pd:Contact ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-user-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-user-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising User confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-user-classification ;
    conf:confidenceValue :microsoftads-property-user-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-user-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.68 .

:microsoftads-property-user-invitation-id-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising User Invitation Id field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 1 model declares userInvitationId." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "userInvitationId" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/userInvitationId> .

:microsoftads-property-user-invitation-id-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising User Invitation Id classification" ;
    rdfs:comment "Upstream comment: Query alias: 1 model declares userInvitationId. Identifier-like field; review linkability and whether the identifier is personal, account-level, device-level, or operational only." ;
    dcls:classifiesElement :microsoftads-property-user-invitation-id-element ;
    dcls:classifiedByRule :account-identifier-rule ;
    dcls:candidatePersonalDataCategory pd:AccountIdentifier ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-user-invitation-id-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-user-invitation-id-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising User Invitation Id confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-user-invitation-id-classification ;
    conf:confidenceValue :microsoftads-property-user-invitation-id-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-user-invitation-id-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.70 .

:microsoftads-property-user-name-element
    a dcls:DataElement ;
    rdfs:label "Microsoft Advertising User Name field" ;
    rdfs:comment "Relay schema field from Microsoft Advertising. Upstream comment: Query alias: 2 models declare userName." ;
    dcls:sourceAsset microsoftads: ;
    dcls:path "userName" ;
    dcls:dataPredicate <https://relay.inferal.com/ontology/microsoftads/property/userName> .

:microsoftads-property-user-name-classification
    a dcls:DataClassification ;
    rdfs:label "Microsoft Advertising User Name classification" ;
    rdfs:comment "Upstream comment: Query alias: 2 models declare userName. Username-like field; review whether values are real usernames, handles, display aliases, or non-person account labels." ;
    dcls:classifiesElement :microsoftads-property-user-name-element ;
    dcls:classifiedByRule :username-rule ;
    dcls:candidatePersonalDataCategory pd:Username ;
    dcls:hasSensitivityLevel dcls:HighSensitivity ;
    dcls:hasClassificationStatus dcls:Candidate ;
    dcls:hasClassificationContext :relay-api-schema-context ;
    dcls:confidenceAssessment :microsoftads-property-user-name-confidence ;
    dcls:requiresReview true ;
    dcls:requiresMeasure dpv:AccessControlMethod ;
    dcls:requiresMeasure dpv:Encryption ;
    dcls:detectedBy :relay-schema-name-detection .

:microsoftads-property-user-name-confidence
    a conf:ConfidenceAssessment ;
    rdfs:label "Microsoft Advertising User Name confidence assessment" ;
    rdfs:comment "Structured probability-scale confidence assessment generated from the Relay data-classification rule confidence projection." ;
    conf:assessmentTarget :microsoftads-property-user-name-classification ;
    conf:confidenceValue :microsoftads-property-user-name-confidence-value ;
    prov:wasGeneratedBy :relay-schema-name-detection .

:microsoftads-property-user-name-confidence-value
    a conf:ProbabilityValue ;
    conf:scale conf:ProbabilityScale ;
    conf:score 0.88 .
