@prefix : <https://www.sec.gov/Archives/edgar/data/789019/000119312526323660/msft-20260630.htm#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix us-gaap: <http://fasb.org/us-gaap/2025#> .

# =========================================================================
# Ontology
# =========================================================================

: a owl:Ontology ;
    schema:name "Microsoft FY2026 MD&A Lightweight Ontology"@en ;
    schema:description "A lightweight ontology modeling the recurring structure of Microsoft Corporation's Management's Discussion and Analysis of Financial Condition and Results of Operations (Item 7, Form 10-K, fiscal year ended June 30, 2026): reportable segments and their per-segment financial attributes."@en ;
    schema:identifier "https://www.sec.gov/Archives/edgar/data/789019/000119312526323660/msft-20260630.htm" ;
    rdfs:label "Microsoft FY2026 MD&A Ontology"@en .

:ReportableSegment a rdfs:Class ;
    rdfs:label "Reportable Segment"@en ;
    rdfs:comment "A reportable business segment as defined by Microsoft's internal management reporting structure and disclosed in its MD&A."@en ;
    rdfs:isDefinedBy : .

:ProductivityAndBusinessProcessesSegment a rdfs:Class ;
    rdfs:label "Productivity and Business Processes Segment"@en ;
    rdfs:comment "The reportable segment comprising Microsoft 365 Commercial and Consumer, LinkedIn, and Dynamics products and cloud services."@en ;
    rdfs:subClassOf :ReportableSegment ;
    rdfs:isDefinedBy : .

:IntelligentCloudSegment a rdfs:Class ;
    rdfs:label "Intelligent Cloud Segment"@en ;
    rdfs:comment "The reportable segment comprising Server products and cloud services (including Azure) and Enterprise and partner services."@en ;
    rdfs:subClassOf :ReportableSegment ;
    rdfs:isDefinedBy : .

:MorePersonalComputingSegment a rdfs:Class ;
    rdfs:label "More Personal Computing Segment"@en ;
    rdfs:comment "The reportable segment comprising Windows and Devices, XBOX, and Search advertising."@en ;
    rdfs:subClassOf :ReportableSegment ;
    rdfs:isDefinedBy : .

:revenueGrowthPercent a rdf:Property, owl:DatatypeProperty ;
    rdfs:label "revenue growth percent"@en ;
    rdfs:comment "Year-over-year fractional change in segment revenue (e.g. 0.16 for 16%)."@en ;
    rdfs:domain :ReportableSegment ;
    rdfs:range xsd:decimal ;
    rdfs:isDefinedBy : .

:operatingIncomeGrowthPercent a rdf:Property, owl:DatatypeProperty ;
    rdfs:label "operating income growth percent"@en ;
    rdfs:comment "Year-over-year fractional change in segment operating income (e.g. 0.20 for 20%)."@en ;
    rdfs:domain :ReportableSegment ;
    rdfs:range xsd:decimal ;
    rdfs:isDefinedBy : .

:reportedForSegment a rdf:Property, owl:DatatypeProperty ;
    rdfs:label "reported for segment"@en ;
    rdfs:comment "Links a segment-dimensional schema:MonetaryAmount fact to the reportable segment it was reported for."@en ;
    rdfs:domain schema:MonetaryAmount ;
    rdfs:range :ReportableSegment ;
    rdfs:isDefinedBy : .

# =========================================================================
# Core entities: organizations, persons, countries
# =========================================================================

<http://dbpedia.org/resource/Microsoft> a schema:Organization, schema:PublicCompany ;
    schema:name "Microsoft Corporation"@en ;
    schema:legalName "Microsoft Corporation"@en ;
    schema:url <https://www.microsoft.com> ;
    schema:tickerSymbol "MSFT" ;
    schema:naics "511210" ;
    schema:identifier "https://www.census.gov/naics/?input=511210&year=2022&details=511210" ;
    owl:sameAs <http://www.wikidata.org/entity/Q2283>, <https://www.linkedin.com/company/microsoft/#this>, <https://x.com/Microsoft#this>, <https://www.microsoft.com#this> .

<https://www.linkedin.com/company/microsoft/#this> a schema:Organization ;
    schema:name "Microsoft"@en ;
    schema:url <https://www.linkedin.com/company/microsoft/> .

<https://x.com/Microsoft#this> a schema:Organization ;
    schema:name "Microsoft"@en ;
    schema:url <https://x.com/Microsoft> .

<https://www.microsoft.com#this> a schema:Organization ;
    schema:name "Microsoft"@en ;
    schema:url <https://www.microsoft.com> .

<http://dbpedia.org/resource/OpenAI> a schema:Organization ;
    schema:name "OpenAI"@en ;
    owl:sameAs <http://www.wikidata.org/entity/Q21708200> .

<http://dbpedia.org/resource/Deloitte> a schema:Organization ;
    schema:name "Deloitte & Touche LLP"@en .

<http://dbpedia.org/resource/Internal_Revenue_Service> a schema:GovernmentOrganization ;
    schema:name "Internal Revenue Service"@en .

<http://dbpedia.org/resource/United_States> a schema:Country ;
    schema:name "United States"@en ;
    schema:identifier "US" ;
    owl:sameAs <http://www.wikidata.org/entity/Q30> .

<http://dbpedia.org/resource/Republic_of_Ireland> a schema:Country ;
    schema:name "Ireland"@en ;
    schema:identifier "IE" ;
    owl:sameAs <http://www.wikidata.org/entity/Q27> .

<https://www.linkedin.com/in/satyanadella/#this> a schema:Person ;
    schema:name "Satya Nadella"@en ;
    schema:jobTitle "Chief Executive Officer"@en ;
    schema:worksFor <http://dbpedia.org/resource/Microsoft> ;
    schema:url <https://www.linkedin.com/in/satyanadella/> ;
    schema:identifier "https://www.linkedin.com/in/satyanadella/" .

:amyHood a schema:Person ;
    schema:name "Amy E. Hood"@en ;
    schema:jobTitle "Executive Vice President and Chief Financial Officer"@en ;
    schema:worksFor <http://dbpedia.org/resource/Microsoft> .

<https://www.linkedin.com/in/aliceljolla/#this> a schema:Person ;
    schema:name "Alice L. Jolla"@en ;
    schema:jobTitle "Corporate Vice President and Chief Accounting Officer"@en ;
    schema:worksFor <http://dbpedia.org/resource/Microsoft> ;
    schema:url <https://www.linkedin.com/in/aliceljolla/> ;
    schema:identifier "https://www.linkedin.com/in/aliceljolla/" .

# =========================================================================
# Main analysis / report
# =========================================================================

:analysis a schema:Report, schema:CreativeWork ;
    schema:name "Management's Discussion and Analysis of Financial Condition and Results of Operations — Microsoft Corporation, Fiscal Year Ended June 30, 2026"@en ;
    schema:abstract "A management-centric analysis of Microsoft Corporation's fiscal year 2026 MD&A (Form 10-K, Part II, Item 7): revenue and operating income drivers, segment performance, operating expenses, non-GAAP reconciliation, liquidity, and critical accounting estimates."@en ;
    schema:about <http://dbpedia.org/resource/Microsoft> ;
    schema:author <http://dbpedia.org/resource/Microsoft> ;
    schema:publisher <http://dbpedia.org/resource/Microsoft> ;
    schema:temporalCoverage "2026-06-30" ;
    schema:url <https://www.sec.gov/Archives/edgar/data/789019/000119312526323660/msft-20260630.htm> ;
    schema:isPartOf <https://www.sec.gov/Archives/edgar/data/789019/000119312526323660/msft-20260630.htm#> ;
    schema:hasPart :, :overviewSection, :segmentResultsSection, :operatingExpensesSection,
        :otherIncomeSection, :incomeTaxesSection, :nonGaapSection, :liquiditySection,
        :criticalAccountingEstimatesSection, :managementResponsibilitySection,
        :financialConceptsSection, :financialFactsSection, :faqSection, :glossarySection, :howtoSection ;
    prov:wasGeneratedBy <https://github.com/OpenLinkSoftware/ai-agent-skills/tree/main/kg-generator#this> .

: schema:isPartOf :analysis .

:overviewSection schema:isPartOf :analysis ;
    a schema:CreativeWork ;
    schema:name "Overview"@en ;
    schema:abstract "Microsoft's fiscal 2026 highlights: Microsoft Cloud revenue up 27% to $214.4 billion; commercial remaining performance obligation up 84% to $678 billion; continued expansion of the OpenAI partnership."@en ;
    schema:text "Microsoft is a technology company committed to making digital technology and artificial intelligence ('AI') available broadly and doing so responsibly, with a mission to empower every person and every organization on the planet to achieve more. Highlights from fiscal year 2026 compared with fiscal year 2025 included: Microsoft Cloud revenue increased 27% to $214.4 billion; commercial remaining performance obligation increased 84% to $678 billion; Microsoft 365 Commercial cloud revenue increased 17%; Microsoft 365 Consumer cloud revenue increased 28%; LinkedIn revenue increased 11%; Dynamics 365 revenue increased 18%; Azure and other cloud services revenue increased 41%; Windows OEM and Devices revenue decreased slightly; XBOX content and services revenue decreased 5%; Search advertising revenue excluding traffic acquisition costs increased 12%. Microsoft has a long-term strategic partnership with OpenAI, originally established in 2019 and extended in October 2025 and April 2026; Microsoft is a major investor in OpenAI, continues to receive revenue-sharing payments, and holds rights to OpenAI's intellectual property, including models and infrastructure, for integration into its products."@en ;
    schema:mentions <http://dbpedia.org/resource/OpenAI> .
:analysis schema:hasPart :overviewSection .

:summaryResults a schema:CreativeWork ;
    schema:isPartOf :overviewSection ;
    schema:name "Summary Results of Operations, Fiscal Year 2026 vs. 2025"@en ;
    schema:text "Revenue $331,839 million (2026) vs. $281,724 million (2025), up 18%. Gross margin $225,465 million vs. $193,893 million, up 16%. Operating income $155,237 million vs. $128,528 million, up 21%. Net income $133,749 million vs. $101,832 million, up 31%. Diluted earnings per share $17.95 vs. $13.64, up 32%. Revenue increased $50.1 billion driven by growth in Microsoft Cloud. Operating expenses increased $4.9 billion or 7% driven by continued investments in research and development compute capacity, AI talent and data, XBOX impairment and other related expenses, investments in commercial sales, and higher Copilot advertising expenses. Current year net income and diluted EPS were positively impacted by $5.0 billion and $0.67, respectively, from net gains on investments in OpenAI; the prior year was negatively impacted by $3.6 billion and $0.49, respectively, from net losses on investments in OpenAI."@en .
