@prefix : <https://p3institute.substack.com/p/from-open-source-software-to-open#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix schema1: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<> a schema1:CreativeWork ;
    schema1:about :article ;
    schema1:accountablePerson <https://www.linkedin.com/in/kidehen#this> ;
    schema1:author <https://www.linkedin.com/in/kidehen#this> ;
    schema1:dateCreated "2026-08-07T00:00:00+00:00"^^xsd:dateTime ;
    schema1:dateModified "2026-08-07T00:00:00+00:00"^^xsd:dateTime ;
    schema1:description "A source-grounded RDF collection mapping Bill Gurley's thesis that open source has become a corporate strategy for neutralizing incumbents, commoditizing critical layers, and shaping AI and autonomous vehicle competition."@en ;
    schema1:name "RDF collection for 'From Open Source Software to Open Source Strategy'"@en ;
    prov:wasGeneratedBy <https://github.com/OpenLinkSoftware/ai-agent-skills/tree/main/kg-generator#this>,
        <https://github.com/OpenLinkSoftware/ai-agent-skills/tree/main/rdf-infographic-skill#this>,
        <https://openai.com/codex#this> .

<http://dbpedia.org/resource/Apple_Inc.> a schema1:Organization ;
    schema1:name "Apple"@en .

<http://dbpedia.org/resource/Benchmark_(venture_capital_firm)> a schema1:Organization ;
    schema1:name "Benchmark"@en .

<http://dbpedia.org/resource/China> a schema1:Country ;
    schema1:name "China"@en .

<http://dbpedia.org/resource/Linux_Foundation> a schema1:Organization ;
    schema1:name "Linux Foundation"@en .

<http://dbpedia.org/resource/Microsoft> a schema1:Organization ;
    schema1:name "Microsoft"@en .

<http://dbpedia.org/resource/Open-source_software> a schema1:DefinedTerm ;
    schema1:description "Software whose source code can be studied, modified, and shared, creating broad development, testing, distribution, and cost advantages."@en ;
    schema1:inDefinedTermSet :glossary ;
    schema1:name "Open source software"@en ;
    owl:sameAs <http://www.wikidata.org/entity/Q39162> .

<http://dbpedia.org/resource/OpenAI> a schema1:Organization ;
    schema1:name "OpenAI"@en .

<http://dbpedia.org/resource/Porter's_five_forces_analysis> a schema1:DefinedTerm ;
    schema1:description "The bargaining leverage suppliers hold when customers depend on proprietary inputs or scarce alternatives."@en ;
    schema1:inDefinedTermSet :glossary ;
    schema1:name "supplier power"@en ;
    owl:sameAs <http://www.wikidata.org/entity/Q1342455> .

<http://dbpedia.org/resource/Santa_Fe_Institute> a schema1:Organization ;
    schema1:name "Santa Fe Institute"@en .

<http://dbpedia.org/resource/Tesla,_Inc.> a schema1:Organization ;
    schema1:name "Tesla"@en .

<http://dbpedia.org/resource/The_Cathedral_and_the_Bazaar> a schema1:DefinedTerm ;
    schema1:description "Eric Raymond's essay contrasting closed, centralized software development with distributed and transparent development."@en ;
    schema1:inDefinedTermSet :glossary ;
    schema1:name "The Cathedral and the Bazaar"@en ;
    owl:sameAs <http://www.wikidata.org/entity/Q775951> .

<http://dbpedia.org/resource/Waymo> a schema1:Organization ;
    schema1:name "Waymo"@en .

:a1 a schema1:Answer ;
    schema1:text "Open source has evolved from a software production method into a strategic weapon for reshaping market power around critical technology layers."@en .

:a10 a schema1:Answer ;
    schema1:text "They should ask which inputs, standards, and interfaces in their industry could be opened to neutralize a stronger rival or protect their own position."@en .

:a2 a schema1:Answer ;
    schema1:text "It combines distributed improvement, lower coordination costs, neutral governance, viral adoption, and commoditization of inputs that incumbents previously controlled."@en .

:a3 a schema1:Answer ;
    schema1:text "Foundations make cooperation credible by reducing fear that one participant will capture the shared project after others have invested in it."@en .

:a4 a schema1:Answer ;
    schema1:text "Android shows both sides of the playbook: open source helped Google neutralize Apple, but weak neutral governance later allowed Google to regain strong control."@en .