:overviewSection schema:hasPart :summaryResults .
:summaryResults schema:isPartOf :overviewSection .

# =========================================================================
# Segment results
# =========================================================================

:segmentResultsSection a schema:CreativeWork ;
    schema:isPartOf :analysis ;
    schema:name "Segment Results of Operations"@en ;
    schema:abstract "Microsoft reports financial performance across three segments: Productivity and Business Processes, Intelligent Cloud, and More Personal Computing."@en ;
    schema:hasPart :productivityAndBusinessProcessesVertical, :intelligentCloudVertical, :morePersonalComputingVertical .
:analysis schema:hasPart :segmentResultsSection .
:productivityAndBusinessProcessesVertical schema:isPartOf :segmentResultsSection .
:intelligentCloudVertical schema:isPartOf :segmentResultsSection .
:morePersonalComputingVertical schema:isPartOf :segmentResultsSection .

:productivityAndBusinessProcessesVertical a :ProductivityAndBusinessProcessesSegment ;
    schema:name "Productivity and Business Processes"@en ;
    schema:naics "511210" ;
    schema:identifier "https://www.census.gov/naics/?input=511210&year=2022&details=511210" ;
    :revenueGrowthPercent 0.16 ;
    :operatingIncomeGrowthPercent 0.20 ;
    schema:text "Revenue increased $19.2 billion or 16%. Microsoft 365 Commercial products and cloud services revenue increased $14.2 billion or 16%; Microsoft 365 Commercial cloud revenue grew 17% with growth in revenue per user driven by Microsoft 365 Copilot and Microsoft 365 E5; Microsoft 365 Commercial seats grew 6%. Microsoft 365 Consumer products and cloud services revenue increased $1.8 billion or 24%, with Consumer cloud revenue up 28%. LinkedIn revenue increased $2.0 billion or 11% with growth across all lines of business. Dynamics products and cloud services revenue increased $1.2 billion or 15%, with Dynamics 365 revenue up 18%. Operating income increased $14.1 billion or 20%, driven by gross margin growth of $16.6 billion or 17% in Microsoft 365 Commercial cloud, offset in part by operating expense growth of $2.5 billion or 9% from continued AI infrastructure and talent investment. Revenue, gross margin, and operating income included a favorable foreign currency impact of 2%, 3%, and 3%, respectively."@en .

:intelligentCloudVertical a :IntelligentCloudSegment ;
    schema:name "Intelligent Cloud"@en ;
    schema:naics "518210" ;
    schema:identifier "https://www.census.gov/naics/?input=518210&year=2022&details=518210" ;
    :revenueGrowthPercent 0.30 ;
    :operatingIncomeGrowthPercent 0.28 ;
    schema:text "Revenue increased $31.5 billion or 30%. Server products and cloud services revenue increased $31.0 billion or 31%, driven by Azure and other cloud services revenue growth of 41% across all workloads; Server products revenue increased 1%. Enterprise and partner services revenue increased $500 million or 6% driven by growth in Enterprise Support Services. Operating income increased $12.4 billion or 28%; cost of revenue increased $17.7 billion or 44% driven by investments in AI infrastructure to support growing customer demand; gross margin increased $13.8 billion or 21% while gross margin percentage decreased due to continued AI infrastructure investment and sales mix shift to Azure, offset in part by efficiency gains in Azure. Cost of revenue included an unfavorable foreign currency impact of 2%."@en .

:morePersonalComputingVertical a :MorePersonalComputingSegment ;
    schema:name "More Personal Computing"@en ;
    schema:naics "334111" ;
    schema:identifier "https://www.census.gov/naics/?input=334111&year=2022&details=334111" ;
    :revenueGrowthPercent -0.01 ;
    :operatingIncomeGrowthPercent 0.02 ;
    schema:text "Revenue decreased $597 million or 1%. Windows and Devices revenue decreased $230 million or 1%, with Windows OEM growth of 5% offset by a decline in Devices. XBOX revenue decreased $1.7 billion or 7%; XBOX content and services revenue decreased 5% on a strong prior-year comparable, offset in part by growth in XBOX Game Pass; XBOX hardware revenue decreased 29% on lower console volume. Search advertising revenue increased $1.3 billion or 9%, with search advertising revenue excluding traffic acquisition costs up 12% driven by higher search volume and revenue per search. Operating income increased $220 million or 2%: cost of revenue decreased $1.8 billion or 7% on lower hardware sales; gross margin increased $1.2 billion or 4%; operating expenses increased $940 million or 6% driven by impairment and other related expenses in the XBOX business and continued research and development investment. Operating income included a favorable foreign currency impact of 2%."@en .

# =========================================================================
# Operating expenses
# =========================================================================

:operatingExpensesSection a schema:CreativeWork ;
    schema:isPartOf :analysis ;
    schema:name "Operating Expenses"@en ;
    schema:abstract "Research and development, sales and marketing, and general and administrative expense trends for fiscal year 2026."@en ;
    schema:hasPart :researchAndDevelopmentExpense, :salesAndMarketingExpense, :generalAndAdministrativeExpense .
:analysis schema:hasPart :operatingExpensesSection .
:researchAndDevelopmentExpense schema:isPartOf :operatingExpensesSection .
:salesAndMarketingExpense schema:isPartOf :operatingExpensesSection .
:generalAndAdministrativeExpense schema:isPartOf :operatingExpensesSection .

:researchAndDevelopmentExpense a schema:CreativeWork ;
    schema:name "Research and Development Expense"@en ;
    schema:text "Research and development expenses were $35,562 million in fiscal 2026 versus $32,488 million in fiscal 2025, an increase of 9%, or 11% of revenue (down 1 percentage point). The increase was driven by continued investments in compute capacity, AI talent, and data supporting product development across the portfolio, as well as impairment and other related expenses in the XBOX business."@en .

:salesAndMarketingExpense a schema:CreativeWork ;
    schema:name "Sales and Marketing Expense"@en ;
    schema:text "Sales and marketing expenses were $26,710 million in fiscal 2026 versus $25,654 million in fiscal 2025, an increase of 4%, or 8% of revenue (down 1 percentage point). The increase was driven by investments in commercial sales and higher Copilot advertising expenses."@en .

:generalAndAdministrativeExpense a schema:CreativeWork ;
    schema:name "General and Administrative Expense"@en ;
    schema:text "General and administrative expenses were $7,956 million in fiscal 2026 versus $7,223 million in fiscal 2025, an increase of 10%, or 2% of revenue (down 1 percentage point). The increase was driven by higher legal expenses and gains on divestitures recorded in the prior period."@en .

# =========================================================================
# Other income (expense), net
# =========================================================================

:otherIncomeSection a schema:CreativeWork ;
    schema:isPartOf :analysis ;
    schema:name "Other Income (Expense), Net"@en ;
    schema:text "Other income (expense), net totaled $10,697 million in fiscal 2026 versus $(4,901) million in fiscal 2025, comprising interest and dividends income of $3,301 million, interest expense of $(3,051) million, net recognized gains on investments of $4,385 million, net gains on derivatives of $1,867 million, net losses on foreign currency remeasurements of $(527) million, and Other, net of $4,722 million. Other income (expense), net included $6.5 billion of net gains (fiscal 2026) and $4.8 billion of net losses (fiscal 2025) from investments in OpenAI, primarily net recognized gains/losses on the equity method investment reflected in Other, net; the fiscal 2026 gain primarily relates to the dilution gain from the OpenAI Recapitalization."@en ;
    schema:mentions <http://dbpedia.org/resource/OpenAI> .
:analysis schema:hasPart :otherIncomeSection .

# =========================================================================
# Income taxes
# =========================================================================

:incomeTaxesSection a schema:CreativeWork ;
    schema:isPartOf :analysis ;
    schema:name "Income Taxes"@en ;
    schema:hasPart :effectiveTaxRate, :uncertainTaxPositions .
:analysis schema:hasPart :incomeTaxesSection .
:effectiveTaxRate schema:isPartOf :incomeTaxesSection .
:uncertainTaxPositions schema:isPartOf :incomeTaxesSection .

:effectiveTaxRate a schema:CreativeWork ;
    schema:name "Effective Tax Rate"@en ;
    schema:text "The effective tax rate was 19% in fiscal 2026 and 18% in fiscal 2025; the increase was primarily due to changes in the mix of earnings and tax expenses between the U.S. and foreign countries. In fiscal 2026, U.S. income before income taxes was $103.6 billion and foreign income before income taxes was $62.3 billion; in fiscal 2025 the figures were $69.2 billion and $54.4 billion, respectively. The effective rate remains lower than the U.S. federal statutory rate primarily due to earnings taxed at lower rates in foreign jurisdictions resulting from producing and distributing products and services through the foreign regional operations center in Ireland."@en ;
    schema:mentions <http://dbpedia.org/resource/United_States>, <http://dbpedia.org/resource/Republic_of_Ireland> .

:uncertainTaxPositions a schema:CreativeWork ;
    schema:name "Uncertain Tax Positions"@en ;
    schema:text "Microsoft remains under IRS audit for tax years 2014 to 2017. With respect to the audit for tax years 2004 to 2013, on September 26, 2023, Microsoft received Notices of Proposed Adjustment (NOPAs) from the IRS relating primarily to intercompany transfer pricing, seeking an additional tax payment of $28.9 billion plus penalties and interest. As of June 30, 2026, management believes its allowances for income tax contingencies are adequate, disagrees with the proposed adjustments, and will vigorously contest the NOPAs through IRS administrative appeals and, if necessary, judicial proceedings. Microsoft's operations in Ireland remain subject to examination for tax years 2021 and thereafter."@en ;
    schema:mentions <http://dbpedia.org/resource/Internal_Revenue_Service>, <http://dbpedia.org/resource/Republic_of_Ireland> .

# =========================================================================
# Non-GAAP financial measures
# =========================================================================

:nonGaapSection a schema:CreativeWork ;
    schema:isPartOf :analysis ;
    schema:name "Non-GAAP Financial Measures"@en ;
    schema:text "Adjusted other income (expense), net, adjusted net income, and adjusted diluted EPS are non-GAAP financial measures that exclude net gains and losses from investments in OpenAI; management uses them alongside GAAP results to evaluate business performance and clarify underlying trends. Fiscal 2026 adjusted net income was $128,786 million (up 22% from $105,452 million in fiscal 2025) and adjusted diluted EPS was $17.28 (up 22% from $14.13). GAAP net income was $133,749 million (up 31%) and GAAP diluted EPS was $17.95 (up 32%). Adjusted other income (expense), net was $4,167 million in fiscal 2026 versus $(138) million in fiscal 2025. These non-GAAP measures should not be considered a substitute for, or superior to, GAAP financial performance measures."@en ;
    schema:mentions <http://dbpedia.org/resource/OpenAI> ;
    schema:about us-gaap:NonoperatingIncomeExpense, us-gaap:NetIncomeLoss, us-gaap:EarningsPerShareDiluted .
:analysis schema:hasPart :nonGaapSection .

# =========================================================================
# Liquidity and capital resources
# =========================================================================

:liquiditySection a schema:CreativeWork ;
    schema:isPartOf :analysis ;
    schema:name "Liquidity and Capital Resources"@en ;
    schema:hasPart :cashAndInvestments, :cashFlows, :unearnedRevenue, :contractualObligations, :shareRepurchaseProgram, :dividendProgram .
:analysis schema:hasPart :liquiditySection .
:cashAndInvestments schema:isPartOf :liquiditySection .
:cashFlows schema:isPartOf :liquiditySection .
:unearnedRevenue schema:isPartOf :liquiditySection .
:contractualObligations schema:isPartOf :liquiditySection .
:shareRepurchaseProgram schema:isPartOf :liquiditySection .
:dividendProgram schema:isPartOf :liquiditySection .

:cashAndInvestments a schema:CreativeWork ;
    schema:name "Cash, Cash Equivalents, and Investments"@en ;
    schema:text "Cash, cash equivalents, and short-term investments totaled $76.8 billion as of June 30, 2026, versus $94.6 billion as of June 30, 2025. Equity and other investments were $36.3 billion (2026) versus $15.4 billion (2025). Short-term investments are primarily highly liquid investment-grade fixed-income securities, predominantly U.S. dollar-denominated, managed for interest rate risk and credit risk."@en .

:cashFlows a schema:CreativeWork ;
    schema:name "Cash Flows"@en ;
    schema:text "Cash from operations increased $46.8 billion to $182.9 billion for fiscal 2026, primarily due to higher cash received from customers and lower cash used to pay income taxes, offset in part by higher cash paid to suppliers. Cash used in financing increased $847 million to $52.5 billion, primarily due to a $3.9 billion increase in common stock repurchases and a $2.4 billion increase in dividends paid, offset by a $6.0 billion decrease in cash used for debt repayments. Cash used in investing increased $66.9 billion to $139.5 billion, primarily due to a $51.4 billion increase in additions to property and equipment and a $22.2 billion increase in other investing cash used to facilitate component purchases."@en .

:unearnedRevenue a schema:CreativeWork ;
    schema:name "Unearned Revenue"@en ;
    schema:text "Unearned revenue comprises mainly volume licensing programs, including cloud services and Software Assurance, generally invoiced annually and recognized ratably over the coverage period. As of June 30, 2026, total unearned revenue expected to be recognized was $75,712 million: $28,589 million in the quarter ending September 30, 2026; $22,556 million ending December 31, 2026; $15,457 million ending March 31, 2027; $6,363 million ending June 30, 2027; and $2,747 million thereafter."@en .

:contractualObligations a schema:CreativeWork ;
    schema:name "Material Cash Requirements and Contractual Obligations"@en ;
    schema:text "As of June 30, 2026, total outstanding contractual obligations were $743,821 million, comprising long-term debt principal payments of $46,136 million, interest payments of $25,553 million, construction commitments of $34,566 million, operating and finance leases (including imputed interest) of $443,506 million, and purchase commitments (primarily datacenters) of $194,060 million."@en .

:shareRepurchaseProgram a schema:CreativeWork ;
    schema:name "Share Repurchases"@en ;
    schema:text "Microsoft repurchased 36 million shares for $16.7 billion in fiscal 2026 and 31 million shares for $13.0 billion in fiscal 2025, all funded from cash resources. As of June 30, 2026, $40.6 billion remained available under the $60 billion share repurchase program."@en .

:dividendProgram a schema:CreativeWork ;
    schema:name "Dividends"@en ;
    schema:text "Microsoft's Board of Directors declared dividends totaling $27.0 billion in fiscal 2026 and $24.7 billion in fiscal 2025. Management intends to continue returning capital to shareholders through dividends, subject to Board declaration."@en .

# =========================================================================
# Critical accounting estimates
# =========================================================================

:criticalAccountingEstimatesSection a schema:CreativeWork ;
    schema:isPartOf :analysis ;
    schema:name "Critical Accounting Estimates"@en ;
    schema:abstract "Areas involving significant estimation uncertainty that could materially affect Microsoft's financial condition or results of operations: revenue recognition, investment securities measurement and impairment, goodwill, research and development costs, legal contingencies, and income taxes."@en ;
    schema:hasPart :revenueRecognitionEstimate, :investmentSecuritiesEstimate, :goodwillEstimate,
        :researchAndDevelopmentCostsEstimate, :legalContingenciesEstimate, :incomeTaxesEstimate .
:analysis schema:hasPart :criticalAccountingEstimatesSection .
:revenueRecognitionEstimate schema:isPartOf :criticalAccountingEstimatesSection .
:investmentSecuritiesEstimate schema:isPartOf :criticalAccountingEstimatesSection .
:goodwillEstimate schema:isPartOf :criticalAccountingEstimatesSection .
:researchAndDevelopmentCostsEstimate schema:isPartOf :criticalAccountingEstimatesSection .
:legalContingenciesEstimate schema:isPartOf :criticalAccountingEstimatesSection .
:incomeTaxesEstimate schema:isPartOf :criticalAccountingEstimatesSection .

:revenueRecognitionEstimate a schema:CreativeWork ;
    schema:name "Revenue Recognition"@en ;
    schema:text "Determining whether products and services are distinct performance obligations requires significant judgment, including whether on-premises licenses are distinct from bundled cloud services. Office 365 desktop applications and cloud services are accounted for together as one performance obligation, recognized ratably. Judgment is also required to determine standalone selling price for each performance obligation and to estimate remaining performance obligations, variable consideration, returns, and credits."@en .

:investmentSecuritiesEstimate a schema:CreativeWork ;
    schema:name "Measurement and Impairment of Investment Securities"@en ;
    schema:text "Investments are accounted for as available-for-sale debt securities, equity investments with readily determinable fair values, or equity investments without readily determinable fair values measured under the equity method or at cost less impairments. Debt investments are reviewed quarterly for credit losses and impairment; equity investments without readily determinable fair values are assessed qualitatively on a periodic basis and written down if impaired."@en .

:goodwillEstimate a schema:CreativeWork ;
    schema:name "Goodwill"@en ;
    schema:text "Goodwill is allocated to reporting units and tested for impairment annually (May 1) and between annual tests if triggering events occur. Fair value of each reporting unit is estimated primarily through a discounted cash flow methodology requiring significant judgments about future cash flows, long-term growth rates, and weighted average cost of capital."@en .

:researchAndDevelopmentCostsEstimate a schema:CreativeWork ;
    schema:name "Research and Development Costs"@en ;
    schema:text "Internal software development costs are expensed until technological feasibility is established, then capitalized until general release. Microsoft determines technological feasibility is reached after all high-risk development issues have been resolved through coding and testing, generally shortly before release to production."@en .

:legalContingenciesEstimate a schema:CreativeWork ;
    schema:name "Legal and Other Contingencies"@en ;
    schema:text "An estimated loss from a legal proceeding or claim is accrued when it is probable that a liability has been incurred and the amount can be reasonably estimated, evaluating the degree of probability of an unfavorable outcome and the ability to make a reasonable estimate of loss."@en .

:incomeTaxesEstimate a schema:CreativeWork ;
    schema:name "Income Taxes"@en ;
    schema:text "Tax benefits from uncertain tax positions are recognized only if more likely than not to be sustained on examination, measured at the largest benefit with greater than 50% likelihood of being realized upon ultimate settlement. Significant judgment is required in assessing future tax consequences of events recognized in the consolidated financial statements or tax returns."@en .

# =========================================================================
# Statement of Management's Responsibility
# =========================================================================

:managementResponsibilitySection a schema:CreativeWork ;
    schema:isPartOf :analysis ;
    schema:name "Statement of Management's Responsibility for Financial Statements"@en ;
    schema:text "Management is responsible for preparing the consolidated financial statements and related information, prepared in conformity with GAAP and including amounts based on management's estimates and judgments. The Company designs and maintains accounting and internal control systems, augmented by written policies, division of responsibilities, qualified personnel, and internal audits. Deloitte & Touche LLP, an independent registered public accounting firm, was engaged to audit and render an opinion on the consolidated financial statements and internal control over financial reporting. The Board of Directors, through its Audit Committee of independent directors, meets periodically with management, internal auditors, and the independent registered public accounting firm."@en ;
    schema:author <https://www.linkedin.com/in/satyanadella/#this>, :amyHood, <https://www.linkedin.com/in/aliceljolla/#this> ;
    schema:mentions <http://dbpedia.org/resource/Deloitte> .
:analysis schema:hasPart :managementResponsibilitySection .

# =========================================================================
# HowTo — how the MD&A is structured
# =========================================================================

:howtoSection a schema:HowTo ;
    schema:isPartOf :analysis ;
    schema:name "How Microsoft's Fiscal Year 2026 MD&A Is Structured"@en ;
    schema:description "The sequence of disclosures management uses in Item 7 of the Form 10-K to walk investors from top-line results to segment drivers, expense trends, non-GAAP reconciliation, liquidity, and the judgment areas behind the financial statements."@en ;
    schema:step :step1, :step2, :step3, :step4, :step5, :step6, :step7, :step8 .
:analysis schema:hasPart :howtoSection .

:step1 a schema:HowToStep ;
    schema:isPartOf :howtoSection ;
    schema:position 1 ;
    schema:name "Read the Overview and fiscal year highlights"@en ;
    schema:text "Start with the Overview, which frames Microsoft's AI-centric strategy, the OpenAI partnership, and the summary results of operations table (revenue, gross margin, operating income, net income, diluted EPS) for fiscal 2026 versus 2025."@en .