:a5 a schema1:Answer ;
    schema1:text "Kubernetes shows how an open standard can force even the targeted incumbent, AWS, to support the portability layer its rivals needed."@en .

:a6 a schema1:Answer ;
    schema1:text "RISC-V turns processor architecture into an open standard, making it harder for export controls or proprietary licensing to fully block a sovereign compute stack."@en .

:a7 a schema1:Answer ;
    schema1:text "AI agents need stable real-world place references. An open map identity layer prevents one proprietary map owner from quietly governing that grounding layer."@en .

:a8 a schema1:Answer ;
    schema1:text "Most companies cannot beat Waymo or Tesla alone, but they could protect their position by backing a shared open AV base layer."@en .

:a9 a schema1:Answer ;
    schema1:text "Closed leaders can use security framing to restrict open-weight competitors, especially Chinese models, while preserving their own platform power."@en .

:anthropic a schema1:Organization ;
    schema1:name "Anthropic"@en .

:article a schema1:Article ;
    schema1:about :open-source-strategy-thesis ;
    schema1:abstract "Bill Gurley argues that open source is no longer only a way to build software; it is a repeatable strategy for weakening proprietary chokepoints and reallocating industry power."@en ;
    schema1:accountablePerson <https://www.linkedin.com/in/kidehen#this> ;
    schema1:alternativeHeadline "How the smartest executives are using open source techniques to optimize corporate strategy"@en ;
    schema1:author <https://www.linkedin.com/in/billgurley#this> ;
    schema1:datePublished "2026-05-09"^^xsd:date ;
    schema1:hasPart :faq,
        :glossary,
        :live-frontiers,
        :open-source-strategy-playbook,
        :open-source-strategy-thesis,
        :strategic-cases ;
    schema1:headline "From Open Source Software to Open Source Strategy"@en ;
    schema1:name "From Open Source Software to Open Source Strategy"@en ;
    schema1:publisher <https://p3institute.substack.com/#this> ;
    schema1:url <https://p3institute.substack.com/p/from-open-source-software-to-open> ;
    prov:wasGeneratedBy <https://github.com/OpenLinkSoftware/ai-agent-skills/tree/main/kg-generator#this>,
        <https://github.com/OpenLinkSoftware/ai-agent-skills/tree/main/rdf-infographic-skill#this>,
        <https://openai.com/codex#this> .

:capture-complementary-value a schema1:HowToStep ;
    schema1:isPartOf :open-source-strategy-playbook ;
    schema1:name "Capture complementary value"@en ;
    schema1:position 5 ;
    schema1:text "Win through complements such as distribution, services, hardware, cloud, data, applications, or a protected core business."@en .

:case-android a schema1:CreativeWork ;
    schema1:about :open-source-strategy-thesis ;
    schema1:additionalType "Open Source Strategy case"@en ;
    schema1:competitor "Apple iOS"@en ;
    schema1:dateCreated "2007"^^xsd:gYear ;
    schema1:description "Google rallied handset makers, carriers, and component providers around a less closed mobile platform to prevent Apple from controlling the route to mobile search users."@en ;
    schema1:funder "Open Handset Alliance"@en ;
    schema1:isPartOf :strategic-cases ;
    schema1:keywords "mobile operating system"@en ;
    schema1:mentions <http://dbpedia.org/resource/Android_(operating_system)>,
        <http://dbpedia.org/resource/Apple_Inc.>,
        <http://dbpedia.org/resource/Google>,
        :open-handset-alliance ;
    schema1:name "Android"@en ;
    schema1:provider "Google"@en ;
    schema1:result "Android became the dominant handset operating system, while Google later regained practical control through app and service tying."@en .

:case-kubernetes a schema1:CreativeWork ;
    schema1:about :open-source-strategy-thesis ;
    schema1:additionalType "Open Source Strategy case"@en ;
    schema1:competitor "Amazon Web Services"@en ;
    schema1:dateCreated "2014"^^xsd:gYear ;
    schema1:description "Google open-sourced internal orchestration ideas and donated Kubernetes to CNCF so the cloud market would coordinate around a portable standard rather than AWS-specific lock-in."@en ;
    schema1:funder "Cloud Native Computing Foundation"@en ;
    schema1:isPartOf :strategic-cases ;
    schema1:keywords "container orchestration and cloud portability"@en ;
    schema1:mentions <http://dbpedia.org/resource/Amazon_Web_Services>,
        <http://dbpedia.org/resource/Google>,
        <http://dbpedia.org/resource/Kubernetes>,
        :cloud-native-computing-foundation ;
    schema1:name "Kubernetes"@en ;
    schema1:provider "Google"@en ;
    schema1:result "Kubernetes became the de facto cloud-native orchestration standard and forced AWS to support the layer it was meant to neutralize."@en .