:step2 a schema:HowToStep ;
    schema:isPartOf :howtoSection ;
    schema:position 2 ;
    schema:name "Review Segment Results of Operations"@en ;
    schema:text "Examine the three reportable segments — Productivity and Business Processes, Intelligent Cloud, and More Personal Computing — for revenue, cost of revenue, operating expenses, and operating income, each with year-over-year percentage change."@en .

:step3 a schema:HowToStep ;
    schema:isPartOf :howtoSection ;
    schema:position 3 ;
    schema:name "Examine Operating Expenses by category"@en ;
    schema:text "Break down research and development, sales and marketing, and general and administrative expenses, each shown in dollars, as a percent of revenue, and with a management explanation of the year-over-year driver."@en .

:step4 a schema:HowToStep ;
    schema:isPartOf :howtoSection ;
    schema:position 4 ;
    schema:name "Analyze Other Income (Expense), Net"@en ;
    schema:text "Review the components of other income (expense), net, including the impact of net gains and losses from Microsoft's investments in OpenAI."@en .

:step5 a schema:HowToStep ;
    schema:isPartOf :howtoSection ;
    schema:position 5 ;
    schema:name "Assess Income Taxes"@en ;
    schema:text "Review the effective tax rate, the drivers of its year-over-year change, and disclosed uncertain tax positions including the ongoing IRS transfer-pricing dispute."@en .

:step6 a schema:HowToStep ;
    schema:isPartOf :howtoSection ;
    schema:position 6 ;
    schema:name "Reconcile Non-GAAP Financial Measures"@en ;
    schema:text "Reconcile GAAP net income and diluted EPS to adjusted (non-GAAP) net income and diluted EPS by excluding net gains and losses from OpenAI investments."@en .

:step7 a schema:HowToStep ;
    schema:isPartOf :howtoSection ;
    schema:position 7 ;
    schema:name "Evaluate Liquidity and Capital Resources"@en ;
    schema:text "Review cash and investment balances, cash flow drivers, unearned revenue recognition schedule, contractual obligations, share repurchases, and dividends."@en .

:step8 a schema:HowToStep ;
    schema:isPartOf :howtoSection ;
    schema:position 8 ;
    schema:name "Understand Critical Accounting Estimates"@en ;
    schema:text "Review the areas of significant estimation uncertainty — revenue recognition, investment securities impairment, goodwill, research and development costs, legal contingencies, and income taxes — that could materially affect reported results."@en .

# =========================================================================
# FAQ
# =========================================================================

:faqSection a schema:FAQPage ;
    schema:isPartOf :analysis ;
    schema:name "Frequently Asked Questions"@en ;
    schema:mainEntity :q1, :q2, :q3, :q4, :q5, :q6, :q7, :q8, :q9, :q10, :q11, :q12, :q13, :q14, :q15 .
:analysis schema:hasPart :faqSection .

:q1 a schema:Question ; schema:isPartOf :faqSection ;
    schema:name "What was Microsoft's total revenue for fiscal year 2026?"@en ;
    schema:acceptedAnswer :a1 .
:a1 a schema:Answer ; schema:text "Microsoft reported total revenue of $331,839 million for fiscal year 2026, an increase of 18% over fiscal year 2025's $281,724 million, driven primarily by growth in Microsoft Cloud."@en .

:q2 a schema:Question ; schema:isPartOf :faqSection ;
    schema:name "How much did Microsoft Cloud revenue grow in fiscal 2026?"@en ;
    schema:acceptedAnswer :a2 .
:a2 a schema:Answer ; schema:text "Microsoft Cloud revenue increased 27% to $214.4 billion in fiscal year 2026."@en .

:q3 a schema:Question ; schema:isPartOf :faqSection ;
    schema:name "What drove the increase in Intelligent Cloud segment operating income?"@en ;
    schema:acceptedAnswer :a3 .
:a3 a schema:Answer ; schema:text "Intelligent Cloud operating income increased $12.4 billion or 28%, driven by 30% revenue growth (led by Azure and other cloud services growing 41%) and 21% gross margin growth, though gross margin percentage decreased due to continued AI infrastructure investment and sales mix shift to Azure."@en .

:q4 a schema:Question ; schema:isPartOf :faqSection ;
    schema:name "Why did Microsoft's effective tax rate increase in fiscal 2026?"@en ;
    schema:acceptedAnswer :a4 .
:a4 a schema:Answer ; schema:text "The effective tax rate increased from 18% in fiscal 2025 to 19% in fiscal 2026, primarily due to changes in the mix of earnings and tax expenses between the U.S. and foreign countries."@en .

:q5 a schema:Question ; schema:isPartOf :faqSection ;
    schema:name "Why does management exclude OpenAI investment gains and losses from non-GAAP measures?"@en ;
    schema:acceptedAnswer :a5 .
:a5 a schema:Answer ; schema:text "Management excludes net gains and losses from investments in OpenAI from adjusted (non-GAAP) net income and adjusted diluted EPS because it believes doing so provides additional insight into financial performance and helps clarify underlying business trends, since these amounts primarily reflect equity-method investment gains and losses rather than core operations."@en .

:q6 a schema:Question ; schema:isPartOf :faqSection ;
    schema:name "How did the Productivity and Business Processes segment perform in fiscal 2026?"@en ;
    schema:acceptedAnswer :a6 .
:a6 a schema:Answer ; schema:text "Productivity and Business Processes revenue increased $19.2 billion or 16% to $139,996 million, and operating income increased $14.1 billion or 20% to $83,879 million, driven by Microsoft 365 Commercial cloud, LinkedIn, and Dynamics 365 growth."@en .

:q7 a schema:Question ; schema:isPartOf :faqSection ;
    schema:name "What factors drove the decrease in More Personal Computing segment revenue?"@en ;
    schema:acceptedAnswer :a7 .
:a7 a schema:Answer ; schema:text "More Personal Computing revenue decreased $597 million or 1% to $54,052 million, driven by a 7% decline in XBOX revenue (including a 29% drop in XBOX hardware revenue), offset in part by 9% growth in Search advertising revenue."@en .

:q8 a schema:Question ; schema:isPartOf :faqSection ;
    schema:name "How much did research and development expenses increase and why?"@en ;
    schema:acceptedAnswer :a8 .
:a8 a schema:Answer ; schema:text "Research and development expenses increased $3.1 billion or 9% to $35,562 million, driven by continued investments in compute capacity, AI talent, and data supporting product development, as well as impairment and other related expenses in the XBOX business."@en .

:q9 a schema:Question ; schema:isPartOf :faqSection ;
    schema:name "What is management's approach to the critical accounting estimate for revenue recognition?"@en ;
    schema:acceptedAnswer :a9 .
:a9 a schema:Answer ; schema:text "Management exercises significant judgment in determining distinct performance obligations, standalone selling price, and the treatment of bundled offerings such as Office 365, where desktop applications and cloud services are accounted for together as one performance obligation recognized ratably."@en .

:q10 a schema:Question ; schema:isPartOf :faqSection ;
    schema:name "How does Microsoft assess goodwill impairment?"@en ;
    schema:acceptedAnswer :a10 .
:a10 a schema:Answer ; schema:text "Goodwill is tested for impairment at the reporting unit level annually on May 1, and between annual tests if triggering events occur, primarily using a discounted cash flow methodology requiring judgment about future cash flows, long-term growth rates, and weighted average cost of capital."@en .

:q11 a schema:Question ; schema:isPartOf :faqSection ;
    schema:name "What are the key liquidity metrics reported for fiscal year 2026?"@en ;
    schema:acceptedAnswer :a11 .
:a11 a schema:Answer ; schema:text "As of June 30, 2026, cash, cash equivalents, and short-term investments totaled $76.8 billion, and equity and other investments were $36.3 billion. Cash from operations was $182.9 billion for the fiscal year."@en .

:q12 a schema:Question ; schema:isPartOf :faqSection ;
    schema:name "How much cash did Microsoft generate from operations in fiscal 2026?"@en ;
    schema:acceptedAnswer :a12 .
:a12 a schema:Answer ; schema:text "Cash from operations increased $46.8 billion to $182.9 billion for fiscal year 2026, primarily due to higher cash received from customers and lower cash used to pay income taxes, offset in part by higher cash paid to suppliers."@en .

:q13 a schema:Question ; schema:isPartOf :faqSection ;
    schema:name "What is the status of Microsoft's IRS transfer pricing dispute?"@en ;
    schema:acceptedAnswer :a13 .
:a13 a schema:Answer ; schema:text "Microsoft received Notices of Proposed Adjustment from the IRS for tax years 2004 to 2013 relating primarily to intercompany transfer pricing, with the IRS seeking an additional tax payment of $28.9 billion plus penalties and interest. Management believes its allowances for income tax contingencies are adequate, disagrees with the proposed adjustments, and will contest them through IRS administrative appeals and, if necessary, judicial proceedings."@en .

:q14 a schema:Question ; schema:isPartOf :faqSection ;
    schema:name "How much has Microsoft committed to under contractual obligations?"@en ;
    schema:acceptedAnswer :a14 .
:a14 a schema:Answer ; schema:text "As of June 30, 2026, total outstanding contractual obligations were $743,821 million, comprising long-term debt principal and interest, construction commitments, operating and finance leases, and purchase commitments (primarily for datacenters)."@en .

:q15 a schema:Question ; schema:isPartOf :faqSection ;
    schema:name "Who is responsible for Microsoft's financial statements per the Statement of Management's Responsibility?"@en ;
    schema:acceptedAnswer :a15 .
:a15 a schema:Answer ; schema:text "Management, including Chief Executive Officer Satya Nadella, Chief Financial Officer Amy E. Hood, and Chief Accounting Officer Alice L. Jolla, is responsible for preparing the consolidated financial statements in conformity with GAAP; Deloitte & Touche LLP was engaged to audit and render an opinion on the financial statements and internal control over financial reporting."@en .

# =========================================================================
# Financial Concepts — FASB US-GAAP XBRL Taxonomy Alignment
# =========================================================================
# Concept local names and values verified 2026-08-06 against Microsoft's own
# XBRL instance document for this filing (msft-20260630_htm.xml, same EDGAR
# accession), not assumed from memory. Taxonomy namespace verified from that
# document's declared us-gaap namespace binding.

:financialConceptsSection a schema:DefinedTermSet ;
    schema:isPartOf :analysis ;
    schema:name "Financial Concepts (FASB US-GAAP XBRL Taxonomy)"@en ;
    schema:description "Financial-statement line items in this analysis, aligned to the exact FASB US-GAAP XBRL taxonomy concepts Microsoft used to tag them in its own XBRL instance document for this filing."@en ;
    schema:hasDefinedTerm us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax,
        us-gaap:GrossProfit, us-gaap:OperatingIncomeLoss, us-gaap:NetIncomeLoss,
        us-gaap:EarningsPerShareDiluted, us-gaap:InvestmentIncomeNet,
        us-gaap:InterestExpenseNonoperating, us-gaap:GainLossOnInvestments,
        us-gaap:GainLossOnDerivativeInstrumentsNetPretax, us-gaap:ForeignCurrencyTransactionGainLossBeforeTax,
        us-gaap:OtherNonoperatingIncomeExpense, us-gaap:NonoperatingIncomeExpense,
        us-gaap:ResearchAndDevelopmentExpense, us-gaap:SellingAndMarketingExpense,
        us-gaap:GeneralAndAdministrativeExpense, us-gaap:ContractWithCustomerLiability,
        us-gaap:EffectiveIncomeTaxRateContinuingOperations .
:analysis schema:hasPart :financialConceptsSection .

us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax a schema:DefinedTerm ; schema:isPartOf :financialConceptsSection ;
    schema:name "Revenue"@en ;
    schema:description "FASB US-GAAP XBRL taxonomy concept for revenue from contracts with customers, excluding assessed tax; the element Microsoft tags its total revenue with in this filing's XBRL instance."@en ;
    rdfs:seeAlso <https://www.sec.gov/Archives/edgar/data/789019/000119312526323660/msft-20260630.xsd> .

us-gaap:GrossProfit a schema:DefinedTerm ; schema:isPartOf :financialConceptsSection ;
    schema:name "Gross margin"@en ;
    schema:description "FASB US-GAAP XBRL taxonomy concept for gross profit (revenue less cost of revenue)."@en ;
    rdfs:seeAlso <https://www.sec.gov/Archives/edgar/data/789019/000119312526323660/msft-20260630.xsd> .

us-gaap:OperatingIncomeLoss a schema:DefinedTerm ; schema:isPartOf :financialConceptsSection ;
    schema:name "Operating income"@en ;
    schema:description "FASB US-GAAP XBRL taxonomy concept for income or loss from operations before other income/expense and income taxes."@en ;
    rdfs:seeAlso <https://www.sec.gov/Archives/edgar/data/789019/000119312526323660/msft-20260630.xsd> .

us-gaap:NetIncomeLoss a schema:DefinedTerm ; schema:isPartOf :financialConceptsSection ;
    schema:name "Net income"@en ;
    schema:description "FASB US-GAAP XBRL taxonomy concept for consolidated net income or loss attributable to the reporting entity."@en ;
    rdfs:seeAlso <https://www.sec.gov/Archives/edgar/data/789019/000119312526323660/msft-20260630.xsd> .

us-gaap:EarningsPerShareDiluted a schema:DefinedTerm ; schema:isPartOf :financialConceptsSection ;
    schema:name "Diluted earnings per share"@en ;
    schema:description "FASB US-GAAP XBRL taxonomy concept for diluted net income per share, reflecting the potential dilution of common stock equivalents."@en ;
    rdfs:seeAlso <https://www.sec.gov/Archives/edgar/data/789019/000119312526323660/msft-20260630.xsd> .

us-gaap:InvestmentIncomeNet a schema:DefinedTerm ; schema:isPartOf :financialConceptsSection ;
    schema:name "Interest and dividends income"@en ;
    schema:description "FASB US-GAAP XBRL taxonomy concept for net investment income, the element Microsoft tags interest and dividends income with in this filing."@en ;
    rdfs:seeAlso <https://www.sec.gov/Archives/edgar/data/789019/000119312526323660/msft-20260630.xsd> .

us-gaap:InterestExpenseNonoperating a schema:DefinedTerm ; schema:isPartOf :financialConceptsSection ;
    schema:name "Interest expense"@en ;
    schema:description "FASB US-GAAP XBRL taxonomy concept for nonoperating interest expense."@en ;
    rdfs:seeAlso <https://www.sec.gov/Archives/edgar/data/789019/000119312526323660/msft-20260630.xsd> .

us-gaap:GainLossOnInvestments a schema:DefinedTerm ; schema:isPartOf :financialConceptsSection ;
    schema:name "Net recognized gains (losses) on investments"@en ;
    schema:description "FASB US-GAAP XBRL taxonomy concept for net realized and unrealized gains or losses on investments."@en ;
    rdfs:seeAlso <https://www.sec.gov/Archives/edgar/data/789019/000119312526323660/msft-20260630.xsd> .

us-gaap:GainLossOnDerivativeInstrumentsNetPretax a schema:DefinedTerm ; schema:isPartOf :financialConceptsSection ;
    schema:name "Net gains (losses) on derivatives"@en ;
    schema:description "FASB US-GAAP XBRL taxonomy concept for the net pretax gain or loss on derivative instruments."@en ;
    rdfs:seeAlso <https://www.sec.gov/Archives/edgar/data/789019/000119312526323660/msft-20260630.xsd> .

us-gaap:ForeignCurrencyTransactionGainLossBeforeTax a schema:DefinedTerm ; schema:isPartOf :financialConceptsSection ;
    schema:name "Net gains (losses) on foreign currency remeasurements"@en ;
    schema:description "FASB US-GAAP XBRL taxonomy concept for the pretax gain or loss from foreign currency transaction remeasurement."@en ;
    rdfs:seeAlso <https://www.sec.gov/Archives/edgar/data/789019/000119312526323660/msft-20260630.xsd> .

us-gaap:OtherNonoperatingIncomeExpense a schema:DefinedTerm ; schema:isPartOf :financialConceptsSection ;
    schema:name "Other, net"@en ;
    schema:description "FASB US-GAAP XBRL taxonomy concept for other nonoperating income and expense not separately classified, including equity-method investment gains/losses such as Microsoft's OpenAI investment."@en ;
    rdfs:seeAlso <https://www.sec.gov/Archives/edgar/data/789019/000119312526323660/msft-20260630.xsd> .

us-gaap:NonoperatingIncomeExpense a schema:DefinedTerm ; schema:isPartOf :financialConceptsSection ;
    schema:name "Other income (expense), net"@en ;
    schema:description "FASB US-GAAP XBRL taxonomy concept for total nonoperating income and expense, net."@en ;
    rdfs:seeAlso <https://www.sec.gov/Archives/edgar/data/789019/000119312526323660/msft-20260630.xsd> .

us-gaap:ResearchAndDevelopmentExpense a schema:DefinedTerm ; schema:isPartOf :financialConceptsSection ;
    schema:name "Research and development"@en ;
    schema:description "FASB US-GAAP XBRL taxonomy concept for research and development expense."@en ;
    rdfs:seeAlso <https://www.sec.gov/Archives/edgar/data/789019/000119312526323660/msft-20260630.xsd> .

us-gaap:SellingAndMarketingExpense a schema:DefinedTerm ; schema:isPartOf :financialConceptsSection ;
    schema:name "Sales and marketing"@en ;
    schema:description "FASB US-GAAP XBRL taxonomy concept for selling and marketing expense."@en ;
    rdfs:seeAlso <https://www.sec.gov/Archives/edgar/data/789019/000119312526323660/msft-20260630.xsd> .

us-gaap:GeneralAndAdministrativeExpense a schema:DefinedTerm ; schema:isPartOf :financialConceptsSection ;
    schema:name "General and administrative"@en ;
    schema:description "FASB US-GAAP XBRL taxonomy concept for general and administrative expense."@en ;
    rdfs:seeAlso <https://www.sec.gov/Archives/edgar/data/789019/000119312526323660/msft-20260630.xsd> .

us-gaap:ContractWithCustomerLiability a schema:DefinedTerm ; schema:isPartOf :financialConceptsSection ;
    schema:name "Unearned revenue"@en ;
    schema:description "FASB US-GAAP XBRL taxonomy concept for the contract liability recognized for consideration received or receivable in advance of satisfying performance obligations."@en ;
    rdfs:seeAlso <https://www.sec.gov/Archives/edgar/data/789019/000119312526323660/msft-20260630.xsd> .

us-gaap:EffectiveIncomeTaxRateContinuingOperations a schema:DefinedTerm ; schema:isPartOf :financialConceptsSection ;
    schema:name "Effective tax rate"@en ;
    schema:description "FASB US-GAAP XBRL taxonomy concept for the effective income tax rate from continuing operations."@en ;
    rdfs:seeAlso <https://www.sec.gov/Archives/edgar/data/789019/000119312526323660/msft-20260630.xsd> .

:researchAndDevelopmentExpense schema:about us-gaap:ResearchAndDevelopmentExpense .
:salesAndMarketingExpense schema:about us-gaap:SellingAndMarketingExpense .
:generalAndAdministrativeExpense schema:about us-gaap:GeneralAndAdministrativeExpense .
:unearnedRevenue schema:about us-gaap:ContractWithCustomerLiability .
:effectiveTaxRate schema:about us-gaap:EffectiveIncomeTaxRateContinuingOperations .

# Inverse subjectOf for schema:about cross-references above
us-gaap:NonoperatingIncomeExpense schema:subjectOf :nonGaapSection .
us-gaap:NetIncomeLoss schema:subjectOf :nonGaapSection .
us-gaap:EarningsPerShareDiluted schema:subjectOf :nonGaapSection .
us-gaap:EffectiveIncomeTaxRateContinuingOperations schema:subjectOf :effectiveTaxRate .
us-gaap:ResearchAndDevelopmentExpense schema:subjectOf :researchAndDevelopmentExpense .
us-gaap:SellingAndMarketingExpense schema:subjectOf :salesAndMarketingExpense .
us-gaap:GeneralAndAdministrativeExpense schema:subjectOf :generalAndAdministrativeExpense .
us-gaap:ContractWithCustomerLiability schema:subjectOf :unearnedRevenue .
<http://dbpedia.org/resource/Microsoft> schema:subjectOf :analysis .