:case-lf-networking a schema1:CreativeWork ;
    schema1:about :open-source-strategy-thesis ;
    schema1:additionalType "Open Source Strategy case"@en ;
    schema1:competitor "proprietary network equipment vendors"@en ;
    schema1:dateCreated "2018"^^xsd:gYear ;
    schema1:description "Carriers used open networking projects to erode vendor pricing power, prevent single-vendor architectural control, and reclaim margin."@en ;
    schema1:funder "Linux Foundation"@en ;
    schema1:isPartOf :strategic-cases ;
    schema1:keywords "telecom network infrastructure"@en ;
    schema1:mentions <http://dbpedia.org/resource/Cisco>,
        <http://dbpedia.org/resource/Ericsson>,
        <http://dbpedia.org/resource/Linux_Foundation>,
        <http://dbpedia.org/resource/Nokia>,
        :lf-networking ;
    schema1:name "LF Networking"@en ;
    schema1:provider "telecom carriers"@en ;
    schema1:result "The impact is mixed but directional: telecom equipment economics became harsher, open RAN expanded, and proprietary vendors faced pressure."@en .

:case-open-compute-project a schema1:CreativeWork ;
    schema1:about :open-source-strategy-thesis ;
    schema1:additionalType "Open Source Strategy case"@en ;
    schema1:competitor "traditional data center hardware vendors"@en ;
    schema1:dateCreated "2011"^^xsd:gYear ;
    schema1:description "Meta contributed internal data center designs to an open foundation so hyperscalers could lower supplier margins and reuse shared infrastructure specifications."@en ;
    schema1:funder "Open Compute Project Foundation"@en ;
    schema1:isPartOf :strategic-cases ;
    schema1:keywords "data center hardware designs"@en ;
    schema1:mentions <http://dbpedia.org/resource/Goldman_Sachs>,
        <http://dbpedia.org/resource/Intel>,
        <http://dbpedia.org/resource/Meta_Platforms>,
        <http://dbpedia.org/resource/Open_Compute_Project> ;
    schema1:name "Open Compute Project"@en ;
    schema1:provider "Facebook / Meta"@en ;
    schema1:result "OCP turned a large part of hyperscale infrastructure purchasing into an open specification market with broad member adoption."@en .

:case-overture-maps a schema1:CreativeWork ;
    schema1:about :open-source-strategy-thesis ;
    schema1:additionalType "Open Source Strategy case"@en ;
    schema1:competitor "Google Maps"@en ;
    schema1:dateCreated "2022"^^xsd:gYear ;
    schema1:description "Technology and mapping firms pooled open geospatial data to avoid dependence on Google's proprietary map moat and reduce data-conflation costs."@en ;
    schema1:funder "Linux Foundation / Joint Development Foundation"@en ;
    schema1:isPartOf :strategic-cases ;
    schema1:keywords "global map data and place identity"@en ;
    schema1:mentions <http://dbpedia.org/resource/Amazon_Web_Services>,
        <http://dbpedia.org/resource/Google_Maps>,
        <http://dbpedia.org/resource/Meta_Platforms>,
        <http://dbpedia.org/resource/Microsoft>,
        <http://dbpedia.org/resource/TomTom>,
        :overture-maps-foundation ;
    schema1:name "Overture Maps Foundation"@en ;
    schema1:provider "Amazon Web Services, Meta, Microsoft, and TomTom"@en ;
    schema1:result "Overture shipped production-grade releases, GERS place identifiers, and growing adoption across maps, logistics, and AI grounding scenarios."@en .