# =========================================================================
# Financial Facts — granular XBRL-aligned monetary value assignments
# =========================================================================
# Each fact is its own schema:MonetaryAmount node: one (concept, fiscal period,
# [segment]) triple carries one xsd:decimal value with schema:currency, replacing
# the earlier string-literal segment properties and prose-only figures. Values
# verified 2026-08-06 against Microsoft's own XBRL instance for this filing.

:financialFactsSection a schema:Dataset ;
    schema:isPartOf :analysis ;
    schema:name "Financial Facts (XBRL-Aligned Monetary Values)"@en ;
    schema:description "Individually typed monetary and rate facts for fiscal years 2026 and 2025, each linked to its FASB US-GAAP XBRL taxonomy concept, replacing prose-embedded figures with machine-actionable values."@en ;
    schema:hasPart :fact-RevenueFromContractWithCustomerExcludingAssessedTax-fy2026, :fact-RevenueFromContractWithCustomerExcludingAssessedTax-fy2025, :fact-GrossProfit-fy2026, :fact-GrossProfit-fy2025, :fact-OperatingIncomeLoss-fy2026, :fact-OperatingIncomeLoss-fy2025, :fact-NetIncomeLoss-fy2026, :fact-NetIncomeLoss-fy2025, :fact-ResearchAndDevelopmentExpense-fy2026, :fact-ResearchAndDevelopmentExpense-fy2025, :fact-SellingAndMarketingExpense-fy2026, :fact-SellingAndMarketingExpense-fy2025, :fact-GeneralAndAdministrativeExpense-fy2026, :fact-GeneralAndAdministrativeExpense-fy2025, :fact-InvestmentIncomeNet-fy2026, :fact-InvestmentIncomeNet-fy2025, :fact-InterestExpenseNonoperating-fy2026, :fact-InterestExpenseNonoperating-fy2025, :fact-GainLossOnInvestments-fy2026, :fact-GainLossOnInvestments-fy2025, :fact-GainLossOnDerivativeInstrumentsNetPretax-fy2026, :fact-GainLossOnDerivativeInstrumentsNetPretax-fy2025, :fact-ForeignCurrencyTransactionGainLossBeforeTax-fy2026, :fact-ForeignCurrencyTransactionGainLossBeforeTax-fy2025, :fact-OtherNonoperatingIncomeExpense-fy2026, :fact-OtherNonoperatingIncomeExpense-fy2025, :fact-NonoperatingIncomeExpense-fy2026, :fact-NonoperatingIncomeExpense-fy2025, :fact-EarningsPerShareDiluted-fy2026, :fact-EarningsPerShareDiluted-fy2025, :fact-RevenueFromContractWithCustomerExcludingAssessedTax-fy2026-productivityAndBusinessProcessesVertical, :fact-RevenueFromContractWithCustomerExcludingAssessedTax-fy2025-productivityAndBusinessProcessesVertical, :fact-RevenueFromContractWithCustomerExcludingAssessedTax-fy2026-intelligentCloudVertical, :fact-RevenueFromContractWithCustomerExcludingAssessedTax-fy2025-intelligentCloudVertical, :fact-RevenueFromContractWithCustomerExcludingAssessedTax-fy2026-morePersonalComputingVertical, :fact-RevenueFromContractWithCustomerExcludingAssessedTax-fy2025-morePersonalComputingVertical, :fact-OperatingIncomeLoss-fy2026-productivityAndBusinessProcessesVertical, :fact-OperatingIncomeLoss-fy2025-productivityAndBusinessProcessesVertical, :fact-OperatingIncomeLoss-fy2026-intelligentCloudVertical, :fact-OperatingIncomeLoss-fy2025-intelligentCloudVertical, :fact-OperatingIncomeLoss-fy2026-morePersonalComputingVertical, :fact-OperatingIncomeLoss-fy2025-morePersonalComputingVertical, :fact-ContractWithCustomerLiability-fy2026-instant, :fact-EffectiveIncomeTaxRateContinuingOperations-fy2026, :fact-EffectiveIncomeTaxRateContinuingOperations-fy2025 .
:analysis schema:hasPart :financialFactsSection .

:fact-RevenueFromContractWithCustomerExcludingAssessedTax-fy2026 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Revenue — FY2026"@en ;
    schema:value 331839000000 ;
    schema:currency "USD" ;
    schema:validFrom "2025-07-01"^^xsd:date ; schema:validThrough "2026-06-30"^^xsd:date ;
    schema:about us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax .
:fact-RevenueFromContractWithCustomerExcludingAssessedTax-fy2025 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Revenue — FY2025"@en ;
    schema:value 281724000000 ;
    schema:currency "USD" ;
    schema:validFrom "2024-07-01"^^xsd:date ; schema:validThrough "2025-06-30"^^xsd:date ;
    schema:about us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax .
us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax schema:subjectOf :fact-RevenueFromContractWithCustomerExcludingAssessedTax-fy2026, :fact-RevenueFromContractWithCustomerExcludingAssessedTax-fy2025 .

:fact-GrossProfit-fy2026 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Gross margin — FY2026"@en ;
    schema:value 225465000000 ;
    schema:currency "USD" ;
    schema:validFrom "2025-07-01"^^xsd:date ; schema:validThrough "2026-06-30"^^xsd:date ;
    schema:about us-gaap:GrossProfit .
:fact-GrossProfit-fy2025 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Gross margin — FY2025"@en ;
    schema:value 193893000000 ;
    schema:currency "USD" ;
    schema:validFrom "2024-07-01"^^xsd:date ; schema:validThrough "2025-06-30"^^xsd:date ;
    schema:about us-gaap:GrossProfit .
us-gaap:GrossProfit schema:subjectOf :fact-GrossProfit-fy2026, :fact-GrossProfit-fy2025 .

:fact-OperatingIncomeLoss-fy2026 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Operating income — FY2026"@en ;
    schema:value 155237000000 ;
    schema:currency "USD" ;
    schema:validFrom "2025-07-01"^^xsd:date ; schema:validThrough "2026-06-30"^^xsd:date ;
    schema:about us-gaap:OperatingIncomeLoss .
:fact-OperatingIncomeLoss-fy2025 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Operating income — FY2025"@en ;
    schema:value 128528000000 ;
    schema:currency "USD" ;
    schema:validFrom "2024-07-01"^^xsd:date ; schema:validThrough "2025-06-30"^^xsd:date ;
    schema:about us-gaap:OperatingIncomeLoss .
us-gaap:OperatingIncomeLoss schema:subjectOf :fact-OperatingIncomeLoss-fy2026, :fact-OperatingIncomeLoss-fy2025 .

:fact-NetIncomeLoss-fy2026 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Net income — FY2026"@en ;
    schema:value 133749000000 ;
    schema:currency "USD" ;
    schema:validFrom "2025-07-01"^^xsd:date ; schema:validThrough "2026-06-30"^^xsd:date ;
    schema:about us-gaap:NetIncomeLoss .
:fact-NetIncomeLoss-fy2025 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Net income — FY2025"@en ;
    schema:value 101832000000 ;
    schema:currency "USD" ;
    schema:validFrom "2024-07-01"^^xsd:date ; schema:validThrough "2025-06-30"^^xsd:date ;
    schema:about us-gaap:NetIncomeLoss .
us-gaap:NetIncomeLoss schema:subjectOf :fact-NetIncomeLoss-fy2026, :fact-NetIncomeLoss-fy2025 .

:fact-ResearchAndDevelopmentExpense-fy2026 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Research and development expense — FY2026"@en ;
    schema:value 35562000000 ;
    schema:currency "USD" ;
    schema:validFrom "2025-07-01"^^xsd:date ; schema:validThrough "2026-06-30"^^xsd:date ;
    schema:about us-gaap:ResearchAndDevelopmentExpense .
:fact-ResearchAndDevelopmentExpense-fy2025 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Research and development expense — FY2025"@en ;
    schema:value 32488000000 ;
    schema:currency "USD" ;
    schema:validFrom "2024-07-01"^^xsd:date ; schema:validThrough "2025-06-30"^^xsd:date ;
    schema:about us-gaap:ResearchAndDevelopmentExpense .
us-gaap:ResearchAndDevelopmentExpense schema:subjectOf :fact-ResearchAndDevelopmentExpense-fy2026, :fact-ResearchAndDevelopmentExpense-fy2025 .

:fact-SellingAndMarketingExpense-fy2026 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Sales and marketing expense — FY2026"@en ;
    schema:value 26710000000 ;
    schema:currency "USD" ;
    schema:validFrom "2025-07-01"^^xsd:date ; schema:validThrough "2026-06-30"^^xsd:date ;
    schema:about us-gaap:SellingAndMarketingExpense .
:fact-SellingAndMarketingExpense-fy2025 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Sales and marketing expense — FY2025"@en ;
    schema:value 25654000000 ;
    schema:currency "USD" ;
    schema:validFrom "2024-07-01"^^xsd:date ; schema:validThrough "2025-06-30"^^xsd:date ;
    schema:about us-gaap:SellingAndMarketingExpense .
us-gaap:SellingAndMarketingExpense schema:subjectOf :fact-SellingAndMarketingExpense-fy2026, :fact-SellingAndMarketingExpense-fy2025 .

:fact-GeneralAndAdministrativeExpense-fy2026 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "General and administrative expense — FY2026"@en ;
    schema:value 7956000000 ;
    schema:currency "USD" ;
    schema:validFrom "2025-07-01"^^xsd:date ; schema:validThrough "2026-06-30"^^xsd:date ;
    schema:about us-gaap:GeneralAndAdministrativeExpense .
:fact-GeneralAndAdministrativeExpense-fy2025 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "General and administrative expense — FY2025"@en ;
    schema:value 7223000000 ;
    schema:currency "USD" ;
    schema:validFrom "2024-07-01"^^xsd:date ; schema:validThrough "2025-06-30"^^xsd:date ;
    schema:about us-gaap:GeneralAndAdministrativeExpense .
us-gaap:GeneralAndAdministrativeExpense schema:subjectOf :fact-GeneralAndAdministrativeExpense-fy2026, :fact-GeneralAndAdministrativeExpense-fy2025 .

:fact-InvestmentIncomeNet-fy2026 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Interest and dividends income — FY2026"@en ;
    schema:value 3301000000 ;
    schema:currency "USD" ;
    schema:validFrom "2025-07-01"^^xsd:date ; schema:validThrough "2026-06-30"^^xsd:date ;
    schema:about us-gaap:InvestmentIncomeNet .
:fact-InvestmentIncomeNet-fy2025 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Interest and dividends income — FY2025"@en ;
    schema:value 2647000000 ;
    schema:currency "USD" ;
    schema:validFrom "2024-07-01"^^xsd:date ; schema:validThrough "2025-06-30"^^xsd:date ;
    schema:about us-gaap:InvestmentIncomeNet .
us-gaap:InvestmentIncomeNet schema:subjectOf :fact-InvestmentIncomeNet-fy2026, :fact-InvestmentIncomeNet-fy2025 .

:fact-InterestExpenseNonoperating-fy2026 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Interest expense — FY2026"@en ;
    schema:value 3051000000 ;
    schema:currency "USD" ;
    schema:validFrom "2025-07-01"^^xsd:date ; schema:validThrough "2026-06-30"^^xsd:date ;
    schema:about us-gaap:InterestExpenseNonoperating .
:fact-InterestExpenseNonoperating-fy2025 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Interest expense — FY2025"@en ;
    schema:value 2385000000 ;
    schema:currency "USD" ;
    schema:validFrom "2024-07-01"^^xsd:date ; schema:validThrough "2025-06-30"^^xsd:date ;
    schema:about us-gaap:InterestExpenseNonoperating .
us-gaap:InterestExpenseNonoperating schema:subjectOf :fact-InterestExpenseNonoperating-fy2026, :fact-InterestExpenseNonoperating-fy2025 .

:fact-GainLossOnInvestments-fy2026 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Net recognized gains (losses) on investments — FY2026"@en ;
    schema:value 4385000000 ;
    schema:currency "USD" ;
    schema:validFrom "2025-07-01"^^xsd:date ; schema:validThrough "2026-06-30"^^xsd:date ;
    schema:about us-gaap:GainLossOnInvestments .
:fact-GainLossOnInvestments-fy2025 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Net recognized gains (losses) on investments — FY2025"@en ;
    schema:value -349000000 ;
    schema:currency "USD" ;
    schema:validFrom "2024-07-01"^^xsd:date ; schema:validThrough "2025-06-30"^^xsd:date ;
    schema:about us-gaap:GainLossOnInvestments .
us-gaap:GainLossOnInvestments schema:subjectOf :fact-GainLossOnInvestments-fy2026, :fact-GainLossOnInvestments-fy2025 .

:fact-GainLossOnDerivativeInstrumentsNetPretax-fy2026 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Net gains (losses) on derivatives — FY2026"@en ;
    schema:value 1867000000 ;
    schema:currency "USD" ;
    schema:validFrom "2025-07-01"^^xsd:date ; schema:validThrough "2026-06-30"^^xsd:date ;
    schema:about us-gaap:GainLossOnDerivativeInstrumentsNetPretax .
:fact-GainLossOnDerivativeInstrumentsNetPretax-fy2025 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Net gains (losses) on derivatives — FY2025"@en ;
    schema:value -260000000 ;
    schema:currency "USD" ;
    schema:validFrom "2024-07-01"^^xsd:date ; schema:validThrough "2025-06-30"^^xsd:date ;
    schema:about us-gaap:GainLossOnDerivativeInstrumentsNetPretax .
us-gaap:GainLossOnDerivativeInstrumentsNetPretax schema:subjectOf :fact-GainLossOnDerivativeInstrumentsNetPretax-fy2026, :fact-GainLossOnDerivativeInstrumentsNetPretax-fy2025 .

:fact-ForeignCurrencyTransactionGainLossBeforeTax-fy2026 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Net gains (losses) on foreign currency remeasurements — FY2026"@en ;
    schema:value -527000000 ;
    schema:currency "USD" ;
    schema:validFrom "2025-07-01"^^xsd:date ; schema:validThrough "2026-06-30"^^xsd:date ;
    schema:about us-gaap:ForeignCurrencyTransactionGainLossBeforeTax .
:fact-ForeignCurrencyTransactionGainLossBeforeTax-fy2025 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Net gains (losses) on foreign currency remeasurements — FY2025"@en ;
    schema:value 171000000 ;
    schema:currency "USD" ;
    schema:validFrom "2024-07-01"^^xsd:date ; schema:validThrough "2025-06-30"^^xsd:date ;
    schema:about us-gaap:ForeignCurrencyTransactionGainLossBeforeTax .
us-gaap:ForeignCurrencyTransactionGainLossBeforeTax schema:subjectOf :fact-ForeignCurrencyTransactionGainLossBeforeTax-fy2026, :fact-ForeignCurrencyTransactionGainLossBeforeTax-fy2025 .

:fact-OtherNonoperatingIncomeExpense-fy2026 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Other, net — FY2026"@en ;
    schema:value 4722000000 ;
    schema:currency "USD" ;
    schema:validFrom "2025-07-01"^^xsd:date ; schema:validThrough "2026-06-30"^^xsd:date ;
    schema:about us-gaap:OtherNonoperatingIncomeExpense .
:fact-OtherNonoperatingIncomeExpense-fy2025 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Other, net — FY2025"@en ;
    schema:value -4725000000 ;
    schema:currency "USD" ;
    schema:validFrom "2024-07-01"^^xsd:date ; schema:validThrough "2025-06-30"^^xsd:date ;
    schema:about us-gaap:OtherNonoperatingIncomeExpense .
us-gaap:OtherNonoperatingIncomeExpense schema:subjectOf :fact-OtherNonoperatingIncomeExpense-fy2026, :fact-OtherNonoperatingIncomeExpense-fy2025 .

:fact-NonoperatingIncomeExpense-fy2026 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Other income (expense), net — FY2026"@en ;
    schema:value 10697000000 ;
    schema:currency "USD" ;
    schema:validFrom "2025-07-01"^^xsd:date ; schema:validThrough "2026-06-30"^^xsd:date ;
    schema:about us-gaap:NonoperatingIncomeExpense .
:fact-NonoperatingIncomeExpense-fy2025 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Other income (expense), net — FY2025"@en ;
    schema:value -4901000000 ;
    schema:currency "USD" ;
    schema:validFrom "2024-07-01"^^xsd:date ; schema:validThrough "2025-06-30"^^xsd:date ;
    schema:about us-gaap:NonoperatingIncomeExpense .
us-gaap:NonoperatingIncomeExpense schema:subjectOf :fact-NonoperatingIncomeExpense-fy2026, :fact-NonoperatingIncomeExpense-fy2025 .

:fact-EarningsPerShareDiluted-fy2026 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Diluted earnings per share — FY2026"@en ;
    schema:value 17.95 ;
    schema:currency "USD" ;
    schema:description "Dollar value is per diluted share."@en ;
    schema:validFrom "2025-07-01"^^xsd:date ; schema:validThrough "2026-06-30"^^xsd:date ;
    schema:about us-gaap:EarningsPerShareDiluted .
:fact-EarningsPerShareDiluted-fy2025 a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Diluted earnings per share — FY2025"@en ;
    schema:value 13.64 ;
    schema:currency "USD" ;
    schema:description "Dollar value is per diluted share."@en ;
    schema:validFrom "2024-07-01"^^xsd:date ; schema:validThrough "2025-06-30"^^xsd:date ;
    schema:about us-gaap:EarningsPerShareDiluted .
us-gaap:EarningsPerShareDiluted schema:subjectOf :fact-EarningsPerShareDiluted-fy2026, :fact-EarningsPerShareDiluted-fy2025 .

:fact-RevenueFromContractWithCustomerExcludingAssessedTax-fy2026-productivityAndBusinessProcessesVertical a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Revenue — FY2026"@en ;
    schema:value 139996000000 ;
    schema:currency "USD" ;
    schema:validFrom "2025-07-01"^^xsd:date ; schema:validThrough "2026-06-30"^^xsd:date ;
    schema:about us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax ;
    :reportedForSegment :productivityAndBusinessProcessesVertical .
:fact-RevenueFromContractWithCustomerExcludingAssessedTax-fy2025-productivityAndBusinessProcessesVertical a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Revenue — FY2025"@en ;
    schema:value 120810000000 ;
    schema:currency "USD" ;
    schema:validFrom "2024-07-01"^^xsd:date ; schema:validThrough "2025-06-30"^^xsd:date ;
    schema:about us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax ;
    :reportedForSegment :productivityAndBusinessProcessesVertical .
us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax schema:subjectOf :fact-RevenueFromContractWithCustomerExcludingAssessedTax-fy2026-productivityAndBusinessProcessesVertical, :fact-RevenueFromContractWithCustomerExcludingAssessedTax-fy2025-productivityAndBusinessProcessesVertical .

:fact-RevenueFromContractWithCustomerExcludingAssessedTax-fy2026-intelligentCloudVertical a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Revenue — FY2026"@en ;
    schema:value 137791000000 ;
    schema:currency "USD" ;
    schema:validFrom "2025-07-01"^^xsd:date ; schema:validThrough "2026-06-30"^^xsd:date ;
    schema:about us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax ;
    :reportedForSegment :intelligentCloudVertical .
:fact-RevenueFromContractWithCustomerExcludingAssessedTax-fy2025-intelligentCloudVertical a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Revenue — FY2025"@en ;
    schema:value 106265000000 ;
    schema:currency "USD" ;
    schema:validFrom "2024-07-01"^^xsd:date ; schema:validThrough "2025-06-30"^^xsd:date ;
    schema:about us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax ;
    :reportedForSegment :intelligentCloudVertical .
us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax schema:subjectOf :fact-RevenueFromContractWithCustomerExcludingAssessedTax-fy2026-intelligentCloudVertical, :fact-RevenueFromContractWithCustomerExcludingAssessedTax-fy2025-intelligentCloudVertical .

:fact-RevenueFromContractWithCustomerExcludingAssessedTax-fy2026-morePersonalComputingVertical a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Revenue — FY2026"@en ;
    schema:value 54052000000 ;
    schema:currency "USD" ;
    schema:validFrom "2025-07-01"^^xsd:date ; schema:validThrough "2026-06-30"^^xsd:date ;
    schema:about us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax ;
    :reportedForSegment :morePersonalComputingVertical .
:fact-RevenueFromContractWithCustomerExcludingAssessedTax-fy2025-morePersonalComputingVertical a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Revenue — FY2025"@en ;
    schema:value 54649000000 ;
    schema:currency "USD" ;
    schema:validFrom "2024-07-01"^^xsd:date ; schema:validThrough "2025-06-30"^^xsd:date ;
    schema:about us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax ;
    :reportedForSegment :morePersonalComputingVertical .