:case-risc-v a schema1:CreativeWork ;
    schema1:about :open-source-strategy-thesis ;
    schema1:additionalType "Open Source Strategy case"@en ;
    schema1:competitor "ARM and proprietary CPU instruction set licensing"@en ;
    schema1:dateCreated "2010"^^xsd:gYear ;
    schema1:description "An open instruction set lets companies and countries avoid per-unit architecture rents and reduce dependence on controlled semiconductor IP."@en ;
    schema1:funder "RISC-V International"@en ;
    schema1:isPartOf :strategic-cases ;
    schema1:keywords "processor instruction set architecture"@en ;
    schema1:mentions <http://dbpedia.org/resource/ARM_architecture_family>,
        <http://dbpedia.org/resource/China>,
        <http://dbpedia.org/resource/RISC-V>,
        <http://dbpedia.org/resource/University_of_California,_Berkeley> ;
    schema1:name "RISC-V"@en ;
    schema1:provider "UC Berkeley and RISC-V International"@en ;
    schema1:result "RISC-V became strategically important for companies and for China, where it supports a possible sovereign compute stack."@en .

:closed-cathedral-vendor a schema1:DefinedTerm ;
    schema1:description "A proprietary platform owner that keeps a critical technology layer closed and can charge platform rent or shape market access."@en ;
    schema1:inDefinedTermSet :glossary ;
    schema1:name "closed Cathedral vendor"@en .

:commoditize-input a schema1:HowToStep ;
    schema1:isPartOf :open-source-strategy-playbook ;
    schema1:name "Commoditize the input"@en ;
    schema1:position 4 ;
    schema1:text "Open the layer enough that the expensive input becomes a shared standard instead of a proprietary bottleneck."@en .

:deepseek a schema1:Organization ;
    schema1:name "DeepSeek"@en .

:detect-critical-layer a schema1:HowToStep ;
    schema1:isPartOf :open-source-strategy-playbook ;
    schema1:name "Detect the critical layer"@en ;
    schema1:position 1 ;
    schema1:text "Find the technology layer where an incumbent's proprietary control creates platform tax, supplier power, or strategic dependency."@en .

:frontier-artificial-intelligence a schema1:CreativeWork ;
    schema1:additionalType "Live Open Source Strategy frontier"@en ;
    schema1:competitor "OpenAI and Anthropic at the closed frontier"@en ;
    schema1:description "Open-weight frontier models preserve self-hosting, academic participation, switching leverage, and startup access to capable models."@en ;
    schema1:isPartOf :live-frontiers ;
    schema1:mentions <http://dbpedia.org/resource/Artificial_intelligence>,
        <http://dbpedia.org/resource/OpenAI>,
        :anthropic,
        :deepseek,
        :mistral-ai,
        :open-weight-ai-model,
        :qwen ;
    schema1:name "Artificial intelligence"@en ;
    schema1:text "If Western open frontier leadership does not emerge and regulation blocks Chinese open models, the United States may narrow its own AI market while much of the world standardizes elsewhere."@en .

:frontier-autonomous-vehicles a schema1:CreativeWork ;
    schema1:additionalType "Live Open Source Strategy frontier"@en ;
    schema1:competitor "Waymo and Tesla"@en ;
    schema1:description "A neutral open AV consortium could pool edge-case learning, safety fixes, security review, regulatory hooks, and shared cost reduction."@en ;
    schema1:isPartOf :live-frontiers ;
    schema1:mentions <http://dbpedia.org/resource/Autonomous_car>,
        <http://dbpedia.org/resource/BYD_Company>,
        <http://dbpedia.org/resource/Baidu>,
        <http://dbpedia.org/resource/Tesla,_Inc.>,
        <http://dbpedia.org/resource/Waymo> ;
    schema1:name "Autonomous vehicles"@en ;
    schema1:text "If the rest of the industry remains fragmented, two proprietary stacks may define autonomy economics for automakers, logistics firms, cities, and ride-hailing networks."@en .

:linuss-law a schema1:DefinedTerm ;
    schema1:description "The observation, popularized by Eric Raymond, that broad review makes defects easier to find and repair."@en ;
    schema1:inDefinedTermSet :glossary ;
    schema1:name "Linus's Law"@en .

:mistral-ai a schema1:Organization ;
    schema1:name "Mistral AI"@en .

:neutral-foundation-governance a schema1:DefinedTerm ;
    schema1:description "A governance pattern in which a trusted nonprofit foundation hosts a project so competitors can cooperate without one participant recapturing control."@en ;
    schema1:inDefinedTermSet :glossary ;
    schema1:name "neutral foundation governance"@en .