us-gaap:RevenueFromContractWithCustomerExcludingAssessedTax schema:subjectOf :fact-RevenueFromContractWithCustomerExcludingAssessedTax-fy2026-morePersonalComputingVertical, :fact-RevenueFromContractWithCustomerExcludingAssessedTax-fy2025-morePersonalComputingVertical .

:fact-OperatingIncomeLoss-fy2026-productivityAndBusinessProcessesVertical a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Operating income — FY2026"@en ;
    schema:value 83879000000 ;
    schema:currency "USD" ;
    schema:validFrom "2025-07-01"^^xsd:date ; schema:validThrough "2026-06-30"^^xsd:date ;
    schema:about us-gaap:OperatingIncomeLoss ;
    :reportedForSegment :productivityAndBusinessProcessesVertical .
:fact-OperatingIncomeLoss-fy2025-productivityAndBusinessProcessesVertical a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Operating income — FY2025"@en ;
    schema:value 69773000000 ;
    schema:currency "USD" ;
    schema:validFrom "2024-07-01"^^xsd:date ; schema:validThrough "2025-06-30"^^xsd:date ;
    schema:about us-gaap:OperatingIncomeLoss ;
    :reportedForSegment :productivityAndBusinessProcessesVertical .
us-gaap:OperatingIncomeLoss schema:subjectOf :fact-OperatingIncomeLoss-fy2026-productivityAndBusinessProcessesVertical, :fact-OperatingIncomeLoss-fy2025-productivityAndBusinessProcessesVertical .

:fact-OperatingIncomeLoss-fy2026-intelligentCloudVertical a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Operating income — FY2026"@en ;
    schema:value 56972000000 ;
    schema:currency "USD" ;
    schema:validFrom "2025-07-01"^^xsd:date ; schema:validThrough "2026-06-30"^^xsd:date ;
    schema:about us-gaap:OperatingIncomeLoss ;
    :reportedForSegment :intelligentCloudVertical .
:fact-OperatingIncomeLoss-fy2025-intelligentCloudVertical a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Operating income — FY2025"@en ;
    schema:value 44589000000 ;
    schema:currency "USD" ;
    schema:validFrom "2024-07-01"^^xsd:date ; schema:validThrough "2025-06-30"^^xsd:date ;
    schema:about us-gaap:OperatingIncomeLoss ;
    :reportedForSegment :intelligentCloudVertical .
us-gaap:OperatingIncomeLoss schema:subjectOf :fact-OperatingIncomeLoss-fy2026-intelligentCloudVertical, :fact-OperatingIncomeLoss-fy2025-intelligentCloudVertical .

:fact-OperatingIncomeLoss-fy2026-morePersonalComputingVertical a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Operating income — FY2026"@en ;
    schema:value 14386000000 ;
    schema:currency "USD" ;
    schema:validFrom "2025-07-01"^^xsd:date ; schema:validThrough "2026-06-30"^^xsd:date ;
    schema:about us-gaap:OperatingIncomeLoss ;
    :reportedForSegment :morePersonalComputingVertical .
:fact-OperatingIncomeLoss-fy2025-morePersonalComputingVertical a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Operating income — FY2025"@en ;
    schema:value 14166000000 ;
    schema:currency "USD" ;
    schema:validFrom "2024-07-01"^^xsd:date ; schema:validThrough "2025-06-30"^^xsd:date ;
    schema:about us-gaap:OperatingIncomeLoss ;
    :reportedForSegment :morePersonalComputingVertical .
us-gaap:OperatingIncomeLoss schema:subjectOf :fact-OperatingIncomeLoss-fy2026-morePersonalComputingVertical, :fact-OperatingIncomeLoss-fy2025-morePersonalComputingVertical .

:fact-ContractWithCustomerLiability-fy2026-instant a schema:MonetaryAmount ; schema:isPartOf :financialFactsSection ;
    schema:name "Unearned revenue (expected future recognition) — as of June 30, 2026"@en ;
    schema:value 75712000000 ;
    schema:currency "USD" ;
    schema:validThrough "2026-06-30"^^xsd:date ;
    schema:about us-gaap:ContractWithCustomerLiability .
us-gaap:ContractWithCustomerLiability schema:subjectOf :fact-ContractWithCustomerLiability-fy2026-instant .

:fact-EffectiveIncomeTaxRateContinuingOperations-fy2026 a schema:QuantitativeValue ; schema:isPartOf :financialFactsSection ;
    schema:name "Effective tax rate — FY2026"@en ;
    schema:value 0.194 ;
    schema:unitText "fraction of pretax income"@en ;
    schema:validFrom "2025-07-01"^^xsd:date ; schema:validThrough "2026-06-30"^^xsd:date ;
    schema:about us-gaap:EffectiveIncomeTaxRateContinuingOperations .
:fact-EffectiveIncomeTaxRateContinuingOperations-fy2025 a schema:QuantitativeValue ; schema:isPartOf :financialFactsSection ;
    schema:name "Effective tax rate — FY2025"@en ;
    schema:value 0.176 ;
    schema:unitText "fraction of pretax income"@en ;
    schema:validFrom "2024-07-01"^^xsd:date ; schema:validThrough "2025-06-30"^^xsd:date ;
    schema:about us-gaap:EffectiveIncomeTaxRateContinuingOperations .
us-gaap:EffectiveIncomeTaxRateContinuingOperations schema:subjectOf :fact-EffectiveIncomeTaxRateContinuingOperations-fy2026, :fact-EffectiveIncomeTaxRateContinuingOperations-fy2025 .

# =========================================================================
# Glossary
# =========================================================================

:glossarySection a schema:DefinedTermSet ;
    schema:isPartOf :analysis ;
    schema:name "Glossary"@en ;
    schema:hasDefinedTerm :termMDA, :termMicrosoftCloudRevenue, :termCRPO, :termNonGAAP, :termAdjustedNetIncome,
        :termSSP, :termUnearnedRevenue, :termCriticalAccountingEstimate, :termGoodwillImpairmentTest,
        :termEffectiveTaxRate, :termReportableSegment, :termM365CommercialSeat .
:analysis schema:hasPart :glossarySection .

:termMDA a schema:DefinedTerm ; schema:isPartOf :glossarySection ;
    schema:name "MD&A"@en ;
    schema:description "Management's Discussion and Analysis of Financial Condition and Results of Operations — the section of a Form 10-K in which management explains the results of operations and financial condition of the registrant, supplementing the consolidated financial statements."@en .

:termMicrosoftCloudRevenue a schema:DefinedTerm ; schema:isPartOf :glossarySection ;
    schema:name "Microsoft Cloud revenue"@en ;
    schema:description "Revenue from Microsoft 365 Commercial cloud, Azure and other cloud services, the commercial portion of LinkedIn, and Dynamics 365."@en .

:termCRPO a schema:DefinedTerm ; schema:isPartOf :glossarySection ;
    schema:name "Commercial remaining performance obligation"@en ;
    schema:description "The commercial portion of revenue allocated to remaining performance obligations, including unearned revenue and amounts that will be invoiced and recognized as revenue in future periods."@en .

:termNonGAAP a schema:DefinedTerm ; schema:isPartOf :glossarySection ;
    schema:name "Non-GAAP financial measures"@en ;
    schema:description "Financial measures, such as adjusted net income and adjusted diluted EPS, that exclude net gains and losses from investments in OpenAI; used by management alongside GAAP results but not a substitute for GAAP measures."@en .

:termAdjustedNetIncome a schema:DefinedTerm ; schema:isPartOf :glossarySection ;
    schema:name "Adjusted net income (non-GAAP)"@en ;
    schema:description "GAAP net income adjusted to exclude net gains and losses, net of tax, from investments in OpenAI."@en .

:termSSP a schema:DefinedTerm ; schema:isPartOf :glossarySection ;
    schema:name "Standalone selling price (SSP)"@en ;
    schema:description "The price at which a distinct product or service would be sold separately to a customer, used to allocate revenue across multiple performance obligations in a contract."@en .

:termUnearnedRevenue a schema:DefinedTerm ; schema:isPartOf :glossarySection ;
    schema:name "Unearned revenue"@en ;
    schema:description "Amounts invoiced or collected in advance of revenue recognition, comprising mainly volume licensing programs including cloud services and Software Assurance, recognized ratably over the coverage period."@en .

:termCriticalAccountingEstimate a schema:DefinedTerm ; schema:isPartOf :glossarySection ;
    schema:name "Critical accounting estimate"@en ;
    schema:description "An estimate involving a significant level of estimation uncertainty that could have a material impact on financial condition or results of operations."@en .

:termGoodwillImpairmentTest a schema:DefinedTerm ; schema:isPartOf :glossarySection ;
    schema:name "Goodwill impairment test"@en ;
    schema:description "An annual (and event-driven) assessment of whether a reporting unit's carrying value exceeds its estimated fair value, typically determined using a discounted cash flow methodology."@en .

:termEffectiveTaxRate a schema:DefinedTerm ; schema:isPartOf :glossarySection ;
    schema:name "Effective tax rate"@en ;
    schema:description "Total income tax expense divided by income before income taxes, reflecting the blended impact of statutory rates across the jurisdictions in which a company earns income."@en .

:termReportableSegment a schema:DefinedTerm ; schema:isPartOf :glossarySection ;
    schema:name "Reportable segment"@en ;
    schema:description "A component of a business for which discrete financial information is reviewed by the chief operating decision maker and disclosed separately in financial reporting; Microsoft reports Productivity and Business Processes, Intelligent Cloud, and More Personal Computing."@en .

:termM365CommercialSeat a schema:DefinedTerm ; schema:isPartOf :glossarySection ;
    schema:name "Microsoft 365 Commercial seat"@en ;
    schema:description "A paid user covered by a Microsoft 365 Commercial subscription at the end of a reporting period, used as a leading indicator of Microsoft 365 Commercial cloud revenue growth."@en .

# =========================================================================
# Provenance — generating skill
# =========================================================================

<https://github.com/OpenLinkSoftware/ai-agent-skills/tree/main/kg-generator#this> a schema:SoftwareApplication ;
    schema:name "kg-generator skill"@en ;
    schema:url <https://github.com/OpenLinkSoftware/ai-agent-skills/tree/main/kg-generator> ;
    schema:description "A Claude Code skill that generates standards-compliant RDF Knowledge Graphs from web and document sources using curated schema.org prompt templates."@en .