:place-under-neutral-governance a schema1:HowToStep ;
    schema1:isPartOf :open-source-strategy-playbook ;
    schema1:name "Place the project under neutral governance"@en ;
    schema1:position 3 ;
    schema1:text "Use a foundation or clear governance model so rivals can cooperate without fearing immediate recapture by one sponsor."@en .

:q1 a schema1:Question ;
    schema1:acceptedAnswer :a1 ;
    schema1:isPartOf :faq ;
    schema1:name "What is the core thesis?"@en .

:q10 a schema1:Question ;
    schema1:acceptedAnswer :a10 ;
    schema1:isPartOf :faq ;
    schema1:name "What should executives take from the thesis?"@en .

:q2 a schema1:Question ;
    schema1:acceptedAnswer :a2 ;
    schema1:isPartOf :faq ;
    schema1:name "Why does open source strategy work?"@en .

:q3 a schema1:Question ;
    schema1:acceptedAnswer :a3 ;
    schema1:isPartOf :faq ;
    schema1:name "Why are foundations so important?"@en .

:q4 a schema1:Question ;
    schema1:acceptedAnswer :a4 ;
    schema1:isPartOf :faq ;
    schema1:name "Why is Android a special case?"@en .

:q5 a schema1:Question ;
    schema1:acceptedAnswer :a5 ;
    schema1:isPartOf :faq ;
    schema1:name "What does Kubernetes prove?"@en .

:q6 a schema1:Question ;
    schema1:acceptedAnswer :a6 ;
    schema1:isPartOf :faq ;
    schema1:name "Why is RISC-V geopolitically important?"@en .

:q7 a schema1:Question ;
    schema1:acceptedAnswer :a7 ;
    schema1:isPartOf :faq ;
    schema1:name "Why does Overture Maps matter for AI?"@en .

:q8 a schema1:Question ;
    schema1:acceptedAnswer :a8 ;
    schema1:isPartOf :faq ;
    schema1:name "What is the autonomous vehicle argument?"@en .

:q9 a schema1:Question ;
    schema1:acceptedAnswer :a9 ;
    schema1:isPartOf :faq ;
    schema1:name "What is the AI policy risk?"@en .

:qwen a schema1:Organization ;
    schema1:name "Qwen"@en .

:recruit-aligned-followers a schema1:HowToStep ;
    schema1:isPartOf :open-source-strategy-playbook ;
    schema1:name "Recruit aligned followers"@en ;
    schema1:position 2 ;
    schema1:text "Identify companies, institutions, or countries that cannot individually beat the incumbent but benefit from reducing the incumbent's control."@en .

:watch-policy a schema1:HowToStep ;
    schema1:isPartOf :open-source-strategy-playbook ;
    schema1:name "Watch policy and regulation"@en ;
    schema1:position 6 ;
    schema1:text "Expect threatened incumbents to reframe open competition as security, safety, or compliance risk when commercial arguments fail."@en .

<https://www.linkedin.com/in/billgurley#this> a schema1:Person ;
    schema1:affiliation <http://dbpedia.org/resource/Benchmark_(venture_capital_firm)>,
        <http://dbpedia.org/resource/Santa_Fe_Institute>,
        <https://p3institute.substack.com/#this> ;
    schema1:description "Bill Gurley is the P3 Institute author of the source article, a former Benchmark venture capitalist, author of Runnin' Down a Dream, and trustee of the Santa Fe Institute."@en ;
    schema1:identifier "https://www.linkedin.com/in/billgurley"@en ;
    schema1:jobTitle "Founder and President, P3 Institute"@en ;
    schema1:name "Bill Gurley"@en ;
    schema1:sameAs <https://substack.com/@bgurley>,
        <https://www.linkedin.com/in/billgurley>,
        <https://x.com/bgurley> ;
    schema1:url <https://www.linkedin.com/in/billgurley> ;
    owl:sameAs <https://substack.com/@bgurley#this>,
        <https://x.com/bgurley#this> .

<http://dbpedia.org/resource/Amazon_Web_Services> a schema1:Organization ;
    schema1:name "Amazon Web Services"@en .

<http://dbpedia.org/resource/Google> a schema1:Organization ;
    schema1:name "Google"@en .

<http://dbpedia.org/resource/Meta_Platforms> a schema1:Organization ;
    schema1:name "Meta"@en .

<https://github.com/OpenLinkSoftware/ai-agent-skills/tree/main/kg-generator#this> a schema1:SoftwareApplication,
        prov:SoftwareAgent ;
    schema1:description "Skill used to structure the source article as RDF-Turtle."@en ;
    schema1:name "kg-generator skill"@en ;
    schema1:url <https://github.com/OpenLinkSoftware/ai-agent-skills/tree/main/kg-generator> ;
    prov:actedOnBehalfOf <https://www.linkedin.com/in/kidehen#this> .

<https://github.com/OpenLinkSoftware/ai-agent-skills/tree/main/rdf-infographic-skill#this> a schema1:SoftwareApplication,
        prov:SoftwareAgent ;
    schema1:description "Skill contract used to render RDF-backed HTML and companion Markdown."@en ;
    schema1:name "rdf-infographic-skill"@en ;
    schema1:url <https://github.com/OpenLinkSoftware/ai-agent-skills/tree/main/rdf-infographic-skill> ;
    prov:actedOnBehalfOf <https://www.linkedin.com/in/kidehen#this> .

<https://openai.com/codex#this> a schema1:SoftwareApplication,
        prov:SoftwareAgent ;
    schema1:description "AI coding agent environment used to generate the local collection."@en ;
    schema1:name "OpenAI Codex"@en ;
    schema1:url <https://openai.com/codex> ;
    prov:actedOnBehalfOf <https://www.linkedin.com/in/kidehen#this> .

<https://p3institute.substack.com/#this> a schema1:Organization ;
    schema1:name "P3 Institute"@en ;
    schema1:url <https://p3institute.substack.com/> .

:open-weight-ai-model a schema1:DefinedTerm ;
    schema1:description "An AI model whose parameters are released for use, deployment, and tuning even when all training code or data is not released."@en ;
    schema1:inDefinedTermSet :glossary ;
    schema1:name "open-weight AI model"@en .

:live-frontiers a schema1:CreativeWork ;
    schema1:description "The article's current unresolved arenas: autonomous vehicles and artificial intelligence."@en ;
    schema1:hasPart :frontier-artificial-intelligence,
        :frontier-autonomous-vehicles ;
    schema1:name "Two live strategic frontiers"@en .

<https://www.linkedin.com/in/kidehen#this> a schema1:Person ;
    schema1:name "Kingsley Idehen"@en ;
    schema1:url <https://www.linkedin.com/in/kidehen> .

:open-source-strategy-playbook a schema1:HowTo ;
    schema1:description "A reusable sequence for applying open source as strategic coordination rather than only software production."@en ;
    schema1:name "Open Source Strategy playbook"@en ;
    schema1:step :capture-complementary-value,
        :commoditize-input,
        :detect-critical-layer,
        :place-under-neutral-governance,
        :recruit-aligned-followers,
        :watch-policy .

:strategic-cases a schema1:CreativeWork ;
    schema1:description "The article's historical examples showing open source as a playbook for neutralizing platform power and commoditizing critical layers."@en ;
    schema1:hasPart :case-android,
        :case-kubernetes,
        :case-lf-networking,
        :case-open-compute-project,
        :case-overture-maps,
        :case-risc-v ;
    schema1:name "Six established strategic cases"@en .

:glossary a schema1:DefinedTermSet ;
    schema1:description "Defined terms used to interpret the strategy pattern and examples."@en ;
    schema1:hasDefinedTerm <http://dbpedia.org/resource/Open-source_software>,
        <http://dbpedia.org/resource/Porter's_five_forces_analysis>,
        <http://dbpedia.org/resource/The_Cathedral_and_the_Bazaar>,
        :closed-cathedral-vendor,
        :linuss-law,
        :neutral-foundation-governance,
        :open-source-strategy-thesis,
        :open-weight-ai-model ;
    schema1:name "Glossary of open source strategy terms"@en .

:open-source-strategy-thesis a schema1:DefinedTerm ;
    schema1:description "A corporate strategy pattern that uses open source methods to commoditize a critical layer, neutralize incumbent control, align an industry around a shared standard, or reduce supplier power."@en ;
    schema1:inDefinedTermSet :glossary ;
    schema1:name "Open Source Strategy"@en .

:faq a schema1:FAQPage ;
    schema1:mainEntity :q1,
        :q10,
        :q2,
        :q3,
        :q4,
        :q5,
        :q6,
        :q7,
        :q8,
        :q9 ;
    schema1:name "Questions for executives, builders, and policymakers"@en .

