@prefix : <https://w3id.org/uogto/alignments/mcp-a2a#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://w3id.org/uogto/alignments/mcp-a2a#> .

<https://w3id.org/uogto/alignments/mcp-a2a> rdf:type owl:Ontology ;
                                             owl:imports <https://w3id.org/uogto/core> ;
                                             <http://purl.org/dc/terms/creator> "UOGTO Contributors" ;
                                             <http://purl.org/dc/terms/description> "The core release ontology for modeling games, strategies, actions, outcomes, payoffs, equilibria, execution traces, and extensible game-theoretic semantics."@en ;
                                             <http://purl.org/dc/terms/license> <https://creativecommons.org/licenses/by/4.0/> ;
                                             <http://purl.org/dc/terms/title> "Universal Open Game Theory Ontology (UOGTO)"@en ;
                                             <http://purl.org/vocab/vann/preferredNamespacePrefix> "uogto" ;
                                             <http://purl.org/vocab/vann/preferredNamespaceUri> "https://w3id.org/uogto/core#" ;
                                             rdfs:label "UOGTO Alignment with Model Context Protocol"@en ,
                                                        "UOGTO Alignment with Open Games"@en ,
                                                        "UOGTO Alignment with PROV-O"@en ,
                                                        "UOGTO Alignment with Schema.org"@en ,
                                                        "UOGTO Alignment with W3C Web of Things Thing Description"@en ,
                                                        "UOGTO Core - Actions Module"@en ,
                                                        "UOGTO Core - Agents Module"@en ,
                                                        "UOGTO Core - Dynamics Module"@en ,
                                                        "UOGTO Core - Equilibria Module"@en ,
                                                        "UOGTO Core - Games Module"@en ,
                                                        "UOGTO Core - Information Module"@en ,
                                                        "UOGTO Core - Outcomes Module"@en ,
                                                        "UOGTO Core - Payoffs Module"@en ,
                                                        "UOGTO Core - Rules Module"@en ,
                                                        "UOGTO Core - Strategies Module"@en ,
                                                        "UOGTO Extension - Algorithmic Game Theory"@en ,
                                                        "UOGTO Extension - Auctions"@en ,
                                                        "UOGTO Extension - Bargaining"@en ,
                                                        "UOGTO Extension - Behavioural Games"@en ,
                                                        "UOGTO Extension - Causal Games"@en ,
                                                        "UOGTO Extension - Compositional Open Games"@en ,
                                                        "UOGTO Extension - Computational Social Choice"@en ,
                                                        "UOGTO Extension - Congestion Routing Games"@en ,
                                                        "UOGTO Extension - Contract Theory"@en ,
                                                        "UOGTO Extension - Cooperative Games"@en ,
                                                        "UOGTO Extension - Deontic Logic"@en ,
                                                        "UOGTO Extension - Differential Hybrid Games"@en ,
                                                        "UOGTO Extension - Digital Twin Games"@en ,
                                                        "UOGTO Extension - Epistemic Games"@en ,
                                                        "UOGTO Extension - Evolutionary Games"@en ,
                                                        "UOGTO Extension - Game Description Languages"@en ,
                                                        "UOGTO Extension - Information Design"@en ,
                                                        "UOGTO Extension - Institutional Economics"@en ,
                                                        "UOGTO Extension - Kg Execution Bindings"@en ,
                                                        "UOGTO Extension - Learning In Games"@en ,
                                                        "UOGTO Extension - Llm Agent Games"@en ,
                                                        "UOGTO Extension - Marl"@en ,
                                                        "UOGTO Extension - Matching Allocation"@en ,
                                                        "UOGTO Extension - Mean Field Games"@en ,
                                                        "UOGTO Extension - Mechanism Design"@en ,
                                                        "UOGTO Extension - Network Games"@en ,
                                                        "UOGTO Extension - Petri Net Devs Hla"@en ,
                                                        "UOGTO Extension - Privacy Disclosure"@en ,
                                                        "UOGTO Extension - Security Games"@en ,
                                                        "UOGTO Extension - Trust Reputation Provenance"@en ,
                                                        "UOGTO Extension - Verification Games"@en ,
                                                        "Universal Open Game Theory Ontology (UOGTO) Core"@en ;
                                             owl:versionInfo "1.0.0" ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "The core schema for modeling games, strategies, actions, outcomes, and payoffs."@en .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/terms/creator
<http://purl.org/dc/terms/creator> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/description
<http://purl.org/dc/terms/description> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/license
<http://purl.org/dc/terms/license> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/title
<http://purl.org/dc/terms/title> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespacePrefix
<http://purl.org/vocab/vann/preferredNamespacePrefix> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespaceUri
<http://purl.org/vocab/vann/preferredNamespaceUri> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#definition
<http://www.w3.org/2004/02/skos/core#definition> rdf:type owl:AnnotationProperty .


#################################################################
#    Object Properties
#################################################################

###  https://w3id.org/uogto/core#assignsPayoff
<https://w3id.org/uogto/core#assignsPayoff> rdf:type owl:ObjectProperty ;
                                            rdfs:label "assigns payoff"@en ;
                                            <http://www.w3.org/2004/02/skos/core#definition> "Links an outcome to the payoffs distributed."@en .


###  https://w3id.org/uogto/core#belongsToInformationSet
<https://w3id.org/uogto/core#belongsToInformationSet> rdf:type owl:ObjectProperty ,
                                                               owl:FunctionalProperty ;
                                                      rdfs:domain <https://w3id.org/uogto/core#DecisionNode> ;
                                                      rdfs:range <https://w3id.org/uogto/core#InformationSet> ;
                                                      rdfs:label "belongs to information set"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "Functional relation linking a decision node to its single containing information set."@en .


###  https://w3id.org/uogto/core#compiledToExecutionModel
<https://w3id.org/uogto/core#compiledToExecutionModel> rdf:type owl:ObjectProperty ;
                                                       rdfs:label "compiled to execution model"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "Links a game to its executable representation."@en .


###  https://w3id.org/uogto/core#comprisesStrategy
<https://w3id.org/uogto/core#comprisesStrategy> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://w3id.org/uogto/core#StrategyProfile> ;
                                                rdfs:range <https://w3id.org/uogto/core#Strategy> ;
                                                rdfs:label "comprises strategy"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "Links a strategy profile to the specific individual strategies."@en .


###  https://w3id.org/uogto/core#controlsNode
<https://w3id.org/uogto/core#controlsNode> rdf:type owl:ObjectProperty ;
                                           rdfs:domain <https://w3id.org/uogto/core#Player> ;
                                           rdfs:range <https://w3id.org/uogto/core#DecisionNode> ;
                                           rdfs:label "controls node"@en ;
                                           <http://www.w3.org/2004/02/skos/core#definition> "Links a player to the decision node they control."@en .


###  https://w3id.org/uogto/core#emitsEventTrace
<https://w3id.org/uogto/core#emitsEventTrace> rdf:type owl:ObjectProperty ;
                                              rdfs:label "emits event trace"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "Connects a play session to its event log."@en .


###  https://w3id.org/uogto/core#governedByNorm
<https://w3id.org/uogto/core#governedByNorm> rdf:type owl:ObjectProperty ;
                                             rdfs:label "governed by norm"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "Norms governing an institution."@en .


###  https://w3id.org/uogto/core#governedByRule
<https://w3id.org/uogto/core#governedByRule> rdf:type owl:ObjectProperty ;
                                             rdfs:label "governed by rule"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "Rules governing a specification or instance."@en .


###  https://w3id.org/uogto/core#hasAvailableAction
<https://w3id.org/uogto/core#hasAvailableAction> rdf:type owl:ObjectProperty ;
                                                 rdfs:label "has available action"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "Lists actions available to a player in a state."@en .


###  https://w3id.org/uogto/core#hasBelief
<https://w3id.org/uogto/core#hasBelief> rdf:type owl:ObjectProperty ;
                                        rdfs:label "has belief"@en ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "Links a player's information set to their belief state."@en .


###  https://w3id.org/uogto/core#hasEquilibrium
<https://w3id.org/uogto/core#hasEquilibrium> rdf:type owl:ObjectProperty ;
                                             rdfs:label "has equilibrium"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "Connects a game to its computed equilibrium profile."@en .


###  https://w3id.org/uogto/core#hasInformationSet
<https://w3id.org/uogto/core#hasInformationSet> rdf:type owl:ObjectProperty ;
                                                rdfs:label "has information set"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "Relates states to an information set."@en .


###  https://w3id.org/uogto/core#hasInitialState
<https://w3id.org/uogto/core#hasInitialState> rdf:type owl:ObjectProperty ;
                                              rdfs:label "has initial state"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "Declares the initial state."@en .


###  https://w3id.org/uogto/core#hasPayoff
<https://w3id.org/uogto/core#hasPayoff> rdf:type owl:ObjectProperty ;
                                        rdfs:domain <https://w3id.org/uogto/core#StrategyProfile> ;
                                        rdfs:range <https://w3id.org/uogto/core#PayoffProfile> ;
                                        rdfs:label "has payoff"@en ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "Links a strategy profile to its corresponding reified payoff profile."@en .


###  https://w3id.org/uogto/core#hasPayoffForPlayer
<https://w3id.org/uogto/core#hasPayoffForPlayer> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://w3id.org/uogto/core#PayoffProfile> ;
                                                 rdfs:range <https://w3id.org/uogto/core#PlayerPayoffLink> ;
                                                 rdfs:label "has payoff for player"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "Links a payoff profile to individual player-utility mappings."@en .


###  https://w3id.org/uogto/core#hasPlayer
<https://w3id.org/uogto/core#hasPlayer> rdf:type owl:ObjectProperty ;
                                        rdfs:label "has player"@en ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "Associates a game specification or instance with its players."@en .


###  https://w3id.org/uogto/core#hasRole
<https://w3id.org/uogto/core#hasRole> rdf:type owl:ObjectProperty ;
                                      rdfs:label "has role"@en ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "Assigns a role to a player."@en .


###  https://w3id.org/uogto/core#hasState
<https://w3id.org/uogto/core#hasState> rdf:type owl:ObjectProperty ;
                                       rdfs:label "has state"@en ;
                                       <http://www.w3.org/2004/02/skos/core#definition> "Relates a game instance or specification to a state."@en .


###  https://w3id.org/uogto/core#hasStrategy
<https://w3id.org/uogto/core#hasStrategy> rdf:type owl:ObjectProperty ;
                                          rdfs:label "has strategy"@en ;
                                          <http://www.w3.org/2004/02/skos/core#definition> "Links a player to their selected or available strategy."@en .


###  https://w3id.org/uogto/core#hasStrategyProfile
<https://w3id.org/uogto/core#hasStrategyProfile> rdf:type owl:ObjectProperty ;
                                                 rdfs:label "has strategy profile"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "Links a game equilibrium to its constituent strategy profile."@en .


###  https://w3id.org/uogto/core#hasTerminalState
<https://w3id.org/uogto/core#hasTerminalState> rdf:type owl:ObjectProperty ;
                                               rdfs:label "has terminal state"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "Declares a terminal state."@en .


###  https://w3id.org/uogto/core#hasTransition
<https://w3id.org/uogto/core#hasTransition> rdf:type owl:ObjectProperty ;
                                            rdfs:label "has transition"@en ;
                                            <http://www.w3.org/2004/02/skos/core#definition> "Links states or actions to a transition."@en .


###  https://w3id.org/uogto/core#hasUtilityFunction
<https://w3id.org/uogto/core#hasUtilityFunction> rdf:type owl:ObjectProperty ;
                                                 rdfs:label "has utility function"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "Assigns a utility function to a player role."@en .


###  https://w3id.org/uogto/core#observes
<https://w3id.org/uogto/core#observes> rdf:type owl:ObjectProperty ;
                                       rdfs:label "observes"@en ;
                                       <http://www.w3.org/2004/02/skos/core#definition> "Links an agent to an observed signal or state."@en .


###  https://w3id.org/uogto/core#participatesIn
<https://w3id.org/uogto/core#participatesIn> rdf:type owl:ObjectProperty ;
                                             rdfs:label "participates in"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "Associates a player with a game session or specification."@en .


###  https://w3id.org/uogto/core#payoffPlayer
<https://w3id.org/uogto/core#payoffPlayer> rdf:type owl:ObjectProperty ;
                                           rdfs:domain <https://w3id.org/uogto/core#PlayerPayoffLink> ;
                                           rdfs:range <https://w3id.org/uogto/core#Player> ;
                                           rdfs:label "payoff player"@en ;
                                           <http://www.w3.org/2004/02/skos/core#definition> "Associates the player payoff mapping back to the player."@en .


###  https://w3id.org/uogto/core#producesOutcome
<https://w3id.org/uogto/core#producesOutcome> rdf:type owl:ObjectProperty ;
                                              rdfs:label "produces outcome"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "Relates actions or states to an outcome."@en .


###  https://w3id.org/uogto/core#selectsAction
<https://w3id.org/uogto/core#selectsAction> rdf:type owl:ObjectProperty ;
                                            rdfs:label "selects action"@en ;
                                            <http://www.w3.org/2004/02/skos/core#definition> "Relates a player or agent to the action they choose."@en .


###  https://w3id.org/uogto/core#solvedBy
<https://w3id.org/uogto/core#solvedBy> rdf:type owl:ObjectProperty ;
                                       rdfs:label "solved by"@en ;
                                       <http://www.w3.org/2004/02/skos/core#definition> "Identifies the solver that calculated the equilibrium."@en .


###  https://w3id.org/uogto/core#transitionsFrom
<https://w3id.org/uogto/core#transitionsFrom> rdf:type owl:ObjectProperty ;
                                              rdfs:label "transitions from"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "Starting state of a transition."@en .


###  https://w3id.org/uogto/core#transitionsTo
<https://w3id.org/uogto/core#transitionsTo> rdf:type owl:ObjectProperty ;
                                            rdfs:label "transitions to"@en ;
                                            <http://www.w3.org/2004/02/skos/core#definition> "Target state of a transition."@en .


###  https://w3id.org/uogto/extensions#hasActionSpace
<https://w3id.org/uogto/extensions#hasActionSpace> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://w3id.org/uogto/core#Agent> ;
                                                   rdfs:range <https://w3id.org/uogto/extensions#ActionSpace> ;
                                                   rdfs:label "hasActionSpace"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Links an agent to their action space."@en .


###  https://w3id.org/uogto/extensions#hasAffordance
<https://w3id.org/uogto/extensions#hasAffordance> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://w3id.org/uogto/extensions#DigitalTwin> ;
                                                  rdfs:range <https://w3id.org/uogto/extensions#InteractionAffordance> ;
                                                  rdfs:label "hasAffordance"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "Links a digital twin to affordances."@en .


###  https://w3id.org/uogto/extensions#hasAgentRole
<https://w3id.org/uogto/extensions#hasAgentRole> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://w3id.org/uogto/extensions#ContractGame> ;
                                                 rdfs:range <https://w3id.org/uogto/extensions#AgentRole> ;
                                                 rdfs:label "hasAgentRole"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "Links a game to its agent role."@en .


###  https://w3id.org/uogto/extensions#hasAllocation
<https://w3id.org/uogto/extensions#hasAllocation> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://w3id.org/uogto/extensions#MatchingMarket> ;
                                                  rdfs:range <https://w3id.org/uogto/extensions#Allocation> ;
                                                  rdfs:label "hasAllocation"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "Links a market to allocations."@en .


###  https://w3id.org/uogto/extensions#hasAllocationRule
<https://w3id.org/uogto/extensions#hasAllocationRule> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://w3id.org/uogto/extensions#Mechanism> ;
                                                      rdfs:range <https://w3id.org/uogto/extensions#AllocationRule> ;
                                                      rdfs:label "hasAllocationRule"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "Links a mechanism to its allocation rule."@en .


###  https://w3id.org/uogto/extensions#hasAttacker
<https://w3id.org/uogto/extensions#hasAttacker> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://w3id.org/uogto/extensions#SecurityGame> ;
                                                rdfs:range <https://w3id.org/uogto/extensions#Attacker> ;
                                                rdfs:label "hasAttacker"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "Links a security game to its attacker."@en .


###  https://w3id.org/uogto/extensions#hasBallot
<https://w3id.org/uogto/extensions#hasBallot> rdf:type owl:ObjectProperty ;
                                              rdfs:domain <https://w3id.org/uogto/extensions#Voter> ;
                                              rdfs:range <https://w3id.org/uogto/extensions#Ballot> ;
                                              rdfs:label "hasBallot"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "Links a voter to their ballot."@en .


###  https://w3id.org/uogto/extensions#hasBargainingProtocol
<https://w3id.org/uogto/extensions#hasBargainingProtocol> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://w3id.org/uogto/extensions#BargainingGame> ;
                                                          rdfs:range <https://w3id.org/uogto/extensions#BargainingProtocol> ;
                                                          rdfs:label "hasBargainingProtocol"@en ;
                                                          <http://www.w3.org/2004/02/skos/core#definition> "Links a game to its negotiation protocol."@en .


###  https://w3id.org/uogto/extensions#hasBargainingSolution
<https://w3id.org/uogto/extensions#hasBargainingSolution> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://w3id.org/uogto/extensions#BargainingGame> ;
                                                          rdfs:range <https://w3id.org/uogto/extensions#BargainingSolution> ;
                                                          rdfs:label "hasBargainingSolution"@en ;
                                                          <http://www.w3.org/2004/02/skos/core#definition> "Assigns a bargaining solution to a bargaining problem."@en .


###  https://w3id.org/uogto/extensions#hasBeliefHierarchy
<https://w3id.org/uogto/extensions#hasBeliefHierarchy> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://w3id.org/uogto/extensions#Type> ;
                                                       rdfs:range <https://w3id.org/uogto/extensions#BeliefHierarchy> ;
                                                       rdfs:label "hasBeliefHierarchy"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "Links a type to its belief hierarchy."@en .


###  https://w3id.org/uogto/extensions#hasBiddingRule
<https://w3id.org/uogto/extensions#hasBiddingRule> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://w3id.org/uogto/extensions#Auction> ;
                                                   rdfs:range <https://w3id.org/uogto/core#Rule> ;
                                                   rdfs:label "hasBiddingRule"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Rules defining valid bids."@en .


###  https://w3id.org/uogto/extensions#hasBlockingPair
<https://w3id.org/uogto/extensions#hasBlockingPair> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://w3id.org/uogto/extensions#Matching> ;
                                                    rdfs:range <https://w3id.org/uogto/extensions#BlockingPair> ;
                                                    rdfs:label "hasBlockingPair"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "Links a matching to its blocking pairs."@en .


###  https://w3id.org/uogto/extensions#hasBoundedModel
<https://w3id.org/uogto/extensions#hasBoundedModel> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://w3id.org/uogto/core#Player> ;
                                                    rdfs:range <https://w3id.org/uogto/extensions#BoundedRationalityModel> ;
                                                    rdfs:label "hasBoundedModel"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "Links a player to bounded models."@en .


###  https://w3id.org/uogto/extensions#hasCandidate
<https://w3id.org/uogto/extensions#hasCandidate> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://w3id.org/uogto/extensions#VotingGame> ;
                                                 rdfs:range <https://w3id.org/uogto/extensions#Candidate> ;
                                                 rdfs:label "hasCandidate"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "Links a voting game to options."@en .


###  https://w3id.org/uogto/extensions#hasCausalGraph
<https://w3id.org/uogto/extensions#hasCausalGraph> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://w3id.org/uogto/extensions#CausalModel> ;
                                                   rdfs:range <https://w3id.org/uogto/extensions#CausalGraph> ;
                                                   rdfs:label "hasCausalGraph"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Links a causal model to its DAG graph."@en .


###  https://w3id.org/uogto/extensions#hasCausalModel
<https://w3id.org/uogto/extensions#hasCausalModel> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://w3id.org/uogto/extensions#CausalGame> ;
                                                   rdfs:range <https://w3id.org/uogto/extensions#CausalModel> ;
                                                   rdfs:label "hasCausalModel"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Links a game to its structural causal model."@en .


###  https://w3id.org/uogto/extensions#hasCharacteristicFunction
<https://w3id.org/uogto/extensions#hasCharacteristicFunction> rdf:type owl:ObjectProperty ;
                                                              rdfs:domain <https://w3id.org/uogto/extensions#CooperativeGame> ;
                                                              rdfs:range <https://w3id.org/uogto/extensions#CharacteristicFunction> ;
                                                              rdfs:label "has characteristic function"@en ;
                                                              <http://www.w3.org/2004/02/skos/core#definition> "Links cooperative game to its characteristic function."@en .


###  https://w3id.org/uogto/extensions#hasCoalition
<https://w3id.org/uogto/extensions#hasCoalition> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://w3id.org/uogto/extensions#CooperativeGame> ;
                                                 rdfs:range <https://w3id.org/uogto/core#Coalition> ;
                                                 rdfs:label "has coalition"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "Links a game to active coalitions."@en .


###  https://w3id.org/uogto/extensions#hasComplexityClass
<https://w3id.org/uogto/extensions#hasComplexityClass> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://w3id.org/uogto/extensions#EquilibriumComputationProblem> ;
                                                       rdfs:range <https://w3id.org/uogto/extensions#ComplexityClass> ;
                                                       rdfs:label "hasComplexityClass"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "Links computation to complexity classes."@en .


###  https://w3id.org/uogto/extensions#hasComposition
<https://w3id.org/uogto/extensions#hasComposition> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://w3id.org/uogto/extensions#CompositionalGame> ;
                                                   rdfs:range <https://w3id.org/uogto/extensions#MonoidalComposition> ;
                                                   rdfs:label "hasComposition"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Links composite games to elements."@en .


###  https://w3id.org/uogto/extensions#hasConsentBoundary
<https://w3id.org/uogto/extensions#hasConsentBoundary> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://w3id.org/uogto/extensions#ToolInvocation> ;
                                                       rdfs:range <https://w3id.org/uogto/extensions#ConsentBoundary> ;
                                                       rdfs:label "hasConsentBoundary"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "Links tool calls to boundaries."@en .


###  https://w3id.org/uogto/extensions#hasConsentPolicy
<https://w3id.org/uogto/extensions#hasConsentPolicy> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://w3id.org/uogto/extensions#DisclosureAction> ;
                                                     rdfs:range <https://w3id.org/uogto/extensions#ConsentPolicy> ;
                                                     rdfs:label "hasConsentPolicy"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "Links disclosure actions to policies."@en .


###  https://w3id.org/uogto/extensions#hasContract
<https://w3id.org/uogto/extensions#hasContract> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://w3id.org/uogto/extensions#ContractGame> ;
                                                rdfs:range <https://w3id.org/uogto/extensions#Contract> ;
                                                rdfs:label "hasContract"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "Links a principal-agent game to its contract."@en .


###  https://w3id.org/uogto/extensions#hasControlVariable
<https://w3id.org/uogto/extensions#hasControlVariable> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://w3id.org/uogto/core#Player> ;
                                                       rdfs:range <https://w3id.org/uogto/extensions#ControlVariable> ;
                                                       rdfs:label "hasControlVariable"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "Links a player to their control variables."@en .


###  https://w3id.org/uogto/extensions#hasCoplayFunction
<https://w3id.org/uogto/extensions#hasCoplayFunction> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://w3id.org/uogto/extensions#OpenGame> ;
                                                      rdfs:range <https://w3id.org/uogto/extensions#CoplayFunction> ;
                                                      rdfs:label "hasCoplayFunction"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "Links an open game to backward functions."@en .


###  https://w3id.org/uogto/extensions#hasCoreSolution
<https://w3id.org/uogto/extensions#hasCoreSolution> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://w3id.org/uogto/extensions#CooperativeGame> ;
                                                    rdfs:range <https://w3id.org/uogto/extensions#CoreSolution> ;
                                                    rdfs:label "has core solution"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "Links a cooperative game to its core solutions."@en .


###  https://w3id.org/uogto/extensions#hasCounterexample
<https://w3id.org/uogto/extensions#hasCounterexample> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://w3id.org/uogto/extensions#ModelCheckingTask> ;
                                                      rdfs:range <https://w3id.org/uogto/extensions#CounterexampleTrace> ;
                                                      rdfs:label "hasCounterexample"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "Links task run to counterexamples."@en .


###  https://w3id.org/uogto/extensions#hasCounterfactualOutcome
<https://w3id.org/uogto/extensions#hasCounterfactualOutcome> rdf:type owl:ObjectProperty ;
                                                             rdfs:domain <https://w3id.org/uogto/core#PlaySession> ;
                                                             rdfs:range <https://w3id.org/uogto/extensions#CounterfactualOutcome> ;
                                                             rdfs:label "hasCounterfactualOutcome"@en ;
                                                             <http://www.w3.org/2004/02/skos/core#definition> "Links a session to hypothetical outcomes."@en .


###  https://w3id.org/uogto/extensions#hasCoverageSchedule
<https://w3id.org/uogto/extensions#hasCoverageSchedule> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://w3id.org/uogto/extensions#Defender> ;
                                                        rdfs:range <https://w3id.org/uogto/extensions#CoverageSchedule> ;
                                                        rdfs:label "hasCoverageSchedule"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "Links defender to a schedule."@en .


###  https://w3id.org/uogto/extensions#hasCredential
<https://w3id.org/uogto/extensions#hasCredential> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://w3id.org/uogto/core#Player> ;
                                                  rdfs:range <https://w3id.org/uogto/extensions#Credential> ;
                                                  rdfs:label "hasCredential"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "Links a player to credentials."@en .


###  https://w3id.org/uogto/extensions#hasDPMechanism
<https://w3id.org/uogto/extensions#hasDPMechanism> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://w3id.org/uogto/extensions#DisclosureAction> ;
                                                   rdfs:range <https://w3id.org/uogto/extensions#DifferentialPrivacyMechanism> ;
                                                   rdfs:label "hasDPMechanism"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Links disclosure to DP mechanisms."@en .


###  https://w3id.org/uogto/extensions#hasDefender
<https://w3id.org/uogto/extensions#hasDefender> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://w3id.org/uogto/extensions#SecurityGame> ;
                                                rdfs:range <https://w3id.org/uogto/extensions#Defender> ;
                                                rdfs:label "hasDefender"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "Links a security game to its defender."@en .


###  https://w3id.org/uogto/extensions#hasDesigner
<https://w3id.org/uogto/extensions#hasDesigner> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://w3id.org/uogto/extensions#InformationDesignGame> ;
                                                rdfs:range <https://w3id.org/uogto/extensions#InformationDesigner> ;
                                                rdfs:label "hasDesigner"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "Links information design to its designer."@en .


###  https://w3id.org/uogto/extensions#hasDigitalTwin
<https://w3id.org/uogto/extensions#hasDigitalTwin> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://w3id.org/uogto/extensions#DigitalTwinGame> ;
                                                   rdfs:range <https://w3id.org/uogto/extensions#DigitalTwin> ;
                                                   rdfs:label "hasDigitalTwin"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Links a game to its digital twins."@en .


###  https://w3id.org/uogto/extensions#hasDisclosurePolicy
<https://w3id.org/uogto/extensions#hasDisclosurePolicy> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://w3id.org/uogto/extensions#InformationDesignGame> ;
                                                        rdfs:range <https://w3id.org/uogto/extensions#DisclosurePolicy> ;
                                                        rdfs:label "hasDisclosurePolicy"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "Links design to policies."@en .


###  https://w3id.org/uogto/extensions#hasDistributionalState
<https://w3id.org/uogto/extensions#hasDistributionalState> rdf:type owl:ObjectProperty ;
                                                           rdfs:domain <https://w3id.org/uogto/extensions#PopulationState> ;
                                                           rdfs:range <https://w3id.org/uogto/extensions#DistributionalState> ;
                                                           rdfs:label "hasDistributionalState"@en ;
                                                           <http://www.w3.org/2004/02/skos/core#definition> "Links a population state to distributions."@en .


###  https://w3id.org/uogto/extensions#hasESS
<https://w3id.org/uogto/extensions#hasESS> rdf:type owl:ObjectProperty ;
                                           rdfs:domain <https://w3id.org/uogto/extensions#EvolutionaryGame> ;
                                           rdfs:range <https://w3id.org/uogto/extensions#EvolutionarilyStableStrategy> ;
                                           rdfs:label "hasESS"@en ;
                                           <http://www.w3.org/2004/02/skos/core#definition> "Links an evolutionary game to its stable strategies."@en .


###  https://w3id.org/uogto/extensions#hasEnforcementMechanism
<https://w3id.org/uogto/extensions#hasEnforcementMechanism> rdf:type owl:ObjectProperty ;
                                                            rdfs:domain <https://w3id.org/uogto/extensions#Institution> ;
                                                            rdfs:range <https://w3id.org/uogto/extensions#EnforcementMechanism> ;
                                                            rdfs:label "hasEnforcementMechanism"@en ;
                                                            <http://www.w3.org/2004/02/skos/core#definition> "Links an institution to enforcement."@en .


###  https://w3id.org/uogto/extensions#hasEquilibriumPredicate
<https://w3id.org/uogto/extensions#hasEquilibriumPredicate> rdf:type owl:ObjectProperty ;
                                                            rdfs:domain <https://w3id.org/uogto/extensions#OpenGame> ;
                                                            rdfs:range <https://w3id.org/uogto/extensions#EquilibriumPredicate> ;
                                                            rdfs:label "hasEquilibriumPredicate"@en ;
                                                            <http://www.w3.org/2004/02/skos/core#definition> "Links an open game to its local equilibria."@en .


###  https://w3id.org/uogto/extensions#hasExecutionBinding
<https://w3id.org/uogto/extensions#hasExecutionBinding> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://w3id.org/uogto/extensions#ExecutableGameGraph> ;
                                                        rdfs:range <https://w3id.org/uogto/extensions#ExecutionBinding> ;
                                                        rdfs:label "hasExecutionBinding"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "Links an executable graph to execution mappings."@en .


###  https://w3id.org/uogto/extensions#hasFitnessFunction
<https://w3id.org/uogto/extensions#hasFitnessFunction> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://w3id.org/uogto/extensions#Population> ;
                                                       rdfs:range <https://w3id.org/uogto/extensions#FitnessFunction> ;
                                                       rdfs:label "hasFitnessFunction"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "Links a population to its fitness model."@en .


###  https://w3id.org/uogto/extensions#hasFormula
<https://w3id.org/uogto/extensions#hasFormula> rdf:type owl:ObjectProperty ;
                                               rdfs:domain <https://w3id.org/uogto/extensions#ModelCheckingTask> ;
                                               rdfs:range <https://w3id.org/uogto/extensions#StrategicFormula> ;
                                               rdfs:label "hasFormula"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "Links a model checker to formulas."@en .


###  https://w3id.org/uogto/extensions#hasGoalRule
<https://w3id.org/uogto/extensions#hasGoalRule> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://w3id.org/uogto/extensions#RuleEncodedGame> ;
                                                rdfs:range <https://w3id.org/uogto/extensions#GoalRule> ;
                                                rdfs:label "hasGoalRule"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "Links a game to goal rules."@en .


###  https://w3id.org/uogto/extensions#hasGraphPlayer
<https://w3id.org/uogto/extensions#hasGraphPlayer> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://w3id.org/uogto/extensions#NetworkGame> ;
                                                   rdfs:range <https://w3id.org/uogto/extensions#GraphPlayer> ;
                                                   rdfs:label "hasGraphPlayer"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Links a network game to its player nodes."@en .


###  https://w3id.org/uogto/extensions#hasHamiltonian
<https://w3id.org/uogto/extensions#hasHamiltonian> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://w3id.org/uogto/extensions#ContinuousTimeGame> ;
                                                   rdfs:range <https://w3id.org/uogto/extensions#Hamiltonian> ;
                                                   rdfs:label "hasHamiltonian"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Links state analysis to its Hamiltonian."@en .


###  https://w3id.org/uogto/extensions#hasHighestBidder
<https://w3id.org/uogto/extensions#hasHighestBidder> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://w3id.org/uogto/extensions#Auction> ;
                                                     rdfs:range <https://w3id.org/uogto/core#Player> ;
                                                     rdfs:label "hasHighestBidder"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "Identifies the highest bidder in an auction."@en .


###  https://w3id.org/uogto/extensions#hasIdentityClaim
<https://w3id.org/uogto/extensions#hasIdentityClaim> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://w3id.org/uogto/core#Player> ;
                                                     rdfs:range <https://w3id.org/uogto/extensions#IdentityClaim> ;
                                                     rdfs:label "hasIdentityClaim"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "Links a player to identity claims."@en .


###  https://w3id.org/uogto/extensions#hasIncentiveConstraint
<https://w3id.org/uogto/extensions#hasIncentiveConstraint> rdf:type owl:ObjectProperty ;
                                                           rdfs:domain <https://w3id.org/uogto/extensions#Mechanism> ;
                                                           rdfs:range <https://w3id.org/uogto/extensions#IncentiveCompatibilityConstraint> ;
                                                           rdfs:label "hasIncentiveConstraint"@en ;
                                                           <http://www.w3.org/2004/02/skos/core#definition> "Links a mechanism to incentive constraints."@en .


###  https://w3id.org/uogto/extensions#hasIncentiveScheme
<https://w3id.org/uogto/extensions#hasIncentiveScheme> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://w3id.org/uogto/extensions#Contract> ;
                                                       rdfs:range <https://w3id.org/uogto/extensions#IncentiveScheme> ;
                                                       rdfs:label "hasIncentiveScheme"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "Links a contract to incentives."@en .


###  https://w3id.org/uogto/extensions#hasInstitution
<https://w3id.org/uogto/extensions#hasInstitution> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://w3id.org/uogto/extensions#InstitutionalEconomicsGame> ;
                                                   rdfs:range <https://w3id.org/uogto/extensions#Institution> ;
                                                   rdfs:label "hasInstitution"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Links a game to governing institutions."@en .


###  https://w3id.org/uogto/extensions#hasIntervention
<https://w3id.org/uogto/extensions#hasIntervention> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://w3id.org/uogto/core#PlaySession> ;
                                                    rdfs:range <https://w3id.org/uogto/extensions#Intervention> ;
                                                    rdfs:label "hasIntervention"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "Links a session to an intervention."@en .


###  https://w3id.org/uogto/extensions#hasLatencyFunction
<https://w3id.org/uogto/extensions#hasLatencyFunction> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://w3id.org/uogto/extensions#Resource> ;
                                                       rdfs:range <https://w3id.org/uogto/extensions#LatencyFunction> ;
                                                       rdfs:label "hasLatencyFunction"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "Links a resource to latency functions."@en .


###  https://w3id.org/uogto/extensions#hasLearningAlgorithm
<https://w3id.org/uogto/extensions#hasLearningAlgorithm> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://w3id.org/uogto/extensions#MultiAgentEnvironment> ;
                                                         rdfs:range <https://w3id.org/uogto/extensions#LearningAlgorithm> ;
                                                         rdfs:label "hasLearningAlgorithm"@en ;
                                                         <http://www.w3.org/2004/02/skos/core#definition> "Links a training run to its algorithm."@en .


###  https://w3id.org/uogto/extensions#hasLearningProcess
<https://w3id.org/uogto/extensions#hasLearningProcess> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://w3id.org/uogto/core#PlaySession> ;
                                                       rdfs:range <https://w3id.org/uogto/extensions#LearningProcess> ;
                                                       rdfs:label "hasLearningProcess"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "Links a game session to its learning process."@en .


###  https://w3id.org/uogto/extensions#hasLegalMoveRule
<https://w3id.org/uogto/extensions#hasLegalMoveRule> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://w3id.org/uogto/extensions#RuleEncodedGame> ;
                                                     rdfs:range <https://w3id.org/uogto/extensions#LegalMoveRule> ;
                                                     rdfs:label "hasLegalMoveRule"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "Links a game to move rules."@en .


###  https://w3id.org/uogto/extensions#hasLens
<https://w3id.org/uogto/extensions#hasLens> rdf:type owl:ObjectProperty ;
                                            rdfs:domain <https://w3id.org/uogto/extensions#OpenGame> ;
                                            rdfs:range <https://w3id.org/uogto/extensions#Lens> ;
                                            rdfs:label "hasLens"@en ;
                                            <http://www.w3.org/2004/02/skos/core#definition> "Links an open game to its lens."@en .


###  https://w3id.org/uogto/extensions#hasLocalInteraction
<https://w3id.org/uogto/extensions#hasLocalInteraction> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://w3id.org/uogto/extensions#GraphPlayer> ;
                                                        rdfs:range <https://w3id.org/uogto/extensions#LocalInteraction> ;
                                                        rdfs:label "hasLocalInteraction"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "Links a player node to local games."@en .


###  https://w3id.org/uogto/extensions#hasMarking
<https://w3id.org/uogto/extensions#hasMarking> rdf:type owl:ObjectProperty ;
                                               rdfs:domain <https://w3id.org/uogto/extensions#PetriNet> ;
                                               rdfs:range <https://w3id.org/uogto/extensions#Marking> ;
                                               rdfs:label "hasMarking"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "Links a net model to its current marking state."@en .


###  https://w3id.org/uogto/extensions#hasMatching
<https://w3id.org/uogto/extensions#hasMatching> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://w3id.org/uogto/extensions#MatchingMarket> ;
                                                rdfs:range <https://w3id.org/uogto/extensions#Matching> ;
                                                rdfs:label "hasMatching"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "Links a market to matching assignments."@en .


###  https://w3id.org/uogto/extensions#hasMatchingMarket
<https://w3id.org/uogto/extensions#hasMatchingMarket> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://w3id.org/uogto/core#PlaySession> ;
                                                      rdfs:range <https://w3id.org/uogto/extensions#MatchingMarket> ;
                                                      rdfs:label "hasMatchingMarket"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "Links a session to a market."@en .


###  https://w3id.org/uogto/extensions#hasMeanFieldEquilibrium
<https://w3id.org/uogto/extensions#hasMeanFieldEquilibrium> rdf:type owl:ObjectProperty ;
                                                            rdfs:domain <https://w3id.org/uogto/extensions#MeanFieldGame> ;
                                                            rdfs:range <https://w3id.org/uogto/extensions#MeanFieldEquilibrium> ;
                                                            rdfs:label "hasMeanFieldEquilibrium"@en ;
                                                            <http://www.w3.org/2004/02/skos/core#definition> "Links a game to its equilibria."@en .


###  https://w3id.org/uogto/extensions#hasMemoryState
<https://w3id.org/uogto/extensions#hasMemoryState> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://w3id.org/uogto/extensions#LLMAgent> ;
                                                   rdfs:range <https://w3id.org/uogto/extensions#MemoryState> ;
                                                   rdfs:label "hasMemoryState"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Links an LLM agent to memory."@en .


###  https://w3id.org/uogto/extensions#hasMutationOperator
<https://w3id.org/uogto/extensions#hasMutationOperator> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://w3id.org/uogto/extensions#Population> ;
                                                        rdfs:range <https://w3id.org/uogto/extensions#MutationOperator> ;
                                                        rdfs:label "hasMutationOperator"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "Links a population to mutation rates."@en .


###  https://w3id.org/uogto/extensions#hasNegotiator
<https://w3id.org/uogto/extensions#hasNegotiator> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://w3id.org/uogto/extensions#BargainingGame> ;
                                                  rdfs:range <https://w3id.org/uogto/core#Player> ;
                                                  rdfs:label "hasNegotiator"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "Identifies negotiators involved."@en .


###  https://w3id.org/uogto/extensions#hasNeighborSet
<https://w3id.org/uogto/extensions#hasNeighborSet> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://w3id.org/uogto/extensions#GraphPlayer> ;
                                                   rdfs:range <https://w3id.org/uogto/extensions#NeighborSet> ;
                                                   rdfs:label "hasNeighborSet"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Links a node to neighbors."@en .


###  https://w3id.org/uogto/extensions#hasNetworkEdge
<https://w3id.org/uogto/extensions#hasNetworkEdge> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://w3id.org/uogto/extensions#NetworkGame> ;
                                                   rdfs:range <https://w3id.org/uogto/extensions#NetworkEdge> ;
                                                   rdfs:label "hasNetworkEdge"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Links a network game to its structural edges."@en .


###  https://w3id.org/uogto/extensions#hasNetworkFlow
<https://w3id.org/uogto/extensions#hasNetworkFlow> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://w3id.org/uogto/extensions#RoutingGame> ;
                                                   rdfs:range <https://w3id.org/uogto/extensions#NetworkFlow> ;
                                                   rdfs:label "hasNetworkFlow"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Links a routing game to flows."@en .


###  https://w3id.org/uogto/extensions#hasObligation
<https://w3id.org/uogto/extensions#hasObligation> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://w3id.org/uogto/extensions#ComplianceState> ;
                                                  rdfs:range <https://w3id.org/uogto/extensions#Obligation> ;
                                                  rdfs:label "hasObligation"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "Links a compliance state to obligations."@en .


###  https://w3id.org/uogto/extensions#hasObservationSpace
<https://w3id.org/uogto/extensions#hasObservationSpace> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://w3id.org/uogto/extensions#MultiAgentEnvironment> ;
                                                        rdfs:range <https://w3id.org/uogto/extensions#ObservationSpace> ;
                                                        rdfs:label "hasObservationSpace"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "Links an environment to its observation space."@en .


###  https://w3id.org/uogto/extensions#hasParticipationConstraint
<https://w3id.org/uogto/extensions#hasParticipationConstraint> rdf:type owl:ObjectProperty ;
                                                               rdfs:domain <https://w3id.org/uogto/extensions#Mechanism> ;
                                                               rdfs:range <https://w3id.org/uogto/extensions#IndividualRationalityConstraint> ;
                                                               rdfs:label "hasParticipationConstraint"@en ;
                                                               <http://www.w3.org/2004/02/skos/core#definition> "Links a mechanism to participation constraints."@en .


###  https://w3id.org/uogto/extensions#hasPaymentRule
<https://w3id.org/uogto/extensions#hasPaymentRule> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://w3id.org/uogto/extensions#Mechanism> ;
                                                   rdfs:range <https://w3id.org/uogto/extensions#PaymentRule> ;
                                                   rdfs:label "hasPaymentRule"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Links a mechanism to its payment rule."@en .


###  https://w3id.org/uogto/extensions#hasPermission
<https://w3id.org/uogto/extensions#hasPermission> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://w3id.org/uogto/extensions#ComplianceState> ;
                                                  rdfs:range <https://w3id.org/uogto/extensions#Permission> ;
                                                  rdfs:label "hasPermission"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "Links a compliance state to permissions."@en .


###  https://w3id.org/uogto/extensions#hasPetriNet
<https://w3id.org/uogto/extensions#hasPetriNet> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://w3id.org/uogto/extensions#PetriNetGame> ;
                                                rdfs:range <https://w3id.org/uogto/extensions#PetriNet> ;
                                                rdfs:label "hasPetriNet"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "Links a Petri Net game to its net model."@en .


###  https://w3id.org/uogto/extensions#hasPhysicalThing
<https://w3id.org/uogto/extensions#hasPhysicalThing> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://w3id.org/uogto/extensions#DigitalTwin> ;
                                                     rdfs:range <https://w3id.org/uogto/extensions#Thing> ;
                                                     rdfs:label "hasPhysicalThing"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "Links a digital twin to its physical source."@en .


###  https://w3id.org/uogto/extensions#hasPlace
<https://w3id.org/uogto/extensions#hasPlace> rdf:type owl:ObjectProperty ;
                                             rdfs:domain <https://w3id.org/uogto/extensions#PetriNet> ;
                                             rdfs:range <https://w3id.org/uogto/extensions#Place> ;
                                             rdfs:label "hasPlace"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "Links a net model to places."@en .


###  https://w3id.org/uogto/extensions#hasPlayFunction
<https://w3id.org/uogto/extensions#hasPlayFunction> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://w3id.org/uogto/extensions#OpenGame> ;
                                                    rdfs:range <https://w3id.org/uogto/extensions#PlayFunction> ;
                                                    rdfs:label "hasPlayFunction"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "Links an open game to forward play functions."@en .


###  https://w3id.org/uogto/extensions#hasPolicy
<https://w3id.org/uogto/extensions#hasPolicy> rdf:type owl:ObjectProperty ;
                                              rdfs:domain <https://w3id.org/uogto/core#Agent> ;
                                              rdfs:range <https://w3id.org/uogto/extensions#Policy> ;
                                              rdfs:label "hasPolicy"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "Links an agent to their current policy."@en .


###  https://w3id.org/uogto/extensions#hasPopulation
<https://w3id.org/uogto/extensions#hasPopulation> rdf:type owl:ObjectProperty ;
                                                  rdfs:domain <https://w3id.org/uogto/extensions#EvolutionaryGame> ;
                                                  rdfs:range <https://w3id.org/uogto/extensions#Population> ;
                                                  rdfs:label "hasPopulation"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "Links an evolutionary game to its populations."@en .


###  https://w3id.org/uogto/extensions#hasPopulationState
<https://w3id.org/uogto/extensions#hasPopulationState> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://w3id.org/uogto/extensions#MeanFieldGame> ;
                                                       rdfs:range <https://w3id.org/uogto/extensions#PopulationState> ;
                                                       rdfs:label "hasPopulationState"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "Links a game to population states."@en .


###  https://w3id.org/uogto/extensions#hasPosteriorBelief
<https://w3id.org/uogto/extensions#hasPosteriorBelief> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://w3id.org/uogto/core#Player> ;
                                                       rdfs:range <https://w3id.org/uogto/extensions#PosteriorBelief> ;
                                                       rdfs:label "hasPosteriorBelief"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "Links a receiver to their posterior belief."@en .


###  https://w3id.org/uogto/extensions#hasPriceOfAnarchy
<https://w3id.org/uogto/extensions#hasPriceOfAnarchy> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://w3id.org/uogto/extensions#AlgorithmicGame> ;
                                                      rdfs:range <https://w3id.org/uogto/extensions#PriceOfAnarchy> ;
                                                      rdfs:label "hasPriceOfAnarchy"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "Links a game to its anarchy index."@en .


###  https://w3id.org/uogto/extensions#hasPriceOfStability
<https://w3id.org/uogto/extensions#hasPriceOfStability> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://w3id.org/uogto/extensions#AlgorithmicGame> ;
                                                        rdfs:range <https://w3id.org/uogto/extensions#PriceOfStability> ;
                                                        rdfs:label "hasPriceOfStability"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "Links a game to its stability index."@en .


###  https://w3id.org/uogto/extensions#hasPrincipal
<https://w3id.org/uogto/extensions#hasPrincipal> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://w3id.org/uogto/extensions#ContractGame> ;
                                                 rdfs:range <https://w3id.org/uogto/extensions#Principal> ;
                                                 rdfs:label "hasPrincipal"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "Links a game to its principal."@en .


###  https://w3id.org/uogto/extensions#hasPrivacyBudget
<https://w3id.org/uogto/extensions#hasPrivacyBudget> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://w3id.org/uogto/core#Player> ;
                                                     rdfs:range <https://w3id.org/uogto/extensions#PrivacyBudget> ;
                                                     rdfs:label "hasPrivacyBudget"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "Links an agent to their privacy budget."@en .


###  https://w3id.org/uogto/extensions#hasPrivateAttribute
<https://w3id.org/uogto/extensions#hasPrivateAttribute> rdf:type owl:ObjectProperty ;
                                                        rdfs:domain <https://w3id.org/uogto/core#Player> ;
                                                        rdfs:range <https://w3id.org/uogto/extensions#PrivateAttribute> ;
                                                        rdfs:label "hasPrivateAttribute"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "Links an agent to private attributes."@en .


###  https://w3id.org/uogto/extensions#hasPrivateSignal
<https://w3id.org/uogto/extensions#hasPrivateSignal> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://w3id.org/uogto/extensions#Type> ;
                                                     rdfs:range <https://w3id.org/uogto/extensions#PrivateSignal> ;
                                                     rdfs:label "hasPrivateSignal"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "Links a player type to signals."@en .


###  https://w3id.org/uogto/extensions#hasProhibition
<https://w3id.org/uogto/extensions#hasProhibition> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://w3id.org/uogto/extensions#ComplianceState> ;
                                                   rdfs:range <https://w3id.org/uogto/extensions#Prohibition> ;
                                                   rdfs:label "hasProhibition"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Links a compliance state to prohibitions."@en .


###  https://w3id.org/uogto/extensions#hasPromptState
<https://w3id.org/uogto/extensions#hasPromptState> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://w3id.org/uogto/extensions#LLMAgent> ;
                                                   rdfs:range <https://w3id.org/uogto/extensions#PromptState> ;
                                                   rdfs:label "hasPromptState"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Links an LLM agent to prompt states."@en .


###  https://w3id.org/uogto/extensions#hasPropertyRight
<https://w3id.org/uogto/extensions#hasPropertyRight> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://w3id.org/uogto/core#Player> ;
                                                     rdfs:range <https://w3id.org/uogto/extensions#PropertyRight> ;
                                                     rdfs:label "hasPropertyRight"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "Links a player to their assets."@en .


###  https://w3id.org/uogto/extensions#hasProtocolBinding
<https://w3id.org/uogto/extensions#hasProtocolBinding> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://w3id.org/uogto/extensions#InteractionAffordance> ;
                                                       rdfs:range <https://w3id.org/uogto/extensions#ProtocolBinding> ;
                                                       rdfs:label "hasProtocolBinding"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "Links affordances to protocols."@en .


###  https://w3id.org/uogto/extensions#hasProvenanceTrace
<https://w3id.org/uogto/extensions#hasProvenanceTrace> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://w3id.org/uogto/core#PlaySession> ;
                                                       rdfs:range <https://w3id.org/uogto/extensions#ProvenanceTrace> ;
                                                       rdfs:label "hasProvenanceTrace"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "Links a session to lineage logs."@en .


###  https://w3id.org/uogto/extensions#hasQRE
<https://w3id.org/uogto/extensions#hasQRE> rdf:type owl:ObjectProperty ;
                                           rdfs:domain <https://w3id.org/uogto/extensions#BehaviouralGame> ;
                                           rdfs:range <https://w3id.org/uogto/extensions#QuantalResponseEquilibrium> ;
                                           rdfs:label "hasQRE"@en ;
                                           <http://www.w3.org/2004/02/skos/core#definition> "Links a game to QRE profiles."@en .


###  https://w3id.org/uogto/extensions#hasQTable
<https://w3id.org/uogto/extensions#hasQTable> rdf:type owl:ObjectProperty ;
                                              rdfs:domain <https://w3id.org/uogto/extensions#LearningProcess> ;
                                              rdfs:range <https://w3id.org/uogto/core#State> ;
                                              rdfs:label "hasQTable"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "Identifies value state tables."@en .


###  https://w3id.org/uogto/extensions#hasReplicatorDynamic
<https://w3id.org/uogto/extensions#hasReplicatorDynamic> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://w3id.org/uogto/extensions#Population> ;
                                                         rdfs:range <https://w3id.org/uogto/extensions#ReplicatorDynamic> ;
                                                         rdfs:label "hasReplicatorDynamic"@en ;
                                                         <http://www.w3.org/2004/02/skos/core#definition> "Links a population to its replicator equations."@en .


###  https://w3id.org/uogto/extensions#hasRepresentativeAgent
<https://w3id.org/uogto/extensions#hasRepresentativeAgent> rdf:type owl:ObjectProperty ;
                                                           rdfs:domain <https://w3id.org/uogto/extensions#MeanFieldGame> ;
                                                           rdfs:range <https://w3id.org/uogto/extensions#RepresentativeAgent> ;
                                                           rdfs:label "hasRepresentativeAgent"@en ;
                                                           <http://www.w3.org/2004/02/skos/core#definition> "Links a game to its representative agent."@en .


###  https://w3id.org/uogto/extensions#hasReputationScore
<https://w3id.org/uogto/extensions#hasReputationScore> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://w3id.org/uogto/core#Player> ;
                                                       rdfs:range <https://w3id.org/uogto/extensions#ReputationScore> ;
                                                       rdfs:label "hasReputationScore"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "Links a player to their score."@en .


###  https://w3id.org/uogto/extensions#hasResource
<https://w3id.org/uogto/extensions#hasResource> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://w3id.org/uogto/extensions#CongestionGame> ;
                                                rdfs:range <https://w3id.org/uogto/extensions#Resource> ;
                                                rdfs:label "hasResource"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "Links a congestion game to its resources."@en .


###  https://w3id.org/uogto/extensions#hasRulePredicate
<https://w3id.org/uogto/extensions#hasRulePredicate> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://w3id.org/uogto/extensions#RuleEncodedGame> ;
                                                     rdfs:range <https://w3id.org/uogto/extensions#RulePredicate> ;
                                                     rdfs:label "hasRulePredicate"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "Links rules to GDL predicates."@en .


###  https://w3id.org/uogto/extensions#hasRuntimeBinding
<https://w3id.org/uogto/extensions#hasRuntimeBinding> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://w3id.org/uogto/extensions#ExecutionBinding> ;
                                                      rdfs:range <https://w3id.org/uogto/extensions#RuntimeBinding> ;
                                                      rdfs:label "hasRuntimeBinding"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "Links a mapping to runtime bindings."@en .


###  https://w3id.org/uogto/extensions#hasSanction
<https://w3id.org/uogto/extensions#hasSanction> rdf:type owl:ObjectProperty ;
                                                rdfs:domain <https://w3id.org/uogto/extensions#Violation> ;
                                                rdfs:range <https://w3id.org/uogto/extensions#Sanction> ;
                                                rdfs:label "hasSanction"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "Links a violation to sanctions."@en .


###  https://w3id.org/uogto/extensions#hasShapleyValue
<https://w3id.org/uogto/extensions#hasShapleyValue> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://w3id.org/uogto/extensions#CooperativeGame> ;
                                                    rdfs:range <https://w3id.org/uogto/extensions#ShapleyValue> ;
                                                    rdfs:label "has Shapley value"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "Assigns a Shapley value profile."@en .


###  https://w3id.org/uogto/extensions#hasSignalStructure
<https://w3id.org/uogto/extensions#hasSignalStructure> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://w3id.org/uogto/extensions#InformationDesignGame> ;
                                                       rdfs:range <https://w3id.org/uogto/extensions#SignalStructure> ;
                                                       rdfs:label "hasSignalStructure"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "Links design to signal structures."@en .


###  https://w3id.org/uogto/extensions#hasSimulationBinding
<https://w3id.org/uogto/extensions#hasSimulationBinding> rdf:type owl:ObjectProperty ;
                                                         rdfs:domain <https://w3id.org/uogto/extensions#ExecutionBinding> ;
                                                         rdfs:range <https://w3id.org/uogto/extensions#SimulationBinding> ;
                                                         rdfs:label "hasSimulationBinding"@en ;
                                                         <http://www.w3.org/2004/02/skos/core#definition> "Links a mapping to simulators."@en .


###  https://w3id.org/uogto/extensions#hasSocialChoiceFunction
<https://w3id.org/uogto/extensions#hasSocialChoiceFunction> rdf:type owl:ObjectProperty ;
                                                            rdfs:domain <https://w3id.org/uogto/extensions#VotingGame> ;
                                                            rdfs:range <https://w3id.org/uogto/extensions#SocialChoiceFunction> ;
                                                            rdfs:label "hasSocialChoiceFunction"@en ;
                                                            <http://www.w3.org/2004/02/skos/core#definition> "Links a voting game to aggregation functions."@en .


###  https://w3id.org/uogto/extensions#hasSolverBinding
<https://w3id.org/uogto/extensions#hasSolverBinding> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://w3id.org/uogto/extensions#ExecutionBinding> ;
                                                     rdfs:range <https://w3id.org/uogto/extensions#SolverBinding> ;
                                                     rdfs:label "hasSolverBinding"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "Links a mapping to optimization bindings."@en .


###  https://w3id.org/uogto/extensions#hasStateEquation
<https://w3id.org/uogto/extensions#hasStateEquation> rdf:type owl:ObjectProperty ;
                                                     rdfs:domain <https://w3id.org/uogto/extensions#ContinuousTimeGame> ;
                                                     rdfs:range <https://w3id.org/uogto/extensions#StateEquation> ;
                                                     rdfs:label "hasStateEquation"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "Links a game to its dynamics equations."@en .


###  https://w3id.org/uogto/extensions#hasStructuralEquation
<https://w3id.org/uogto/extensions#hasStructuralEquation> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://w3id.org/uogto/extensions#CausalModel> ;
                                                          rdfs:range <https://w3id.org/uogto/extensions#StructuralEquation> ;
                                                          rdfs:label "hasStructuralEquation"@en ;
                                                          <http://www.w3.org/2004/02/skos/core#definition> "Links a model to equations."@en .


###  https://w3id.org/uogto/extensions#hasTarget
<https://w3id.org/uogto/extensions#hasTarget> rdf:type owl:ObjectProperty ;
                                              rdfs:domain <https://w3id.org/uogto/extensions#SecurityGame> ;
                                              rdfs:range <https://w3id.org/uogto/extensions#Target> ;
                                              rdfs:label "hasTarget"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "Links a security game to target nodes."@en .


###  https://w3id.org/uogto/extensions#hasTerminalRule
<https://w3id.org/uogto/extensions#hasTerminalRule> rdf:type owl:ObjectProperty ;
                                                    rdfs:domain <https://w3id.org/uogto/extensions#RuleEncodedGame> ;
                                                    rdfs:range <https://w3id.org/uogto/extensions#TerminalRule> ;
                                                    rdfs:label "hasTerminalRule"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "Links a game to terminal rules."@en .


###  https://w3id.org/uogto/extensions#hasToolInvocation
<https://w3id.org/uogto/extensions#hasToolInvocation> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://w3id.org/uogto/extensions#AgentMessage> ;
                                                      rdfs:range <https://w3id.org/uogto/extensions#ToolInvocation> ;
                                                      rdfs:label "hasToolInvocation"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "Links an agent message to tool calls."@en .


###  https://w3id.org/uogto/extensions#hasTransactionCost
<https://w3id.org/uogto/extensions#hasTransactionCost> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://w3id.org/uogto/extensions#GameInstance> ;
                                                       rdfs:range <https://w3id.org/uogto/extensions#TransactionCost> ;
                                                       rdfs:label "hasTransactionCost"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "Links a trade to its cost."@en .


###  https://w3id.org/uogto/extensions#hasTransitionNode
<https://w3id.org/uogto/extensions#hasTransitionNode> rdf:type owl:ObjectProperty ;
                                                      rdfs:domain <https://w3id.org/uogto/extensions#PetriNet> ;
                                                      rdfs:range <https://w3id.org/uogto/extensions#TransitionNode> ;
                                                      rdfs:label "hasTransitionNode"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "Links a net model to transition nodes."@en .


###  https://w3id.org/uogto/extensions#hasType
<https://w3id.org/uogto/extensions#hasType> rdf:type owl:ObjectProperty ;
                                            rdfs:domain <https://w3id.org/uogto/core#Player> ;
                                            rdfs:range <https://w3id.org/uogto/extensions#Type> ;
                                            rdfs:label "hasType"@en ;
                                            <http://www.w3.org/2004/02/skos/core#definition> "Links a player to a type space type."@en .


###  https://w3id.org/uogto/extensions#hasTypeSpace
<https://w3id.org/uogto/extensions#hasTypeSpace> rdf:type owl:ObjectProperty ;
                                                 rdfs:domain <https://w3id.org/uogto/extensions#EpistemicGame> ;
                                                 rdfs:range <https://w3id.org/uogto/extensions#TypeSpace> ;
                                                 rdfs:label "hasTypeSpace"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "Links an epistemic game to type spaces."@en .


###  https://w3id.org/uogto/extensions#hasVoter
<https://w3id.org/uogto/extensions#hasVoter> rdf:type owl:ObjectProperty ;
                                             rdfs:domain <https://w3id.org/uogto/extensions#VotingGame> ;
                                             rdfs:range <https://w3id.org/uogto/extensions#Voter> ;
                                             rdfs:label "hasVoter"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "Links a voting game to its voters."@en .


###  https://w3id.org/uogto/extensions#hasWardropEquilibrium
<https://w3id.org/uogto/extensions#hasWardropEquilibrium> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://w3id.org/uogto/extensions#RoutingGame> ;
                                                          rdfs:range <https://w3id.org/uogto/extensions#WardropEquilibrium> ;
                                                          rdfs:label "hasWardropEquilibrium"@en ;
                                                          <http://www.w3.org/2004/02/skos/core#definition> "Links a routing game to its equilibria."@en .


###  https://w3id.org/uogto/extensions#hasWitnessStrategy
<https://w3id.org/uogto/extensions#hasWitnessStrategy> rdf:type owl:ObjectProperty ;
                                                       rdfs:domain <https://w3id.org/uogto/extensions#ModelCheckingTask> ;
                                                       rdfs:range <https://w3id.org/uogto/extensions#WitnessStrategy> ;
                                                       rdfs:label "hasWitnessStrategy"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "Links task run to witness strategies."@en .


###  https://w3id.org/uogto/extensions#rationalizableActions
<https://w3id.org/uogto/extensions#rationalizableActions> rdf:type owl:ObjectProperty ;
                                                          rdfs:domain <https://w3id.org/uogto/extensions#Type> ;
                                                          rdfs:range <https://w3id.org/uogto/core#Action> ;
                                                          rdfs:label "rationalizableActions"@en ;
                                                          <http://www.w3.org/2004/02/skos/core#definition> "Links types to actions."@en .


#################################################################
#    Data properties
#################################################################

###  https://w3id.org/uogto/core#confidence
<https://w3id.org/uogto/core#confidence> rdf:type owl:DatatypeProperty ;
                                         rdfs:range xsd:double ;
                                         rdfs:label "confidence"@en ;
                                         <http://www.w3.org/2004/02/skos/core#definition> "Belief confidence score."@en .


###  https://w3id.org/uogto/core#description
<https://w3id.org/uogto/core#description> rdf:type owl:DatatypeProperty ;
                                          rdfs:range xsd:string ;
                                          rdfs:label "description"@en ;
                                          <http://www.w3.org/2004/02/skos/core#definition> "Human-readable description."@en .


###  https://w3id.org/uogto/core#identifier
<https://w3id.org/uogto/core#identifier> rdf:type owl:DatatypeProperty ;
                                         rdfs:range xsd:string ;
                                         rdfs:label "identifier"@en ;
                                         <http://www.w3.org/2004/02/skos/core#definition> "A unique string identifying a game component."@en .


###  https://w3id.org/uogto/core#name
<https://w3id.org/uogto/core#name> rdf:type owl:DatatypeProperty ;
                                   rdfs:range xsd:string ;
                                   rdfs:label "name"@en ;
                                   <http://www.w3.org/2004/02/skos/core#definition> "The name of a game component."@en .


###  https://w3id.org/uogto/core#payoffValue
<https://w3id.org/uogto/core#payoffValue> rdf:type owl:DatatypeProperty ;
                                          rdfs:range xsd:double ;
                                          rdfs:label "payoff value"@en ;
                                          <http://www.w3.org/2004/02/skos/core#definition> "Numeric value of a player's payoff."@en .


###  https://w3id.org/uogto/core#probability
<https://w3id.org/uogto/core#probability> rdf:type owl:DatatypeProperty ;
                                          rdfs:range xsd:double ;
                                          rdfs:label "probability"@en ;
                                          <http://www.w3.org/2004/02/skos/core#definition> "Transition or signal probability value (0 to 1)."@en .


###  https://w3id.org/uogto/core#sourceReference
<https://w3id.org/uogto/core#sourceReference> rdf:type owl:DatatypeProperty ;
                                              rdfs:range xsd:anyURI ;
                                              rdfs:label "source reference"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "URI to external citations or source data."@en .


###  https://w3id.org/uogto/core#timeIndex
<https://w3id.org/uogto/core#timeIndex> rdf:type owl:DatatypeProperty ;
                                        rdfs:range xsd:integer ;
                                        rdfs:label "time index"@en ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "Discrete time step identifier."@en .


###  https://w3id.org/uogto/core#timestamp
<https://w3id.org/uogto/core#timestamp> rdf:type owl:DatatypeProperty ;
                                        rdfs:range xsd:dateTime ;
                                        rdfs:label "timestamp"@en ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "Real-world time log of an event."@en .


###  https://w3id.org/uogto/core#utilityValue
<https://w3id.org/uogto/core#utilityValue> rdf:type owl:DatatypeProperty ;
                                           rdfs:range xsd:double ;
                                           rdfs:label "utility value"@en ;
                                           <http://www.w3.org/2004/02/skos/core#definition> "Calculated utility value of an outcome."@en .


###  https://w3id.org/uogto/core#version
<https://w3id.org/uogto/core#version> rdf:type owl:DatatypeProperty ;
                                      rdfs:range xsd:string ;
                                      rdfs:label "version"@en ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "Ontology version metadata."@en .


###  https://w3id.org/uogto/extensions#capacityValue
<https://w3id.org/uogto/extensions#capacityValue> rdf:type owl:DatatypeProperty ;
                                                  rdfs:domain <https://w3id.org/uogto/extensions#Resource> ;
                                                  rdfs:range xsd:double ;
                                                  rdfs:label "capacityValue"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "Numeric capacity maximum limit."@en .


###  https://w3id.org/uogto/extensions#coalitionValueValue
<https://w3id.org/uogto/extensions#coalitionValueValue> rdf:type owl:DatatypeProperty ;
                                                        rdfs:domain <https://w3id.org/uogto/extensions#CharacteristicFunction> ;
                                                        rdfs:range xsd:double ;
                                                        rdfs:label "coalition value value"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "Numerical value associated with a coalition."@en .


###  https://w3id.org/uogto/extensions#cognitiveLevel
<https://w3id.org/uogto/extensions#cognitiveLevel> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain <https://w3id.org/uogto/core#Player> ;
                                                   rdfs:range xsd:integer ;
                                                   rdfs:label "cognitiveLevel"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Integer level parameter in Level-K models."@en .


###  https://w3id.org/uogto/extensions#concessionRate
<https://w3id.org/uogto/extensions#concessionRate> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain <https://w3id.org/uogto/extensions#BargainingGame> ;
                                                   rdfs:range xsd:double ;
                                                   rdfs:label "concessionRate"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Numeric rate at which players concede during bargaining."@en .


###  https://w3id.org/uogto/extensions#costValue
<https://w3id.org/uogto/extensions#costValue> rdf:type owl:DatatypeProperty ;
                                              rdfs:domain <https://w3id.org/uogto/extensions#TransactionCost> ;
                                              rdfs:range xsd:double ;
                                              rdfs:label "costValue"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "Numeric transaction cost values."@en .


###  https://w3id.org/uogto/extensions#degreeValue
<https://w3id.org/uogto/extensions#degreeValue> rdf:type owl:DatatypeProperty ;
                                                rdfs:domain <https://w3id.org/uogto/extensions#GraphPlayer> ;
                                                rdfs:range xsd:integer ;
                                                rdfs:label "degreeValue"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "Numeric property representing number of graph edges."@en .


###  https://w3id.org/uogto/extensions#densityValue
<https://w3id.org/uogto/extensions#densityValue> rdf:type owl:DatatypeProperty ;
                                                 rdfs:domain <https://w3id.org/uogto/extensions#PopulationState> ;
                                                 rdfs:range xsd:double ;
                                                 rdfs:label "densityValue"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "Numeric population density value."@en .


###  https://w3id.org/uogto/extensions#disagreementPoint
<https://w3id.org/uogto/extensions#disagreementPoint> rdf:type owl:DatatypeProperty ;
                                                      rdfs:domain <https://w3id.org/uogto/extensions#BargainingGame> ;
                                                      rdfs:range xsd:double ;
                                                      rdfs:label "disagreementPoint"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "Assigns a utility value representing the outcome of negotiation failure."@en .


###  https://w3id.org/uogto/extensions#discountFactor
<https://w3id.org/uogto/extensions#discountFactor> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain <https://w3id.org/uogto/extensions#LearningProcess> ;
                                                   rdfs:range xsd:double ;
                                                   rdfs:label "discountFactor"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Temporal discount factor for future rewards."@en .


###  https://w3id.org/uogto/extensions#driftRate
<https://w3id.org/uogto/extensions#driftRate> rdf:type owl:DatatypeProperty ;
                                              rdfs:domain <https://w3id.org/uogto/extensions#StateEquation> ;
                                              rdfs:range xsd:double ;
                                              rdfs:label "driftRate"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "Numeric drift value."@en .


###  https://w3id.org/uogto/extensions#entropyValue
<https://w3id.org/uogto/extensions#entropyValue> rdf:type owl:DatatypeProperty ;
                                                 rdfs:domain <https://w3id.org/uogto/extensions#SignalStructure> ;
                                                 rdfs:range xsd:double ;
                                                 rdfs:label "entropyValue"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "Numeric information metric value."@en .


###  https://w3id.org/uogto/extensions#epsilonValue
<https://w3id.org/uogto/extensions#epsilonValue> rdf:type owl:DatatypeProperty ;
                                                 rdfs:domain <https://w3id.org/uogto/extensions#PrivacyBudget> ;
                                                 rdfs:range xsd:double ;
                                                 rdfs:label "epsilonValue"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "Numeric epsilon privacy parameter value."@en .


###  https://w3id.org/uogto/extensions#explorationRate
<https://w3id.org/uogto/extensions#explorationRate> rdf:type owl:DatatypeProperty ;
                                                    rdfs:domain <https://w3id.org/uogto/extensions#LearningProcess> ;
                                                    rdfs:range xsd:double ;
                                                    rdfs:label "explorationRate"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "Epsilon probability of random exploration."@en .


###  https://w3id.org/uogto/extensions#formulaString
<https://w3id.org/uogto/extensions#formulaString> rdf:type owl:DatatypeProperty ;
                                                  rdfs:domain <https://w3id.org/uogto/extensions#StrategicFormula> ;
                                                  rdfs:range xsd:string ;
                                                  rdfs:label "formulaString"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "Syntax string of the formula."@en .


###  https://w3id.org/uogto/extensions#hasGDLDescription
<https://w3id.org/uogto/extensions#hasGDLDescription> rdf:type owl:DatatypeProperty ;
                                                      rdfs:domain <https://w3id.org/uogto/extensions#RuleEncodedGame> ;
                                                      rdfs:range xsd:string ;
                                                      rdfs:label "hasGDLDescription"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "Links a game to GDL script content."@en .


###  https://w3id.org/uogto/extensions#hasReservePrice
<https://w3id.org/uogto/extensions#hasReservePrice> rdf:type owl:DatatypeProperty ;
                                                    rdfs:domain <https://w3id.org/uogto/extensions#Auction> ;
                                                    rdfs:range xsd:double ;
                                                    rdfs:label "hasReservePrice"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "Declares the reserve price of an auction."@en .


###  https://w3id.org/uogto/extensions#hasSecondHighestBid
<https://w3id.org/uogto/extensions#hasSecondHighestBid> rdf:type owl:DatatypeProperty ;
                                                        rdfs:domain <https://w3id.org/uogto/extensions#Auction> ;
                                                        rdfs:range xsd:double ;
                                                        rdfs:label "hasSecondHighestBid"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "Identifies the second highest bid amount."@en .


###  https://w3id.org/uogto/extensions#hasWinningBid
<https://w3id.org/uogto/extensions#hasWinningBid> rdf:type owl:DatatypeProperty ;
                                                  rdfs:domain <https://w3id.org/uogto/extensions#Auction> ;
                                                  rdfs:range xsd:double ;
                                                  rdfs:label "hasWinningBid"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "Identifies the winning bid amount."@en .


###  https://w3id.org/uogto/extensions#inequityAversionAlpha
<https://w3id.org/uogto/extensions#inequityAversionAlpha> rdf:type owl:DatatypeProperty ;
                                                          rdfs:domain <https://w3id.org/uogto/extensions#FairnessPreference> ;
                                                          rdfs:range xsd:double ;
                                                          rdfs:label "inequityAversionAlpha"@en ;
                                                          <http://www.w3.org/2004/02/skos/core#definition> "Alpha parameter representing envy preferences."@en .


###  https://w3id.org/uogto/extensions#isCompliant
<https://w3id.org/uogto/extensions#isCompliant> rdf:type owl:DatatypeProperty ;
                                                rdfs:domain <https://w3id.org/uogto/extensions#ComplianceState> ;
                                                rdfs:range xsd:boolean ;
                                                rdfs:label "isCompliant"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "Boolean mapping compliance."@en .


###  https://w3id.org/uogto/extensions#isVerified
<https://w3id.org/uogto/extensions#isVerified> rdf:type owl:DatatypeProperty ;
                                               rdfs:domain <https://w3id.org/uogto/extensions#ModelCheckingTask> ;
                                               rdfs:range xsd:boolean ;
                                               rdfs:label "isVerified"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "Boolean flag indicating validation success."@en .


###  https://w3id.org/uogto/extensions#learningRate
<https://w3id.org/uogto/extensions#learningRate> rdf:type owl:DatatypeProperty ;
                                                 rdfs:domain <https://w3id.org/uogto/extensions#LearningProcess> ;
                                                 rdfs:range xsd:double ;
                                                 rdfs:label "learningRate"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "Numeric rate parameter for parameter updates."@en .


###  https://w3id.org/uogto/extensions#poaValue
<https://w3id.org/uogto/extensions#poaValue> rdf:type owl:DatatypeProperty ;
                                             rdfs:domain <https://w3id.org/uogto/extensions#PriceOfAnarchy> ;
                                             rdfs:range xsd:double ;
                                             rdfs:label "poaValue"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "Numeric POA ratio value."@en .


###  https://w3id.org/uogto/extensions#posValue
<https://w3id.org/uogto/extensions#posValue> rdf:type owl:DatatypeProperty ;
                                             rdfs:domain <https://w3id.org/uogto/extensions#PriceOfStability> ;
                                             rdfs:range xsd:double ;
                                             rdfs:label "posValue"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "Numeric POS ratio value."@en .


###  https://w3id.org/uogto/extensions#queryText
<https://w3id.org/uogto/extensions#queryText> rdf:type owl:DatatypeProperty ;
                                              rdfs:domain <https://w3id.org/uogto/extensions#SPARQLExecutionQuery> ;
                                              rdfs:range xsd:string ;
                                              rdfs:label "queryText"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "Syntax string of the execution query."@en .


###  https://w3id.org/uogto/extensions#rationalityParameter
<https://w3id.org/uogto/extensions#rationalityParameter> rdf:type owl:DatatypeProperty ;
                                                         rdfs:domain <https://w3id.org/uogto/extensions#BoundedRationalityModel> ;
                                                         rdfs:range xsd:double ;
                                                         rdfs:label "rationalityParameter"@en ;
                                                         <http://www.w3.org/2004/02/skos/core#definition> "Lambda value representing decision noise scaling."@en .


###  https://w3id.org/uogto/extensions#regretValue
<https://w3id.org/uogto/extensions#regretValue> rdf:type owl:DatatypeProperty ;
                                                rdfs:domain <https://w3id.org/uogto/extensions#RegretMetric> ;
                                                rdfs:range xsd:double ;
                                                rdfs:label "regretValue"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "Numeric value tracking cumulative regret."@en .


###  https://w3id.org/uogto/extensions#revenueValue
<https://w3id.org/uogto/extensions#revenueValue> rdf:type owl:DatatypeProperty ;
                                                 rdfs:domain <https://w3id.org/uogto/extensions#Mechanism> ;
                                                 rdfs:range xsd:double ;
                                                 rdfs:label "revenueValue"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "Numeric property representing expected mechanism revenue."@en .


###  https://w3id.org/uogto/extensions#samplingInterval
<https://w3id.org/uogto/extensions#samplingInterval> rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain <https://w3id.org/uogto/extensions#DigitalTwin> ;
                                                     rdfs:range xsd:double ;
                                                     rdfs:label "samplingInterval"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "Numeric monitoring refresh interval."@en .


###  https://w3id.org/uogto/extensions#scoreValue
<https://w3id.org/uogto/extensions#scoreValue> rdf:type owl:DatatypeProperty ;
                                               rdfs:domain <https://w3id.org/uogto/extensions#ReputationScore> ;
                                               rdfs:range xsd:double ;
                                               rdfs:label "scoreValue"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "Numeric score estimate between 0 and 1."@en .


###  https://w3id.org/uogto/extensions#temperatureValue
<https://w3id.org/uogto/extensions#temperatureValue> rdf:type owl:DatatypeProperty ;
                                                     rdfs:domain <https://w3id.org/uogto/extensions#LLMAgent> ;
                                                     rdfs:range xsd:double ;
                                                     rdfs:label "temperatureValue"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "Numeric temperature configuration."@en .


###  https://w3id.org/uogto/extensions#threatScore
<https://w3id.org/uogto/extensions#threatScore> rdf:type owl:DatatypeProperty ;
                                                rdfs:domain <https://w3id.org/uogto/extensions#Target> ;
                                                rdfs:range xsd:double ;
                                                rdfs:label "threatScore"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "Numeric value estimating target threat."@en .


###  https://w3id.org/uogto/extensions#timeHorizon
<https://w3id.org/uogto/extensions#timeHorizon> rdf:type owl:DatatypeProperty ;
                                                rdfs:domain <https://w3id.org/uogto/extensions#ContinuousTimeGame> ;
                                                rdfs:range xsd:double ;
                                                rdfs:label "timeHorizon"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "Numeric maximum continuous time index."@en .


###  https://w3id.org/uogto/extensions#tokenCount
<https://w3id.org/uogto/extensions#tokenCount> rdf:type owl:DatatypeProperty ;
                                               rdfs:domain <https://w3id.org/uogto/extensions#Place> ;
                                               rdfs:range xsd:integer ;
                                               rdfs:label "tokenCount"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "Integer number of tokens in a place."@en .


###  https://w3id.org/uogto/extensions#valuationValue
<https://w3id.org/uogto/extensions#valuationValue> rdf:type owl:DatatypeProperty ;
                                                   rdfs:domain <https://w3id.org/uogto/extensions#Allocation> ;
                                                   rdfs:range xsd:double ;
                                                   rdfs:label "valuationValue"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Numeric valuation assigned to an allocation."@en .


###  https://w3id.org/uogto/extensions#voteCount
<https://w3id.org/uogto/extensions#voteCount> rdf:type owl:DatatypeProperty ;
                                              rdfs:domain <https://w3id.org/uogto/extensions#Candidate> ;
                                              rdfs:range xsd:integer ;
                                              rdfs:label "voteCount"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "Integer number of votes counted."@en .


###  https://w3id.org/uogto/extensions#wageValue
<https://w3id.org/uogto/extensions#wageValue> rdf:type owl:DatatypeProperty ;
                                              rdfs:domain <https://w3id.org/uogto/extensions#IncentiveScheme> ;
                                              rdfs:range xsd:double ;
                                              rdfs:label "wageValue"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "Numeric property representing agent payments."@en .


#################################################################
#    Classes
#################################################################

###  http://www.w3.org/ns/prov#Activity
<http://www.w3.org/ns/prov#Activity> rdf:type owl:Class .


###  http://www.w3.org/ns/prov#Agent
<http://www.w3.org/ns/prov#Agent> rdf:type owl:Class .


###  http://www.w3.org/ns/prov#Entity
<http://www.w3.org/ns/prov#Entity> rdf:type owl:Class .


###  https://schema.org/Action
<https://schema.org/Action> rdf:type owl:Class .


###  https://schema.org/Agent
<https://schema.org/Agent> rdf:type owl:Class .


###  https://spec.modelcontextprotocol.io/schema#Client
<https://spec.modelcontextprotocol.io/schema#Client> rdf:type owl:Class .


###  https://w3id.org/opengames#OpenGame
<https://w3id.org/opengames#OpenGame> rdf:type owl:Class .


###  https://w3id.org/uogto/core#Action
<https://w3id.org/uogto/core#Action> rdf:type owl:Class ;
                                     rdfs:subClassOf <http://www.w3.org/ns/prov#Activity> ,
                                                     <https://schema.org/Action> ,
                                                     <https://w3id.org/uogto/core#GameEntity> ;
                                     rdfs:label "Action"@en ;
                                     <http://www.w3.org/2004/02/skos/core#definition> "A single choice or move available to a player at a decision point."@en .


###  https://w3id.org/uogto/core#ActionProfile
<https://w3id.org/uogto/core#ActionProfile> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                            rdfs:label "Action Profile"@en ;
                                            <http://www.w3.org/2004/02/skos/core#definition> "A combination of actions chosen simultaneously by all players."@en .


###  https://w3id.org/uogto/core#Agent
<https://w3id.org/uogto/core#Agent> rdf:type owl:Class ;
                                    rdfs:subClassOf <http://www.w3.org/ns/prov#Agent> ,
                                                    <https://spec.modelcontextprotocol.io/schema#Client> ,
                                                    <https://w3id.org/uogto/core#GameEntity> ;
                                    rdfs:label "Agent"@en ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "An automated or rational actor operating inside a game."@en .


###  https://w3id.org/uogto/core#ArtificialAgent
<https://w3id.org/uogto/core#ArtificialAgent> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://w3id.org/uogto/core#Agent> ;
                                              rdfs:label "Artificial Agent"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "A software agent participating in a game."@en .


###  https://w3id.org/uogto/core#Belief
<https://w3id.org/uogto/core#Belief> rdf:type owl:Class ;
                                     rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                     rdfs:label "Belief"@en ;
                                     <http://www.w3.org/2004/02/skos/core#definition> "A probability distribution over states in an information set."@en .


###  https://w3id.org/uogto/core#CardinalPayoff
<https://w3id.org/uogto/core#CardinalPayoff> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://w3id.org/uogto/core#Payoff> ;
                                             rdfs:label "Cardinal Payoff"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "A payoff representing quantitative measurements of utility."@en .


###  https://w3id.org/uogto/core#ChanceNode
<https://w3id.org/uogto/core#ChanceNode> rdf:type owl:Class ;
                                         rdfs:subClassOf <https://w3id.org/uogto/core#GameNode> ;
                                         rdfs:label "Chance Node"@en ;
                                         <http://www.w3.org/2004/02/skos/core#definition> "A game node where transition outcomes are decided stochastically."@en .


###  https://w3id.org/uogto/core#Coalition
<https://w3id.org/uogto/core#Coalition> rdf:type owl:Class ;
                                        rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                        rdfs:label "Coalition"@en ;
                                        <http://www.w3.org/2004/02/skos/core#definition> "A group of players cooperating to achieve payoffs."@en .


###  https://w3id.org/uogto/core#ConstitutiveRule
<https://w3id.org/uogto/core#ConstitutiveRule> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/uogto/core#Rule> ;
                                               rdfs:label "Constitutive Rule"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "Rules that create or define new forms of activity."@en .


###  https://w3id.org/uogto/core#ContinuousDynamics
<https://w3id.org/uogto/core#ContinuousDynamics> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://w3id.org/uogto/core#TransitionFunction> ;
                                                 rdfs:label "Continuous Dynamics"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "State transitions occurring over continuous time flows."@en .


###  https://w3id.org/uogto/core#DecisionNode
<https://w3id.org/uogto/core#DecisionNode> rdf:type owl:Class ;
                                           rdfs:subClassOf <https://w3id.org/uogto/core#GameNode> ;
                                           rdfs:label "Decision Node"@en ;
                                           <http://www.w3.org/2004/02/skos/core#definition> "A game node controlled by a specific player."@en .


###  https://w3id.org/uogto/core#DeterministicOutcome
<https://w3id.org/uogto/core#DeterministicOutcome> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/uogto/core#Outcome> ;
                                                   rdfs:label "Deterministic Outcome"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "An outcome determined strictly by player actions."@en .


###  https://w3id.org/uogto/core#DiscreteDynamics
<https://w3id.org/uogto/core#DiscreteDynamics> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/uogto/core#TransitionFunction> ;
                                               rdfs:label "Discrete Dynamics"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "State transitions occurring in discrete time steps."@en .


###  https://w3id.org/uogto/core#Equilibrium
<https://w3id.org/uogto/core#Equilibrium> rdf:type owl:Class ;
                                          rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                          rdfs:label "Equilibrium"@en ;
                                          <http://www.w3.org/2004/02/skos/core#definition> "A strategy profile matching equilibrium conditions (e.g. Nash)."@en .


###  https://w3id.org/uogto/core#EventTrace
<https://w3id.org/uogto/core#EventTrace> rdf:type owl:Class ;
                                         rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                         rdfs:label "Event Trace"@en ;
                                         <http://www.w3.org/2004/02/skos/core#definition> "A history of state transitions and actions in a session."@en .


###  https://w3id.org/uogto/core#ExecutionModel
<https://w3id.org/uogto/core#ExecutionModel> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                             rdfs:label "Execution Model"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "A compilation of the game ontology to an executable simulator."@en .


###  https://w3id.org/uogto/core#FiniteGame
<https://w3id.org/uogto/core#FiniteGame> rdf:type owl:Class ;
                                         rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                         rdfs:label "Finite Game"@en ;
                                         <http://www.w3.org/2004/02/skos/core#definition> "A game with a finite number of players, strategies, and outcomes."@en .


###  https://w3id.org/uogto/core#GameEntity
<https://w3id.org/uogto/core#GameEntity> rdf:type owl:Class ;
                                         rdfs:label "Game Entity"@en ;
                                         <http://www.w3.org/2004/02/skos/core#definition> "The base class for all game-theoretic elements."@en .


###  https://w3id.org/uogto/core#GameInstance
<https://w3id.org/uogto/core#GameInstance> rdf:type owl:Class ;
                                           rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                           rdfs:label "Game Instance"@en ;
                                           <http://www.w3.org/2004/02/skos/core#definition> "A concrete realization of a GameSpecification, preparing or binding parameters for play."@en .


###  https://w3id.org/uogto/core#GameNode
<https://w3id.org/uogto/core#GameNode> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                       rdfs:label "Game Node"@en ;
                                       <http://www.w3.org/2004/02/skos/core#definition> "A state configuration node within dynamic/extensive games."@en .


###  https://w3id.org/uogto/core#GameSpecification
<https://w3id.org/uogto/core#GameSpecification> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                rdfs:label "Game Specification"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "The structural rules, players, actions, and utilities defining a game."@en .


###  https://w3id.org/uogto/core#HumanPlayer
<https://w3id.org/uogto/core#HumanPlayer> rdf:type owl:Class ;
                                          rdfs:subClassOf <https://w3id.org/uogto/core#Player> ;
                                          rdfs:label "Human Player"@en ;
                                          <http://www.w3.org/2004/02/skos/core#definition> "A human agent participating in a game."@en .


###  https://w3id.org/uogto/core#ImperfectInformation
<https://w3id.org/uogto/core#ImperfectInformation> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/uogto/core#InformationSet> ;
                                                   rdfs:label "Imperfect Information"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Information configuration where some past actions are hidden."@en .


###  https://w3id.org/uogto/core#InfiniteGame
<https://w3id.org/uogto/core#InfiniteGame> rdf:type owl:Class ;
                                           rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                           rdfs:label "Infinite Game"@en ;
                                           <http://www.w3.org/2004/02/skos/core#definition> "A game featuring infinite player or strategy spaces."@en .


###  https://w3id.org/uogto/core#InformationSet
<https://w3id.org/uogto/core#InformationSet> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                             rdfs:label "Information Set"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "A set of decision states indistinguishable to a player."@en .


###  https://w3id.org/uogto/core#InitialState
<https://w3id.org/uogto/core#InitialState> rdf:type owl:Class ;
                                           rdfs:subClassOf <https://w3id.org/uogto/core#State> ;
                                           rdfs:label "Initial State"@en ;
                                           <http://www.w3.org/2004/02/skos/core#definition> "The start state of the game."@en .


###  https://w3id.org/uogto/core#Institution
<https://w3id.org/uogto/core#Institution> rdf:type owl:Class ;
                                          rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                          rdfs:label "Institution"@en ;
                                          <http://www.w3.org/2004/02/skos/core#definition> "An organizational frame or system governing game norms."@en .


###  https://w3id.org/uogto/core#MixedStrategy
<https://w3id.org/uogto/core#MixedStrategy> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://w3id.org/uogto/core#Strategy> ;
                                            rdfs:label "Mixed Strategy"@en ;
                                            <http://www.w3.org/2004/02/skos/core#definition> "A probability distribution over pure strategies."@en .


###  https://w3id.org/uogto/core#NashEquilibrium
<https://w3id.org/uogto/core#NashEquilibrium> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://w3id.org/uogto/core#Equilibrium> ;
                                              rdfs:label "Nash Equilibrium"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "A strategy profile where no player has a unilateral incentive to deviate."@en .


###  https://w3id.org/uogto/core#Norm
<https://w3id.org/uogto/core#Norm> rdf:type owl:Class ;
                                   rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                   rdfs:label "Norm"@en ;
                                   <http://www.w3.org/2004/02/skos/core#definition> "A social constraint or expectation in institutional games."@en .


###  https://w3id.org/uogto/core#OrdinalPayoff
<https://w3id.org/uogto/core#OrdinalPayoff> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://w3id.org/uogto/core#Payoff> ;
                                            rdfs:label "Ordinal Payoff"@en ;
                                            <http://www.w3.org/2004/02/skos/core#definition> "A payoff representing relative preference rankings."@en .


###  https://w3id.org/uogto/core#Outcome
<https://w3id.org/uogto/core#Outcome> rdf:type owl:Class ;
                                      rdfs:subClassOf <http://www.w3.org/ns/prov#Entity> ,
                                                      <https://w3id.org/uogto/core#GameEntity> ;
                                      rdfs:label "Outcome"@en ;
                                      <http://www.w3.org/2004/02/skos/core#definition> "The end consequence of action choices."@en .


###  https://w3id.org/uogto/core#Payoff
<https://w3id.org/uogto/core#Payoff> rdf:type owl:Class ;
                                     rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                     rdfs:label "Payoff"@en ;
                                     <http://www.w3.org/2004/02/skos/core#definition> "The numerical rewards or utilities distributed to players for an outcome."@en .


###  https://w3id.org/uogto/core#PayoffProfile
<https://w3id.org/uogto/core#PayoffProfile> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                            rdfs:label "Payoff Profile"@en ;
                                            <http://www.w3.org/2004/02/skos/core#definition> "Represents the aggregated profile of payoffs for all active players."@en .


###  https://w3id.org/uogto/core#PerfectInformation
<https://w3id.org/uogto/core#PerfectInformation> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://w3id.org/uogto/core#InformationSet> ;
                                                 rdfs:label "Perfect Information"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "Information configuration where all past actions are observed."@en .


###  https://w3id.org/uogto/core#PlaySession
<https://w3id.org/uogto/core#PlaySession> rdf:type owl:Class ;
                                          rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                          rdfs:label "Play Session"@en ;
                                          <http://www.w3.org/2004/02/skos/core#definition> "A session during which a game instance is played or simulated."@en .


###  https://w3id.org/uogto/core#Player
<https://w3id.org/uogto/core#Player> rdf:type owl:Class ;
                                     rdfs:subClassOf <https://schema.org/Agent> ,
                                                     <https://w3id.org/uogto/core#GameEntity> ;
                                     rdfs:label "Player"@en ;
                                     <http://www.w3.org/2004/02/skos/core#definition> "An entity (human, LLM, robot, group) playing the game."@en .


###  https://w3id.org/uogto/core#PlayerPayoffLink
<https://w3id.org/uogto/core#PlayerPayoffLink> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                               rdfs:label "Player Payoff Link"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "Connects a utility value directly to a player instance."@en .


###  https://w3id.org/uogto/core#PreferenceRelation
<https://w3id.org/uogto/core#PreferenceRelation> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                 rdfs:label "Preference Relation"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "An ordinal ranking of outcomes by a player."@en .


###  https://w3id.org/uogto/core#PureStrategy
<https://w3id.org/uogto/core#PureStrategy> rdf:type owl:Class ;
                                           rdfs:subClassOf <https://w3id.org/uogto/core#Strategy> ;
                                           rdfs:label "Pure Strategy"@en ;
                                           <http://www.w3.org/2004/02/skos/core#definition> "A strategy that defines a specific choice for all decision points."@en .


###  https://w3id.org/uogto/core#RegulativeRule
<https://w3id.org/uogto/core#RegulativeRule> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://w3id.org/uogto/core#Rule> ;
                                             rdfs:label "Regulative Rule"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "Rules that regulate pre-existing activities."@en .


###  https://w3id.org/uogto/core#Role
<https://w3id.org/uogto/core#Role> rdf:type owl:Class ;
                                   rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                   rdfs:label "Role"@en ;
                                   <http://www.w3.org/2004/02/skos/core#definition> "A position occupied by a player within a game specification."@en .


###  https://w3id.org/uogto/core#Rule
<https://w3id.org/uogto/core#Rule> rdf:type owl:Class ;
                                   rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                   rdfs:label "Rule"@en ;
                                   <http://www.w3.org/2004/02/skos/core#definition> "A structural constraint governing game play."@en .


###  https://w3id.org/uogto/core#SequentialAction
<https://w3id.org/uogto/core#SequentialAction> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/uogto/core#Action> ;
                                               rdfs:label "Sequential Action"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "An action taken in order during the game's sequence."@en .


###  https://w3id.org/uogto/core#Signal
<https://w3id.org/uogto/core#Signal> rdf:type owl:Class ;
                                     rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                     rdfs:label "Signal"@en ;
                                     <http://www.w3.org/2004/02/skos/core#definition> "An informational cue emitted to players."@en .


###  https://w3id.org/uogto/core#SimultaneousAction
<https://w3id.org/uogto/core#SimultaneousAction> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://w3id.org/uogto/core#Action> ;
                                                 rdfs:label "Simultaneous Action"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "An action taken in synchrony with other players' choices."@en .


###  https://w3id.org/uogto/core#Solver
<https://w3id.org/uogto/core#Solver> rdf:type owl:Class ;
                                     rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                     rdfs:label "Solver"@en ;
                                     <http://www.w3.org/2004/02/skos/core#definition> "An algorithm designed to find game equilibria."@en .


###  https://w3id.org/uogto/core#State
<https://w3id.org/uogto/core#State> rdf:type owl:Class ;
                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                    rdfs:label "State"@en ;
                                    <http://www.w3.org/2004/02/skos/core#definition> "A configuration node in extensive-form or dynamic games."@en .


###  https://w3id.org/uogto/core#StochasticOutcome
<https://w3id.org/uogto/core#StochasticOutcome> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/uogto/core#Outcome> ;
                                                rdfs:label "Stochastic Outcome"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "An outcome incorporating environmental randomness."@en .


###  https://w3id.org/uogto/core#Strategy
<https://w3id.org/uogto/core#Strategy> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                       rdfs:label "Strategy"@en ;
                                       <http://www.w3.org/2004/02/skos/core#definition> "A complete plan of action for a player."@en .


###  https://w3id.org/uogto/core#StrategyProfile
<https://w3id.org/uogto/core#StrategyProfile> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                              rdfs:label "Strategy Profile"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "A vector of strategies, one for each player."@en .


###  https://w3id.org/uogto/core#SubgamePerfectEquilibrium
<https://w3id.org/uogto/core#SubgamePerfectEquilibrium> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://w3id.org/uogto/core#Equilibrium> ;
                                                        rdfs:label "Subgame Perfect Equilibrium"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "An equilibrium that constitutes a Nash equilibrium in every subgame."@en .


###  https://w3id.org/uogto/core#TerminalNode
<https://w3id.org/uogto/core#TerminalNode> rdf:type owl:Class ;
                                           rdfs:subClassOf <https://w3id.org/uogto/core#GameNode> ;
                                           rdfs:label "Terminal Node"@en ;
                                           <http://www.w3.org/2004/02/skos/core#definition> "A terminal node in a game model mapping to payoffs."@en .


###  https://w3id.org/uogto/core#TerminalState
<https://w3id.org/uogto/core#TerminalState> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://w3id.org/uogto/core#State> ;
                                            rdfs:label "Terminal State"@en ;
                                            <http://www.w3.org/2004/02/skos/core#definition> "A leaf node representing game completion."@en .


###  https://w3id.org/uogto/core#Transition
<https://w3id.org/uogto/core#Transition> rdf:type owl:Class ;
                                         rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                         rdfs:label "Transition"@en ;
                                         <http://www.w3.org/2004/02/skos/core#definition> "A state change triggered by an action profile."@en .


###  https://w3id.org/uogto/core#TransitionFunction
<https://w3id.org/uogto/core#TransitionFunction> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                 rdfs:label "Transition Function"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "A function defining the state transitions."@en .


###  https://w3id.org/uogto/core#UtilityFunction
<https://w3id.org/uogto/core#UtilityFunction> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                              rdfs:label "Utility Function"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "A mapping from outcomes to real numbers for a player."@en .


###  https://w3id.org/uogto/extensions#ActionAffordance
<https://w3id.org/uogto/extensions#ActionAffordance> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://w3id.org/uogto/core#Action> ;
                                                     rdfs:label "ActionAffordance"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "Writable control capabilities exposed by a Digital Twin."@en .


###  https://w3id.org/uogto/extensions#ActionAttribution
<https://w3id.org/uogto/extensions#ActionAttribution> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://w3id.org/uogto/core#Action> ;
                                                      rdfs:label "ActionAttribution"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "Links an action instance to a signature identity."@en .


###  https://w3id.org/uogto/extensions#ActionSpace
<https://w3id.org/uogto/extensions#ActionSpace> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/uogto/core#Action> ;
                                                rdfs:label "ActionSpace"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "The set of all possible environment actions."@en .


###  https://w3id.org/uogto/extensions#AgentCapability
<https://w3id.org/uogto/extensions#AgentCapability> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#Agent> ;
                                                    rdfs:label "AgentCapability"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "Declared functionality of an LLM agent."@en .


###  https://w3id.org/uogto/extensions#AgentMessage
<https://w3id.org/uogto/extensions#AgentMessage> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://w3id.org/uogto/core#Agent> ;
                                                 rdfs:label "AgentMessage"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "A structural message emitted by an LLM agent."@en .


###  https://w3id.org/uogto/extensions#AgentProtocolSession
<https://w3id.org/uogto/extensions#AgentProtocolSession> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://w3id.org/uogto/core#Agent> ;
                                                         rdfs:label "AgentProtocolSession"@en ;
                                                         <http://www.w3.org/2004/02/skos/core#definition> "A session structured via communication protocols."@en .


###  https://w3id.org/uogto/extensions#AgentRole
<https://w3id.org/uogto/extensions#AgentRole> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://w3id.org/uogto/core#Agent> ;
                                              rdfs:label "AgentRole"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "The strategic contractor accepting terms."@en .


###  https://w3id.org/uogto/extensions#AlgorithmicGame
<https://w3id.org/uogto/extensions#AlgorithmicGame> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                    rdfs:label "AlgorithmicGame"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "A game evaluated under computational complexity metrics."@en .


###  https://w3id.org/uogto/extensions#AlgorithmicSolver
<https://w3id.org/uogto/extensions#AlgorithmicSolver> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://w3id.org/uogto/core#Solver> ;
                                                      rdfs:label "Algorithmic Solver"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "An algorithmic solver resolving game theoretic equilibrium."@en .


###  https://w3id.org/uogto/extensions#Allocation
<https://w3id.org/uogto/extensions#Allocation> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                               rdfs:label "Allocation"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "An assignment of goods or resources to agents."@en .


###  https://w3id.org/uogto/extensions#AllocationRule
<https://w3id.org/uogto/extensions#AllocationRule> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/uogto/core#Rule> ;
                                                   rdfs:label "AllocationRule"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "A rule mapping agent reports to an allocation of goods or resources."@en .


###  https://w3id.org/uogto/extensions#ApproximationGuarantee
<https://w3id.org/uogto/extensions#ApproximationGuarantee> rdf:type owl:Class ;
                                                           rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                           rdfs:label "ApproximationGuarantee"@en ;
                                                           <http://www.w3.org/2004/02/skos/core#definition> "The precision bounds of approximate solvers."@en .


###  https://w3id.org/uogto/extensions#AttackVector
<https://w3id.org/uogto/extensions#AttackVector> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                 rdfs:label "AttackVector"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "The path selected by the attacker."@en .


###  https://w3id.org/uogto/extensions#Attacker
<https://w3id.org/uogto/extensions#Attacker> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                             rdfs:label "Attacker"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "The player attacking resources."@en .


###  https://w3id.org/uogto/extensions#Auction
<https://w3id.org/uogto/extensions#Auction> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                            rdfs:label "Auction"@en ;
                                            <http://www.w3.org/2004/02/skos/core#definition> "A mechanism for selling or buying goods via bidding."@en .


###  https://w3id.org/uogto/extensions#AuditEvent
<https://w3id.org/uogto/extensions#AuditEvent> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                               rdfs:label "AuditEvent"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "Log entry reporting compliance violations."@en .


###  https://w3id.org/uogto/extensions#Ballot
<https://w3id.org/uogto/extensions#Ballot> rdf:type owl:Class ;
                                           rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                           rdfs:label "Ballot"@en ;
                                           <http://www.w3.org/2004/02/skos/core#definition> "A profile of voter preferences."@en .


###  https://w3id.org/uogto/extensions#BargainingGame
<https://w3id.org/uogto/extensions#BargainingGame> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                   rdfs:label "BargainingGame"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "A cooperative scenario where players negotiate a division of resources."@en .


###  https://w3id.org/uogto/extensions#BargainingProtocol
<https://w3id.org/uogto/extensions#BargainingProtocol> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                       rdfs:label "BargainingProtocol"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "Rules defining sequence of offers and counter-offers."@en .


###  https://w3id.org/uogto/extensions#BargainingSolution
<https://w3id.org/uogto/extensions#BargainingSolution> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://w3id.org/uogto/core#Equilibrium> ;
                                                       rdfs:label "Bargaining Solution"@en ,
                                                                  "BargainingSolution"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "A payoff allocation resolving strategic negotiation."@en ,
                                                                                                        "An equilibrium outcome resolving strategic negotiation."@en .


###  https://w3id.org/uogto/extensions#BehaviouralGame
<https://w3id.org/uogto/extensions#BehaviouralGame> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                    rdfs:label "BehaviouralGame"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "A game modeling human-like decisions violating classical rationality."@en .


###  https://w3id.org/uogto/extensions#BeliefHierarchy
<https://w3id.org/uogto/extensions#BeliefHierarchy> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                    rdfs:label "BeliefHierarchy"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "An infinite hierarchy of beliefs about beliefs."@en .


###  https://w3id.org/uogto/extensions#BlockingPair
<https://w3id.org/uogto/extensions#BlockingPair> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                 rdfs:label "BlockingPair"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "A pair of agents who prefer each other to their matches."@en .


###  https://w3id.org/uogto/extensions#BoundedRationalityModel
<https://w3id.org/uogto/extensions#BoundedRationalityModel> rdf:type owl:Class ;
                                                            rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                            rdfs:label "BoundedRationalityModel"@en ;
                                                            <http://www.w3.org/2004/02/skos/core#definition> "Models capturing cognitive resource bounds."@en .


###  https://w3id.org/uogto/extensions#Candidate
<https://w3id.org/uogto/extensions#Candidate> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                              rdfs:label "Candidate"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "An option or entity being voted on."@en .


###  https://w3id.org/uogto/extensions#CausalGame
<https://w3id.org/uogto/extensions#CausalGame> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                               rdfs:label "CausalGame"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "A game specifying causal dependencies between actions and payoffs."@en .


###  https://w3id.org/uogto/extensions#CausalGraph
<https://w3id.org/uogto/extensions#CausalGraph> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                rdfs:label "CausalGraph"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "A directed acyclic graph representing causal paths."@en .


###  https://w3id.org/uogto/extensions#CausalModel
<https://w3id.org/uogto/extensions#CausalModel> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                rdfs:label "CausalModel"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "A model encapsulating structural causal equations."@en .


###  https://w3id.org/uogto/extensions#CausalPayoffModel
<https://w3id.org/uogto/extensions#CausalPayoffModel> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                      rdfs:label "CausalPayoffModel"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "A causal specification of payoff functions."@en .


###  https://w3id.org/uogto/extensions#CharacteristicFunction
<https://w3id.org/uogto/extensions#CharacteristicFunction> rdf:type owl:Class ;
                                                           rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                           rdfs:label "Characteristic Function"@en ;
                                                           <http://www.w3.org/2004/02/skos/core#definition> "A mapping from coalitions to their security payoffs."@en .


###  https://w3id.org/uogto/extensions#CoalitionGame
<https://w3id.org/uogto/extensions#CoalitionGame> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://w3id.org/uogto/extensions#CooperativeGame> ;
                                                  rdfs:label "Coalition Game"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "A cooperative game focusing on coalition formations."@en .


###  https://w3id.org/uogto/extensions#CognitiveHierarchyModel
<https://w3id.org/uogto/extensions#CognitiveHierarchyModel> rdf:type owl:Class ;
                                                            rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                            rdfs:label "CognitiveHierarchyModel"@en ;
                                                            <http://www.w3.org/2004/02/skos/core#definition> "Model tracking continuous hierarchies of player thinking depth."@en .


###  https://w3id.org/uogto/extensions#CollectiveChoiceArena
<https://w3id.org/uogto/extensions#CollectiveChoiceArena> rdf:type owl:Class ;
                                                          rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                          rdfs:label "CollectiveChoiceArena"@en ;
                                                          <http://www.w3.org/2004/02/skos/core#definition> "An arena where rules are written or amended."@en .


###  https://w3id.org/uogto/extensions#CommonKnowledge
<https://w3id.org/uogto/extensions#CommonKnowledge> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                    rdfs:label "CommonKnowledge"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "A property defining mutual knowledge of all orders."@en .


###  https://w3id.org/uogto/extensions#ComplexityClass
<https://w3id.org/uogto/extensions#ComplexityClass> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                    rdfs:label "ComplexityClass"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "The complexity classification (e.g. PPAD, NP)."@en .


###  https://w3id.org/uogto/extensions#ComplianceState
<https://w3id.org/uogto/extensions#ComplianceState> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#State> ;
                                                    rdfs:label "ComplianceState"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "A state marking compliance with norms."@en .


###  https://w3id.org/uogto/extensions#CompositionalGame
<https://w3id.org/uogto/extensions#CompositionalGame> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                      rdfs:label "CompositionalGame"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "A composite game formed by monoidal paths."@en .


###  https://w3id.org/uogto/extensions#ComputationalProblem
<https://w3id.org/uogto/extensions#ComputationalProblem> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                         rdfs:label "ComputationalProblem"@en ;
                                                         <http://www.w3.org/2004/02/skos/core#definition> "A problem computing strategic options."@en .


###  https://w3id.org/uogto/extensions#CondorcetWinner
<https://w3id.org/uogto/extensions#CondorcetWinner> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                    rdfs:label "CondorcetWinner"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "A candidate winning majority preferences head-to-head."@en .


###  https://w3id.org/uogto/extensions#CongestionGame
<https://w3id.org/uogto/extensions#CongestionGame> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                   rdfs:label "CongestionGame"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "A game where player payoffs depend on resource load."@en .


###  https://w3id.org/uogto/extensions#ConsentBoundary
<https://w3id.org/uogto/extensions#ConsentBoundary> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                    rdfs:label "ConsentBoundary"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "Boundaries limiting LLM agent actions."@en .


###  https://w3id.org/uogto/extensions#ConsentPolicy
<https://w3id.org/uogto/extensions#ConsentPolicy> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://w3id.org/uogto/core#Strategy> ;
                                                  rdfs:label "ConsentPolicy"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "Rule specifying agent approval for disclosure."@en .


###  https://w3id.org/uogto/extensions#ConstraintViolation
<https://w3id.org/uogto/extensions#ConstraintViolation> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                        rdfs:label "ConstraintViolation"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "Output logs reporting model schema errors."@en .


###  https://w3id.org/uogto/extensions#ContextWindow
<https://w3id.org/uogto/extensions#ContextWindow> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                  rdfs:label "ContextWindow"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "The input history buffer of a language model."@en .


###  https://w3id.org/uogto/extensions#ContinuousTimeGame
<https://w3id.org/uogto/extensions#ContinuousTimeGame> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                       rdfs:label "ContinuousTimeGame"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "A game modeling continuous state variables and decisions."@en .


###  https://w3id.org/uogto/extensions#Contract
<https://w3id.org/uogto/extensions#Contract> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                             rdfs:label "Contract"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "The binding document detailing incentives."@en .


###  https://w3id.org/uogto/extensions#ContractGame
<https://w3id.org/uogto/extensions#ContractGame> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                 rdfs:label "ContractGame"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "A game modeling strategic principal-agent contracts."@en .


###  https://w3id.org/uogto/extensions#ControlVariable
<https://w3id.org/uogto/extensions#ControlVariable> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                    rdfs:label "ControlVariable"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "A decision variable continuously adjusted over time."@en .


###  https://w3id.org/uogto/extensions#CooperativeGame
<https://w3id.org/uogto/extensions#CooperativeGame> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                    rdfs:label "Cooperative Game"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "A game where players can negotiate binding agreements."@en .


###  https://w3id.org/uogto/extensions#CoplayFunction
<https://w3id.org/uogto/extensions#CoplayFunction> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                   rdfs:label "CoplayFunction"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "The function implementing game backward utility transfers."@en .


###  https://w3id.org/uogto/extensions#CoreSolution
<https://w3id.org/uogto/extensions#CoreSolution> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://w3id.org/uogto/core#Equilibrium> ;
                                                 rdfs:label "Core Solution"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "A payoff distribution where no coalition has incentive to deviate."@en .


###  https://w3id.org/uogto/extensions#CounterexampleTrace
<https://w3id.org/uogto/extensions#CounterexampleTrace> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                        rdfs:label "CounterexampleTrace"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "A trace refuting a temporal property."@en .


###  https://w3id.org/uogto/extensions#CounterfactualOutcome
<https://w3id.org/uogto/extensions#CounterfactualOutcome> rdf:type owl:Class ;
                                                          rdfs:subClassOf <https://w3id.org/uogto/core#Outcome> ;
                                                          rdfs:label "CounterfactualOutcome"@en ;
                                                          <http://www.w3.org/2004/02/skos/core#definition> "An outcome mapping alternate worlds."@en .


###  https://w3id.org/uogto/extensions#CoverageSchedule
<https://w3id.org/uogto/extensions#CoverageSchedule> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                     rdfs:label "CoverageSchedule"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "The randomized allocation of defensive resources."@en .


###  https://w3id.org/uogto/extensions#Credential
<https://w3id.org/uogto/extensions#Credential> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                               rdfs:label "Credential"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "Cryptographic authorization ticket."@en .


###  https://w3id.org/uogto/extensions#CyberPhysicalState
<https://w3id.org/uogto/extensions#CyberPhysicalState> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://w3id.org/uogto/core#State> ;
                                                       rdfs:label "CyberPhysicalState"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "The joint physical and digital state configuration."@en .


###  https://w3id.org/uogto/extensions#CyberSecurityGame
<https://w3id.org/uogto/extensions#CyberSecurityGame> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                      rdfs:label "CyberSecurityGame"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "A security game mapping digital network threats."@en .


###  https://w3id.org/uogto/extensions#DEVSAtomicModel
<https://w3id.org/uogto/extensions#DEVSAtomicModel> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                    rdfs:label "DEVSAtomicModel"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "Discrete Event System specification atomic block."@en .


###  https://w3id.org/uogto/extensions#DEVSCoupledModel
<https://w3id.org/uogto/extensions#DEVSCoupledModel> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                     rdfs:label "DEVSCoupledModel"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "DEVS block formed by composition."@en .


###  https://w3id.org/uogto/extensions#Defender
<https://w3id.org/uogto/extensions#Defender> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                             rdfs:label "Defender"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "The player defending resources."@en .


###  https://w3id.org/uogto/extensions#DeonticLogicSystem
<https://w3id.org/uogto/extensions#DeonticLogicSystem> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                       rdfs:label "DeonticLogicSystem"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "A normative system formalizing modalities of obligation, permission, and prohibition."@en .


###  https://w3id.org/uogto/extensions#DeonticModality
<https://w3id.org/uogto/extensions#DeonticModality> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                    rdfs:label "DeonticModality"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "The structural category of the deontic rule."@en .


###  https://w3id.org/uogto/extensions#DifferentialGame
<https://w3id.org/uogto/extensions#DifferentialGame> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                     rdfs:label "DifferentialGame"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "A game modeled via ordinary differential equations."@en .


###  https://w3id.org/uogto/extensions#DifferentialPrivacyMechanism
<https://w3id.org/uogto/extensions#DifferentialPrivacyMechanism> rdf:type owl:Class ;
                                                                 rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                                 rdfs:label "DifferentialPrivacyMechanism"@en ;
                                                                 <http://www.w3.org/2004/02/skos/core#definition> "Noise algorithm (Laplace, Gaussian) shielding attributes."@en .


###  https://w3id.org/uogto/extensions#DiffusionGame
<https://w3id.org/uogto/extensions#DiffusionGame> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                  rdfs:label "DiffusionGame"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "A game modeling information or adoption spread."@en .


###  https://w3id.org/uogto/extensions#DigitalTwin
<https://w3id.org/uogto/extensions#DigitalTwin> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                rdfs:label "DigitalTwin"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "The digital replica mapping physical device parameters."@en .


###  https://w3id.org/uogto/extensions#DigitalTwinGame
<https://w3id.org/uogto/extensions#DigitalTwinGame> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                    rdfs:label "DigitalTwinGame"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "A game modeling physical devices via digital replicas."@en .


###  https://w3id.org/uogto/extensions#DirectMechanism
<https://w3id.org/uogto/extensions#DirectMechanism> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                    rdfs:label "DirectMechanism"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "A mechanism where agents directly report their private types."@en .


###  https://w3id.org/uogto/extensions#DisclosureAction
<https://w3id.org/uogto/extensions#DisclosureAction> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://w3id.org/uogto/core#Action> ;
                                                     rdfs:label "DisclosureAction"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "Action exposing private attributes."@en .


###  https://w3id.org/uogto/extensions#DisclosurePolicy
<https://w3id.org/uogto/extensions#DisclosurePolicy> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://w3id.org/uogto/core#Strategy> ;
                                                     rdfs:label "DisclosurePolicy"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "Rules defining information disclosure bounds."@en .


###  https://w3id.org/uogto/extensions#DistributionalState
<https://w3id.org/uogto/extensions#DistributionalState> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://w3id.org/uogto/core#State> ;
                                                        rdfs:label "DistributionalState"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "The mathematical distribution of agent characteristics."@en .


###  https://w3id.org/uogto/extensions#DutchAuction
<https://w3id.org/uogto/extensions#DutchAuction> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                 rdfs:label "DutchAuction"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "A descending price auction."@en .


###  https://w3id.org/uogto/extensions#EnforcementMechanism
<https://w3id.org/uogto/extensions#EnforcementMechanism> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                         rdfs:label "EnforcementMechanism"@en ;
                                                         <http://www.w3.org/2004/02/skos/core#definition> "A mechanism applying sanctions to rule violations."@en .


###  https://w3id.org/uogto/extensions#EnglishAuction
<https://w3id.org/uogto/extensions#EnglishAuction> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                   rdfs:label "EnglishAuction"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "An ascending open-cry auction."@en .


###  https://w3id.org/uogto/extensions#EnvyFreeAllocation
<https://w3id.org/uogto/extensions#EnvyFreeAllocation> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                       rdfs:label "EnvyFreeAllocation"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "An allocation where no agent prefers another's bundle."@en .


###  https://w3id.org/uogto/extensions#EpistemicGame
<https://w3id.org/uogto/extensions#EpistemicGame> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                  rdfs:label "EpistemicGame"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "A game formalizing beliefs and common knowledge."@en .


###  https://w3id.org/uogto/extensions#EquilibriumComputationProblem
<https://w3id.org/uogto/extensions#EquilibriumComputationProblem> rdf:type owl:Class ;
                                                                  rdfs:subClassOf <https://w3id.org/uogto/core#Equilibrium> ;
                                                                  rdfs:label "EquilibriumComputationProblem"@en ;
                                                                  <http://www.w3.org/2004/02/skos/core#definition> "The specific task of finding game equilibria."@en .


###  https://w3id.org/uogto/extensions#EquilibriumPredicate
<https://w3id.org/uogto/extensions#EquilibriumPredicate> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://w3id.org/uogto/core#Equilibrium> ;
                                                         rdfs:label "EquilibriumPredicate"@en ;
                                                         <http://www.w3.org/2004/02/skos/core#definition> "Predicate defining local equilibrium conditions."@en .


###  https://w3id.org/uogto/extensions#EventAffordance
<https://w3id.org/uogto/extensions#EventAffordance> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                    rdfs:label "EventAffordance"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "Unsolicited notification streams emitted by a Digital Twin."@en .


###  https://w3id.org/uogto/extensions#EvolutionarilyStableStrategy
<https://w3id.org/uogto/extensions#EvolutionarilyStableStrategy> rdf:type owl:Class ;
                                                                 rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                                 rdfs:label "EvolutionarilyStableStrategy"@en ;
                                                                 <http://www.w3.org/2004/02/skos/core#definition> "A strategy resistant to mutation invasion."@en .


###  https://w3id.org/uogto/extensions#EvolutionaryGame
<https://w3id.org/uogto/extensions#EvolutionaryGame> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                     rdfs:label "EvolutionaryGame"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "A game modeling biological or social strategy evolution."@en .


###  https://w3id.org/uogto/extensions#ExecutableGameGraph
<https://w3id.org/uogto/extensions#ExecutableGameGraph> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                        rdfs:label "ExecutableGameGraph"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "A knowledge graph containing executable semantic rules."@en .


###  https://w3id.org/uogto/extensions#ExecutionBinding
<https://w3id.org/uogto/extensions#ExecutionBinding> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                     rdfs:label "ExecutionBinding"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "Mappers mapping ontology elements to software execution objects."@en .


###  https://w3id.org/uogto/extensions#ExperimentalProtocol
<https://w3id.org/uogto/extensions#ExperimentalProtocol> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                         rdfs:label "ExperimentalProtocol"@en ;
                                                         <http://www.w3.org/2004/02/skos/core#definition> "The laboratory setup instructions testing behavioural choices."@en .


###  https://w3id.org/uogto/extensions#ExploitabilityMetric
<https://w3id.org/uogto/extensions#ExploitabilityMetric> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                         rdfs:label "ExploitabilityMetric"@en ;
                                                         <http://www.w3.org/2004/02/skos/core#definition> "Metric tracking how close a joint policy is to a Nash equilibrium."@en .


###  https://w3id.org/uogto/extensions#FairnessCriterion
<https://w3id.org/uogto/extensions#FairnessCriterion> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                      rdfs:label "FairnessCriterion"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "A metric assessing fairness properties of allocations."@en .


###  https://w3id.org/uogto/extensions#FairnessPreference
<https://w3id.org/uogto/extensions#FairnessPreference> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                       rdfs:label "FairnessPreference"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "Preferences incorporating inequity aversion."@en .


###  https://w3id.org/uogto/extensions#Federate
<https://w3id.org/uogto/extensions#Federate> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                             rdfs:label "Federate"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "An HLA distributed simulation execution node."@en .


###  https://w3id.org/uogto/extensions#FederationObjectModel
<https://w3id.org/uogto/extensions#FederationObjectModel> rdf:type owl:Class ;
                                                          rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                          rdfs:label "FederationObjectModel"@en ;
                                                          <http://www.w3.org/2004/02/skos/core#definition> "HLA simulation protocol catalog (FOM)."@en .


###  https://w3id.org/uogto/extensions#FictitiousPlay
<https://w3id.org/uogto/extensions#FictitiousPlay> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                   rdfs:label "FictitiousPlay"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "A learning process where players best-respond to empirical strategy distributions of opponents."@en .


###  https://w3id.org/uogto/extensions#FirstPriceAuction
<https://w3id.org/uogto/extensions#FirstPriceAuction> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                      rdfs:label "FirstPriceAuction"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "An auction where the highest bidder wins and pays their bid."@en .


###  https://w3id.org/uogto/extensions#FitnessFunction
<https://w3id.org/uogto/extensions#FitnessFunction> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                    rdfs:label "FitnessFunction"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "A function mapping strategy outcomes to biological reproductive success."@en .


###  https://w3id.org/uogto/extensions#GDLGame
<https://w3id.org/uogto/extensions#GDLGame> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                            rdfs:label "GDLGame"@en ;
                                            <http://www.w3.org/2004/02/skos/core#definition> "A game defined using GDL syntax."@en .


###  https://w3id.org/uogto/extensions#GDLII_Game
<https://w3id.org/uogto/extensions#GDLII_Game> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                               rdfs:label "GDLII Game"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "A game defined using GDL-II (imperfect information)."@en .


###  https://w3id.org/uogto/extensions#GameDescriptionLanguage
<https://w3id.org/uogto/extensions#GameDescriptionLanguage> rdf:type owl:Class ;
                                                            rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                            rdfs:label "GameDescriptionLanguage"@en ;
                                                            <http://www.w3.org/2004/02/skos/core#definition> "The description language vocabulary (GDL)."@en .


###  https://w3id.org/uogto/extensions#GameInstance
<https://w3id.org/uogto/extensions#GameInstance> rdf:type owl:Class .


###  https://w3id.org/uogto/extensions#GoalRule
<https://w3id.org/uogto/extensions#GoalRule> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://w3id.org/uogto/core#Rule> ;
                                             rdfs:label "GoalRule"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "Rules defining player score achievements."@en .


###  https://w3id.org/uogto/extensions#GovernanceMechanism
<https://w3id.org/uogto/extensions#GovernanceMechanism> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                        rdfs:label "GovernanceMechanism"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "A system overseeing rule compliance."@en .


###  https://w3id.org/uogto/extensions#GraphPlayer
<https://w3id.org/uogto/extensions#GraphPlayer> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                rdfs:label "GraphPlayer"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "A node in a network game."@en .


###  https://w3id.org/uogto/extensions#Hamiltonian
<https://w3id.org/uogto/extensions#Hamiltonian> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                rdfs:label "Hamiltonian"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "The mathematical function modeling optimal control paths."@en .


###  https://w3id.org/uogto/extensions#HiddenAction
<https://w3id.org/uogto/extensions#HiddenAction> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://w3id.org/uogto/core#Action> ;
                                                 rdfs:label "HiddenAction"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "An action unobserved by the principal (moral hazard)."@en .


###  https://w3id.org/uogto/extensions#HiddenInformation
<https://w3id.org/uogto/extensions#HiddenInformation> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                      rdfs:label "HiddenInformation"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "A type unobserved by the principal (adverse selection)."@en .


###  https://w3id.org/uogto/extensions#HybridGame
<https://w3id.org/uogto/extensions#HybridGame> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                               rdfs:label "HybridGame"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "A game combining continuous dynamics and discrete mode transitions."@en .


###  https://w3id.org/uogto/extensions#IdentityClaim
<https://w3id.org/uogto/extensions#IdentityClaim> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                  rdfs:label "IdentityClaim"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "Declared cryptographic identifier of an agent."@en .


###  https://w3id.org/uogto/extensions#IncentiveCompatibilityConstraint
<https://w3id.org/uogto/extensions#IncentiveCompatibilityConstraint> rdf:type owl:Class ;
                                                                     rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                                     rdfs:label "IncentiveCompatibilityConstraint"@en ;
                                                                     <http://www.w3.org/2004/02/skos/core#definition> "A constraint ensuring truthful reporting is a Nash equilibrium."@en .


###  https://w3id.org/uogto/extensions#IncentiveScheme
<https://w3id.org/uogto/extensions#IncentiveScheme> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                    rdfs:label "IncentiveScheme"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "A system tying payments to performance indicators."@en .


###  https://w3id.org/uogto/extensions#IndividualRationalityConstraint
<https://w3id.org/uogto/extensions#IndividualRationalityConstraint> rdf:type owl:Class ;
                                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                                    rdfs:label "IndividualRationalityConstraint"@en ;
                                                                    <http://www.w3.org/2004/02/skos/core#definition> "A constraint ensuring voluntary participation yields non-negative utility."@en .


###  https://w3id.org/uogto/extensions#InfluenceGame
<https://w3id.org/uogto/extensions#InfluenceGame> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                  rdfs:label "InfluenceGame"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "A game modeling strategy pressure from peers."@en .


###  https://w3id.org/uogto/extensions#InformationDesignGame
<https://w3id.org/uogto/extensions#InformationDesignGame> rdf:type owl:Class ;
                                                          rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                          rdfs:label "InformationDesignGame"@en ;
                                                          <http://www.w3.org/2004/02/skos/core#definition> "A game modeling how information is formatted and disclosed."@en .


###  https://w3id.org/uogto/extensions#InformationDesigner
<https://w3id.org/uogto/extensions#InformationDesigner> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                        rdfs:label "InformationDesigner"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "An agent (sender) committing to a signal structure."@en .


###  https://w3id.org/uogto/extensions#InformationLeakage
<https://w3id.org/uogto/extensions#InformationLeakage> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                       rdfs:label "InformationLeakage"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "Calculated index of disclosure levels."@en .


###  https://w3id.org/uogto/extensions#Institution
<https://w3id.org/uogto/extensions#Institution> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                rdfs:label "Institution"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "A set of formal or informal rules structure."@en .


###  https://w3id.org/uogto/extensions#InstitutionalEconomicsGame
<https://w3id.org/uogto/extensions#InstitutionalEconomicsGame> rdf:type owl:Class ;
                                                               rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                               rdfs:label "InstitutionalEconomicsGame"@en ;
                                                               <http://www.w3.org/2004/02/skos/core#definition> "A game modeling transactions, property rights, and governance."@en .


###  https://w3id.org/uogto/extensions#InstitutionalRule
<https://w3id.org/uogto/extensions#InstitutionalRule> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://w3id.org/uogto/core#Rule> ;
                                                      rdfs:label "InstitutionalRule"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "A rule defined by an institution."@en .


###  https://w3id.org/uogto/extensions#InteractionAffordance
<https://w3id.org/uogto/extensions#InteractionAffordance> rdf:type owl:Class ;
                                                          rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ,
                                                                          <https://www.w3.org/2019/wot/td#InteractionAffordance> ;
                                                          rdfs:label "InteractionAffordance"@en ;
                                                          <http://www.w3.org/2004/02/skos/core#definition> "Action capabilities exposed by a Digital Twin."@en .


###  https://w3id.org/uogto/extensions#Intervention
<https://w3id.org/uogto/extensions#Intervention> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                 rdfs:label "Intervention"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "An active manipulation of a causal variable (do-calculus)."@en .


###  https://w3id.org/uogto/extensions#IsaacsCondition
<https://w3id.org/uogto/extensions#IsaacsCondition> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                    rdfs:label "IsaacsCondition"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "Conditions matching saddle point existence in differential play."@en .


###  https://w3id.org/uogto/extensions#JointPolicy
<https://w3id.org/uogto/extensions#JointPolicy> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/uogto/core#Strategy> ;
                                                rdfs:label "JointPolicy"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "A combination of policies for all agents in a MARL system."@en .


###  https://w3id.org/uogto/extensions#KalaiSmorodinskySolution
<https://w3id.org/uogto/extensions#KalaiSmorodinskySolution> rdf:type owl:Class ;
                                                             rdfs:subClassOf <https://w3id.org/uogto/core#Equilibrium> ;
                                                             rdfs:label "KalaiSmorodinskySolution"@en ;
                                                             <http://www.w3.org/2004/02/skos/core#definition> "A bargaining solution maintaining utility ratios relative to ideal options."@en .


###  https://w3id.org/uogto/extensions#LLMAgent
<https://w3id.org/uogto/extensions#LLMAgent> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://w3id.org/uogto/core#Agent> ;
                                             rdfs:label "LLMAgent"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "A language model agent behaving strategically."@en .


###  https://w3id.org/uogto/extensions#LLMInteractionGame
<https://w3id.org/uogto/extensions#LLMInteractionGame> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                       rdfs:label "LLMInteractionGame"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "A game modeling interactions among language models."@en .


###  https://w3id.org/uogto/extensions#LatencyFunction
<https://w3id.org/uogto/extensions#LatencyFunction> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                    rdfs:label "LatencyFunction"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "A function mapping resource load to latency costs."@en .


###  https://w3id.org/uogto/extensions#LearningAlgorithm
<https://w3id.org/uogto/extensions#LearningAlgorithm> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                      rdfs:label "LearningAlgorithm"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "An algorithm (e.g. Q-learning, PPO) updating policy parameters."@en .


###  https://w3id.org/uogto/extensions#LearningProcess
<https://w3id.org/uogto/extensions#LearningProcess> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                    rdfs:label "LearningProcess"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "An iterative process of strategy updates in repeated play."@en .


###  https://w3id.org/uogto/extensions#LegalMoveRule
<https://w3id.org/uogto/extensions#LegalMoveRule> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://w3id.org/uogto/core#Rule> ;
                                                  rdfs:label "LegalMoveRule"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "Rules defining valid moves."@en .


###  https://w3id.org/uogto/extensions#Lens
<https://w3id.org/uogto/extensions#Lens> rdf:type owl:Class ;
                                         rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                         rdfs:label "Lens"@en ;
                                         <http://www.w3.org/2004/02/skos/core#definition> "A bidirectional mapping transferring play and coplay parameters."@en .


###  https://w3id.org/uogto/extensions#LevelKModel
<https://w3id.org/uogto/extensions#LevelKModel> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                rdfs:label "LevelKModel"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "Model tracking hierarchies of step-by-step thinking."@en .


###  https://w3id.org/uogto/extensions#LivenessProperty
<https://w3id.org/uogto/extensions#LivenessProperty> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                     rdfs:label "LivenessProperty"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "A property checking that a good state is eventually reached."@en .


###  https://w3id.org/uogto/extensions#LocalInteraction
<https://w3id.org/uogto/extensions#LocalInteraction> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                     rdfs:label "LocalInteraction"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "A local game specification among neighboring players."@en .


###  https://w3id.org/uogto/extensions#LudiiGame
<https://w3id.org/uogto/extensions#LudiiGame> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                              rdfs:label "LudiiGame"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "A game defined using the Ludii system format."@en .


###  https://w3id.org/uogto/extensions#ManipulationProblem
<https://w3id.org/uogto/extensions#ManipulationProblem> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                        rdfs:label "ManipulationProblem"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "A problem evaluating strategic voter manipulation."@en .


###  https://w3id.org/uogto/extensions#Marking
<https://w3id.org/uogto/extensions#Marking> rdf:type owl:Class ;
                                            rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                            rdfs:label "Marking"@en ;
                                            <http://www.w3.org/2004/02/skos/core#definition> "The state vector of token locations across places."@en .


###  https://w3id.org/uogto/extensions#MarkovGame
<https://w3id.org/uogto/extensions#MarkovGame> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                               rdfs:label "MarkovGame"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "A multi-agent extension of Markov Decision Processes."@en .


###  https://w3id.org/uogto/extensions#Matching
<https://w3id.org/uogto/extensions#Matching> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                             rdfs:label "Matching"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "A mapping of agents on one side of the market to another."@en .


###  https://w3id.org/uogto/extensions#MatchingMarket
<https://w3id.org/uogto/extensions#MatchingMarket> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                   rdfs:label "MatchingMarket"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "A market matching demand and supply agents."@en .


###  https://w3id.org/uogto/extensions#MeanFieldEquilibrium
<https://w3id.org/uogto/extensions#MeanFieldEquilibrium> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://w3id.org/uogto/core#Equilibrium> ;
                                                         rdfs:label "MeanFieldEquilibrium"@en ;
                                                         <http://www.w3.org/2004/02/skos/core#definition> "The fixed point of population dynamics and agent policies."@en .


###  https://w3id.org/uogto/extensions#MeanFieldGame
<https://w3id.org/uogto/extensions#MeanFieldGame> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                  rdfs:label "MeanFieldGame"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "A game modeling interactions in infinite agent populations."@en .


###  https://w3id.org/uogto/extensions#Mechanism
<https://w3id.org/uogto/extensions#Mechanism> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                              rdfs:label "Mechanism"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "A system specifying rules for mapping agent messages to allocations and payments."@en .


###  https://w3id.org/uogto/extensions#MemoryState
<https://w3id.org/uogto/extensions#MemoryState> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/uogto/core#State> ;
                                                rdfs:label "MemoryState"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "Stored variables representing conversational history."@en .


###  https://w3id.org/uogto/extensions#ModelCheckingTask
<https://w3id.org/uogto/extensions#ModelCheckingTask> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                      rdfs:label "ModelCheckingTask"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "A model verification execution run."@en .


###  https://w3id.org/uogto/extensions#MonitoringTechnology
<https://w3id.org/uogto/extensions#MonitoringTechnology> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                         rdfs:label "MonitoringTechnology"@en ;
                                                         <http://www.w3.org/2004/02/skos/core#definition> "A mechanism observing indicators."@en .


###  https://w3id.org/uogto/extensions#MonoidalComposition
<https://w3id.org/uogto/extensions#MonoidalComposition> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                        rdfs:label "MonoidalComposition"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "The compositional operator combining games."@en .


###  https://w3id.org/uogto/extensions#MultiAgentEnvironment
<https://w3id.org/uogto/extensions#MultiAgentEnvironment> rdf:type owl:Class ;
                                                          rdfs:subClassOf <https://w3id.org/uogto/core#Agent> ;
                                                          rdfs:label "MultiAgentEnvironment"@en ;
                                                          <http://www.w3.org/2004/02/skos/core#definition> "The simulator environment containing states and transition dynamics."@en .


###  https://w3id.org/uogto/extensions#MutationOperator
<https://w3id.org/uogto/extensions#MutationOperator> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                     rdfs:label "MutationOperator"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "Rules specifying strategy mutation rates."@en .


###  https://w3id.org/uogto/extensions#NashBargainingSolution
<https://w3id.org/uogto/extensions#NashBargainingSolution> rdf:type owl:Class ;
                                                           rdfs:subClassOf <https://w3id.org/uogto/core#Equilibrium> ;
                                                           rdfs:label "NashBargainingSolution"@en ;
                                                           <http://www.w3.org/2004/02/skos/core#definition> "A bargaining solution maximizing the product of utilities."@en .


###  https://w3id.org/uogto/extensions#NeighborSet
<https://w3id.org/uogto/extensions#NeighborSet> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                rdfs:label "NeighborSet"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "The set of immediate neighbors of a graph node."@en .


###  https://w3id.org/uogto/extensions#NetworkEdge
<https://w3id.org/uogto/extensions#NetworkEdge> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                rdfs:label "NetworkEdge"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "A connection linking players in the network."@en .


###  https://w3id.org/uogto/extensions#NetworkFlow
<https://w3id.org/uogto/extensions#NetworkFlow> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                rdfs:label "NetworkFlow"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "The distribution of player routes in a network."@en .


###  https://w3id.org/uogto/extensions#NetworkGame
<https://w3id.org/uogto/extensions#NetworkGame> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                rdfs:label "NetworkGame"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "A game played over a social or physical network graph."@en .


###  https://w3id.org/uogto/extensions#NonTransferableUtilityGame
<https://w3id.org/uogto/extensions#NonTransferableUtilityGame> rdf:type owl:Class ;
                                                               rdfs:subClassOf <https://w3id.org/uogto/extensions#CooperativeGame> ;
                                                               rdfs:label "Non-Transferable Utility Game"@en ;
                                                               <http://www.w3.org/2004/02/skos/core#definition> "A cooperative game where payoffs cannot be transferred."@en .


###  https://w3id.org/uogto/extensions#Norm
<https://w3id.org/uogto/extensions#Norm> rdf:type owl:Class ;
                                         rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                         rdfs:label "Norm"@en ;
                                         <http://www.w3.org/2004/02/skos/core#definition> "A norm rule containing deontic modalities."@en .


###  https://w3id.org/uogto/extensions#Obligation
<https://w3id.org/uogto/extensions#Obligation> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                               rdfs:label "Obligation"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "A deontic state requiring specific action."@en .


###  https://w3id.org/uogto/extensions#ObservationSpace
<https://w3id.org/uogto/extensions#ObservationSpace> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                     rdfs:label "ObservationSpace"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "The set of all possible environment observations."@en .


###  https://w3id.org/uogto/extensions#OpenGame
<https://w3id.org/uogto/extensions#OpenGame> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://w3id.org/opengames#OpenGame> ,
                                                             <https://w3id.org/uogto/core#GameSpecification> ;
                                             rdfs:label "OpenGame"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "A game block that can compose with other games."@en .


###  https://w3id.org/uogto/extensions#ParticipationConstraint
<https://w3id.org/uogto/extensions#ParticipationConstraint> rdf:type owl:Class ;
                                                            rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                            rdfs:label "ParticipationConstraint"@en ;
                                                            <http://www.w3.org/2004/02/skos/core#definition> "Condition ensuring the agent accepts the contract."@en .


###  https://w3id.org/uogto/extensions#PaymentRule
<https://w3id.org/uogto/extensions#PaymentRule> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/uogto/core#Rule> ;
                                                rdfs:label "PaymentRule"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "A rule mapping agent reports to payments required from agents."@en .


###  https://w3id.org/uogto/extensions#Permission
<https://w3id.org/uogto/extensions#Permission> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                               rdfs:label "Permission"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "A deontic state allowing specific action."@en .


###  https://w3id.org/uogto/extensions#PersuasionMechanism
<https://w3id.org/uogto/extensions#PersuasionMechanism> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                        rdfs:label "PersuasionMechanism"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "A mechanism modeling Bayesian persuasion."@en .


###  https://w3id.org/uogto/extensions#PetriNet
<https://w3id.org/uogto/extensions#PetriNet> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                             rdfs:label "PetriNet"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "The discrete-event bipartite graph representation."@en .


###  https://w3id.org/uogto/extensions#PetriNetGame
<https://w3id.org/uogto/extensions#PetriNetGame> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                 rdfs:label "PetriNetGame"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "A game modeled using Petri Net structures."@en .


###  https://w3id.org/uogto/extensions#Place
<https://w3id.org/uogto/extensions#Place> rdf:type owl:Class ;
                                          rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                          rdfs:label "Place"@en ;
                                          <http://www.w3.org/2004/02/skos/core#definition> "Graph node representing local states or resources."@en .


###  https://w3id.org/uogto/extensions#PlayFunction
<https://w3id.org/uogto/extensions#PlayFunction> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                 rdfs:label "PlayFunction"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "The function implementing game forward execution."@en .


###  https://w3id.org/uogto/extensions#Policy
<https://w3id.org/uogto/extensions#Policy> rdf:type owl:Class ;
                                           rdfs:subClassOf <https://w3id.org/uogto/core#Strategy> ;
                                           rdfs:label "Policy"@en ;
                                           <http://www.w3.org/2004/02/skos/core#definition> "A mapping from observations to actions for a single MARL agent."@en .


###  https://w3id.org/uogto/extensions#Population
<https://w3id.org/uogto/extensions#Population> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                               rdfs:label "Population"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "The group of agents evolving strategies."@en .


###  https://w3id.org/uogto/extensions#PopulationPolicy
<https://w3id.org/uogto/extensions#PopulationPolicy> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://w3id.org/uogto/core#Strategy> ;
                                                     rdfs:label "PopulationPolicy"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "The generalized strategy profile of the population."@en .


###  https://w3id.org/uogto/extensions#PopulationState
<https://w3id.org/uogto/extensions#PopulationState> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#State> ;
                                                    rdfs:label "PopulationState"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "A continuous distribution of players across states."@en .


###  https://w3id.org/uogto/extensions#PosteriorBelief
<https://w3id.org/uogto/extensions#PosteriorBelief> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                    rdfs:label "PosteriorBelief"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "A receiver belief updating after signals."@en .


###  https://w3id.org/uogto/extensions#PotentialGame
<https://w3id.org/uogto/extensions#PotentialGame> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                  rdfs:label "PotentialGame"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "A game possessing a global potential function."@en .


###  https://w3id.org/uogto/extensions#PreferenceProfile
<https://w3id.org/uogto/extensions#PreferenceProfile> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                      rdfs:label "PreferenceProfile"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "The collected preferences of all voters."@en .


###  https://w3id.org/uogto/extensions#PriceOfAnarchy
<https://w3id.org/uogto/extensions#PriceOfAnarchy> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                   rdfs:label "PriceOfAnarchy"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "The ratio of worst-case Nash utility to social optimum."@en .


###  https://w3id.org/uogto/extensions#PriceOfStability
<https://w3id.org/uogto/extensions#PriceOfStability> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                     rdfs:label "PriceOfStability"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "The ratio of best-case Nash utility to social optimum."@en .


###  https://w3id.org/uogto/extensions#Principal
<https://w3id.org/uogto/extensions#Principal> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                              rdfs:label "Principal"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "The contract designer offering terms."@en .


###  https://w3id.org/uogto/extensions#PrincipalAgentGame
<https://w3id.org/uogto/extensions#PrincipalAgentGame> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                       rdfs:label "PrincipalAgentGame"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "A game with hidden action or hidden information."@en .


###  https://w3id.org/uogto/extensions#PrivacyBudget
<https://w3id.org/uogto/extensions#PrivacyBudget> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                  rdfs:label "PrivacyBudget"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "Numeric index tracking epsilon differential privacy bounds."@en .


###  https://w3id.org/uogto/extensions#PrivateAttribute
<https://w3id.org/uogto/extensions#PrivateAttribute> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                     rdfs:label "PrivateAttribute"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "Data field subject to disclosure protection."@en .


###  https://w3id.org/uogto/extensions#PrivateSignal
<https://w3id.org/uogto/extensions#PrivateSignal> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                  rdfs:label "PrivateSignal"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "A private information signal."@en .


###  https://w3id.org/uogto/extensions#Prohibition
<https://w3id.org/uogto/extensions#Prohibition> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                rdfs:label "Prohibition"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "A deontic state forbidding specific action."@en .


###  https://w3id.org/uogto/extensions#PromptState
<https://w3id.org/uogto/extensions#PromptState> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/uogto/core#State> ;
                                                rdfs:label "PromptState"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "The context input prompt representing agent context."@en .


###  https://w3id.org/uogto/extensions#PropertyAffordance
<https://w3id.org/uogto/extensions#PropertyAffordance> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                       rdfs:label "PropertyAffordance"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "Read-only attributes exposed by a Digital Twin."@en .


###  https://w3id.org/uogto/extensions#PropertyRight
<https://w3id.org/uogto/extensions#PropertyRight> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                  rdfs:label "PropertyRight"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "Rules mapping ownership of game assets."@en .


###  https://w3id.org/uogto/extensions#ProportionalAllocation
<https://w3id.org/uogto/extensions#ProportionalAllocation> rdf:type owl:Class ;
                                                           rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                           rdfs:label "ProportionalAllocation"@en ;
                                                           <http://www.w3.org/2004/02/skos/core#definition> "An allocation giving each agent their fair share."@en .


###  https://w3id.org/uogto/extensions#ProtocolBinding
<https://w3id.org/uogto/extensions#ProtocolBinding> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                    rdfs:label "ProtocolBinding"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "Network connection settings (HTTP, MQTT)."@en .


###  https://w3id.org/uogto/extensions#ProvenanceTrace
<https://w3id.org/uogto/extensions#ProvenanceTrace> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                    rdfs:label "ProvenanceTrace"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "Lineage records tracking action histories (PROV)."@en .


###  https://w3id.org/uogto/extensions#QLearning
<https://w3id.org/uogto/extensions#QLearning> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                              rdfs:label "QLearning"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "A reinforcement learning process updating action-value estimates."@en .


###  https://w3id.org/uogto/extensions#QuantalResponseEquilibrium
<https://w3id.org/uogto/extensions#QuantalResponseEquilibrium> rdf:type owl:Class ;
                                                               rdfs:subClassOf <https://w3id.org/uogto/core#Equilibrium> ;
                                                               rdfs:label "QuantalResponseEquilibrium"@en ;
                                                               <http://www.w3.org/2004/02/skos/core#definition> "Equilibrium incorporating logit decision noise."@en .


###  https://w3id.org/uogto/extensions#Rationalizability
<https://w3id.org/uogto/extensions#Rationalizability> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                      rdfs:label "Rationalizability"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "The set of actions surviving iterated dominance under beliefs."@en .


###  https://w3id.org/uogto/extensions#ReachabilityProperty
<https://w3id.org/uogto/extensions#ReachabilityProperty> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                         rdfs:label "ReachabilityProperty"@en ;
                                                         <http://www.w3.org/2004/02/skos/core#definition> "A property checking if a state is reachable."@en .


###  https://w3id.org/uogto/extensions#ReceiverBelief
<https://w3id.org/uogto/extensions#ReceiverBelief> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                   rdfs:label "ReceiverBelief"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "The belief state of the target audience."@en .


###  https://w3id.org/uogto/extensions#RegretMatching
<https://w3id.org/uogto/extensions#RegretMatching> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                   rdfs:label "RegretMatching"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "A learning process updating actions based on cumulative regrets."@en .


###  https://w3id.org/uogto/extensions#RegretMetric
<https://w3id.org/uogto/extensions#RegretMetric> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                 rdfs:label "RegretMetric"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "Metric tracking the difference between actual and optimal decisions."@en .


###  https://w3id.org/uogto/extensions#ReplicatorDynamic
<https://w3id.org/uogto/extensions#ReplicatorDynamic> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                      rdfs:label "ReplicatorDynamic"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "Differential equations mapping strategy population shares over time."@en .


###  https://w3id.org/uogto/extensions#ReplicatorLearning
<https://w3id.org/uogto/extensions#ReplicatorLearning> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                       rdfs:label "ReplicatorLearning"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "An evolutionary learning process modeling relative success."@en .


###  https://w3id.org/uogto/extensions#RepresentativeAgent
<https://w3id.org/uogto/extensions#RepresentativeAgent> rdf:type owl:Class ;
                                                        rdfs:subClassOf <https://w3id.org/uogto/core#Agent> ;
                                                        rdfs:label "RepresentativeAgent"@en ;
                                                        <http://www.w3.org/2004/02/skos/core#definition> "An agent representing average player dynamics."@en .


###  https://w3id.org/uogto/extensions#ReputationScore
<https://w3id.org/uogto/extensions#ReputationScore> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                    rdfs:label "ReputationScore"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "Models statistical estimation of agent trustworthiness."@en .


###  https://w3id.org/uogto/extensions#Resource
<https://w3id.org/uogto/extensions#Resource> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                             rdfs:label "Resource"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "An asset consumed or shared by players."@en .


###  https://w3id.org/uogto/extensions#ResourceEdge
<https://w3id.org/uogto/extensions#ResourceEdge> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                 rdfs:label "ResourceEdge"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "A network edge segment acting as a congestion resource."@en .


###  https://w3id.org/uogto/extensions#RewardFunction
<https://w3id.org/uogto/extensions#RewardFunction> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                   rdfs:label "RewardFunction"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "A function returning rewards based on joint actions and states."@en .


###  https://w3id.org/uogto/extensions#RoutingGame
<https://w3id.org/uogto/extensions#RoutingGame> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                rdfs:label "RoutingGame"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "A congestion game played over a network flow path."@en .


###  https://w3id.org/uogto/extensions#RuleEncodedGame
<https://w3id.org/uogto/extensions#RuleEncodedGame> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                    rdfs:label "RuleEncodedGame"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "A game completely defined by syntax rules."@en .


###  https://w3id.org/uogto/extensions#RulePredicate
<https://w3id.org/uogto/extensions#RulePredicate> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://w3id.org/uogto/core#Rule> ;
                                                  rdfs:label "RulePredicate"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "A logical statement in a rule model."@en .


###  https://w3id.org/uogto/extensions#RuntimeBinding
<https://w3id.org/uogto/extensions#RuntimeBinding> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                   rdfs:label "RuntimeBinding"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Bindings linking parameters to live environments."@en .


###  https://w3id.org/uogto/extensions#SPARQLExecutionQuery
<https://w3id.org/uogto/extensions#SPARQLExecutionQuery> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                         rdfs:label "SPARQLExecutionQuery"@en ;
                                                         <http://www.w3.org/2004/02/skos/core#definition> "SPARQL statement executing model updates."@en .


###  https://w3id.org/uogto/extensions#SafetyProperty
<https://w3id.org/uogto/extensions#SafetyProperty> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                   rdfs:label "SafetyProperty"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "A property checking that a bad state is never reached."@en .


###  https://w3id.org/uogto/extensions#Sanction
<https://w3id.org/uogto/extensions#Sanction> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                             rdfs:label "Sanction"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "A punishment applied to violations."@en .


###  https://w3id.org/uogto/extensions#SecondPriceAuction
<https://w3id.org/uogto/extensions#SecondPriceAuction> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                       rdfs:label "SecondPriceAuction"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "An auction where the highest bidder wins and pays the second-highest bid."@en .


###  https://w3id.org/uogto/extensions#SecurityGame
<https://w3id.org/uogto/extensions#SecurityGame> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                 rdfs:label "SecurityGame"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "A game modeling strategic defense and attacks."@en .


###  https://w3id.org/uogto/extensions#SelfPlay
<https://w3id.org/uogto/extensions#SelfPlay> rdf:type owl:Class ;
                                             rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                             rdfs:label "SelfPlay"@en ;
                                             <http://www.w3.org/2004/02/skos/core#definition> "A training protocol where agents learn by playing copies of themselves."@en .


###  https://w3id.org/uogto/extensions#ShapleyValue
<https://w3id.org/uogto/extensions#ShapleyValue> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://w3id.org/uogto/core#Equilibrium> ;
                                                 rdfs:label "Shapley Value"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "A unique distribution of cooperative surplus based on marginal contributions."@en .


###  https://w3id.org/uogto/extensions#SignalStructure
<https://w3id.org/uogto/extensions#SignalStructure> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                    rdfs:label "SignalStructure"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "A mapping from state of nature to signals."@en .


###  https://w3id.org/uogto/extensions#SimulationBinding
<https://w3id.org/uogto/extensions#SimulationBinding> rdf:type owl:Class ;
                                                      rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                      rdfs:label "SimulationBinding"@en ;
                                                      <http://www.w3.org/2004/02/skos/core#definition> "Bindings linking model nodes to DEVS/HLA simulators."@en .


###  https://w3id.org/uogto/extensions#SocialChoiceFunction
<https://w3id.org/uogto/extensions#SocialChoiceFunction> rdf:type owl:Class ;
                                                         rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                         rdfs:label "SocialChoiceFunction"@en ;
                                                         <http://www.w3.org/2004/02/skos/core#definition> "A mapping from voting profiles to selections."@en .


###  https://w3id.org/uogto/extensions#SolverBinding
<https://w3id.org/uogto/extensions#SolverBinding> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                  rdfs:label "SolverBinding"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "Bindings linking model nodes to optimization engines."@en .


###  https://w3id.org/uogto/extensions#StableMatching
<https://w3id.org/uogto/extensions#StableMatching> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                   rdfs:label "StableMatching"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "A matching without blocking pairs."@en .


###  https://w3id.org/uogto/extensions#StackelbergSecurityGame
<https://w3id.org/uogto/extensions#StackelbergSecurityGame> rdf:type owl:Class ;
                                                            rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                            rdfs:label "StackelbergSecurityGame"@en ;
                                                            <http://www.w3.org/2004/02/skos/core#definition> "A security game where defender commits first."@en .


###  https://w3id.org/uogto/extensions#StateEquation
<https://w3id.org/uogto/extensions#StateEquation> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://w3id.org/uogto/core#State> ;
                                                  rdfs:label "StateEquation"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "A differential equation defining state updates."@en .


###  https://w3id.org/uogto/extensions#StochasticDifferentialGame
<https://w3id.org/uogto/extensions#StochasticDifferentialGame> rdf:type owl:Class ;
                                                               rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                               rdfs:label "StochasticDifferentialGame"@en ;
                                                               <http://www.w3.org/2004/02/skos/core#definition> "A differential game incorporating stochastic noise."@en .


###  https://w3id.org/uogto/extensions#StrategicFormula
<https://w3id.org/uogto/extensions#StrategicFormula> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                     rdfs:label "StrategicFormula"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "A temporal logic formula mapping strategy requirements."@en .


###  https://w3id.org/uogto/extensions#StrategyLens
<https://w3id.org/uogto/extensions#StrategyLens> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                 rdfs:label "StrategyLens"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "A lens translating strategy parameters."@en .


###  https://w3id.org/uogto/extensions#StructuralEquation
<https://w3id.org/uogto/extensions#StructuralEquation> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                       rdfs:label "StructuralEquation"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "An equation mapping endogenous variables to exogenous factors."@en .


###  https://w3id.org/uogto/extensions#Target
<https://w3id.org/uogto/extensions#Target> rdf:type owl:Class ;
                                           rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                           rdfs:label "Target"@en ;
                                           <http://www.w3.org/2004/02/skos/core#definition> "The target resource with defense payoffs."@en .


###  https://w3id.org/uogto/extensions#TemporalProperty
<https://w3id.org/uogto/extensions#TemporalProperty> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                     rdfs:label "TemporalProperty"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "Properties modeling time dimensions (CTL, ATL)."@en .


###  https://w3id.org/uogto/extensions#TerminalRule
<https://w3id.org/uogto/extensions#TerminalRule> rdf:type owl:Class ;
                                                 rdfs:subClassOf <https://w3id.org/uogto/core#Rule> ;
                                                 rdfs:label "TerminalRule"@en ;
                                                 <http://www.w3.org/2004/02/skos/core#definition> "Rules defining final states."@en .


###  https://w3id.org/uogto/extensions#Thing
<https://w3id.org/uogto/extensions#Thing> rdf:type owl:Class ;
                                          rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ,
                                                          <https://www.w3.org/2019/wot/td#Thing> ;
                                          rdfs:label "Thing"@en ;
                                          <http://www.w3.org/2004/02/skos/core#definition> "The physical device or asset counterpart."@en .


###  https://w3id.org/uogto/extensions#ThreatModel
<https://w3id.org/uogto/extensions#ThreatModel> rdf:type owl:Class ;
                                                rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                rdfs:label "ThreatModel"@en ;
                                                <http://www.w3.org/2004/02/skos/core#definition> "Specifies adversary capabilities."@en .


###  https://w3id.org/uogto/extensions#Token
<https://w3id.org/uogto/extensions#Token> rdf:type owl:Class ;
                                          rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                          rdfs:label "Token"@en ;
                                          <http://www.w3.org/2004/02/skos/core#definition> "Marking entities residing in places."@en .


###  https://w3id.org/uogto/extensions#ToolInvocation
<https://w3id.org/uogto/extensions#ToolInvocation> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                   rdfs:label "ToolInvocation"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "An agent action invoking external APIs."@en .


###  https://w3id.org/uogto/extensions#TransactionCost
<https://w3id.org/uogto/extensions#TransactionCost> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                    rdfs:label "TransactionCost"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "Utility costs associated with trade execution."@en .


###  https://w3id.org/uogto/extensions#TransferableUtilityGame
<https://w3id.org/uogto/extensions#TransferableUtilityGame> rdf:type owl:Class ;
                                                            rdfs:subClassOf <https://w3id.org/uogto/extensions#CooperativeGame> ;
                                                            rdfs:label "Transferable Utility Game"@en ;
                                                            <http://www.w3.org/2004/02/skos/core#definition> "A cooperative game where players can freely transfer utility values."@en .


###  https://w3id.org/uogto/extensions#TransitionNode
<https://w3id.org/uogto/extensions#TransitionNode> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                   rdfs:label "TransitionNode"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Graph node representing event transitions."@en .


###  https://w3id.org/uogto/extensions#TransitionRule
<https://w3id.org/uogto/extensions#TransitionRule> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/uogto/core#Rule> ;
                                                   rdfs:label "TransitionRule"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "Rules mapping action configurations to next states."@en .


###  https://w3id.org/uogto/extensions#TrustRelation
<https://w3id.org/uogto/extensions#TrustRelation> rdf:type owl:Class ;
                                                  rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                  rdfs:label "TrustRelation"@en ;
                                                  <http://www.w3.org/2004/02/skos/core#definition> "Models relative trust parameters among agents."@en .


###  https://w3id.org/uogto/extensions#Type
<https://w3id.org/uogto/extensions#Type> rdf:type owl:Class ;
                                         rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                         rdfs:label "Type"@en ;
                                         <http://www.w3.org/2004/02/skos/core#definition> "An agent type representing beliefs and preferences."@en .


###  https://w3id.org/uogto/extensions#TypeSpace
<https://w3id.org/uogto/extensions#TypeSpace> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                              rdfs:label "TypeSpace"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "A space grouping player types."@en .


###  https://w3id.org/uogto/extensions#ValidationShape
<https://w3id.org/uogto/extensions#ValidationShape> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                    rdfs:label "ValidationShape"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "SHACL validation schema applied at runtime."@en .


###  https://w3id.org/uogto/extensions#VerificationGame
<https://w3id.org/uogto/extensions#VerificationGame> rdf:type owl:Class ;
                                                     rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                                     rdfs:label "VerificationGame"@en ;
                                                     <http://www.w3.org/2004/02/skos/core#definition> "A game modeling formal specification checks."@en .


###  https://w3id.org/uogto/extensions#VickreyAuction
<https://w3id.org/uogto/extensions#VickreyAuction> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                   rdfs:label "VickreyAuction"@en ;
                                                   <http://www.w3.org/2004/02/skos/core#definition> "A sealed-bid second-price auction."@en .


###  https://w3id.org/uogto/extensions#Violation
<https://w3id.org/uogto/extensions#Violation> rdf:type owl:Class ;
                                              rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                              rdfs:label "Violation"@en ;
                                              <http://www.w3.org/2004/02/skos/core#definition> "An event trace marking rule breach."@en .


###  https://w3id.org/uogto/extensions#Voter
<https://w3id.org/uogto/extensions#Voter> rdf:type owl:Class ;
                                          rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                          rdfs:label "Voter"@en ;
                                          <http://www.w3.org/2004/02/skos/core#definition> "A player expressing choices over candidates."@en .


###  https://w3id.org/uogto/extensions#VotingGame
<https://w3id.org/uogto/extensions#VotingGame> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/uogto/core#GameSpecification> ;
                                               rdfs:label "VotingGame"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "A game representing voting procedures and aggregation."@en .


###  https://w3id.org/uogto/extensions#VotingRule
<https://w3id.org/uogto/extensions#VotingRule> rdf:type owl:Class ;
                                               rdfs:subClassOf <https://w3id.org/uogto/core#Rule> ;
                                               rdfs:label "VotingRule"@en ;
                                               <http://www.w3.org/2004/02/skos/core#definition> "The formal algorithm aggregation of ballots."@en .


###  https://w3id.org/uogto/extensions#WardropEquilibrium
<https://w3id.org/uogto/extensions#WardropEquilibrium> rdf:type owl:Class ;
                                                       rdfs:subClassOf <https://w3id.org/uogto/core#Equilibrium> ;
                                                       rdfs:label "WardropEquilibrium"@en ;
                                                       <http://www.w3.org/2004/02/skos/core#definition> "The network equilibrium condition where route costs equalize."@en .


###  https://w3id.org/uogto/extensions#WitnessStrategy
<https://w3id.org/uogto/extensions#WitnessStrategy> rdf:type owl:Class ;
                                                    rdfs:subClassOf <https://w3id.org/uogto/core#GameEntity> ;
                                                    rdfs:label "WitnessStrategy"@en ;
                                                    <http://www.w3.org/2004/02/skos/core#definition> "A strategy proving a temporal property."@en .


###  https://www.w3.org/2019/wot/td#InteractionAffordance
<https://www.w3.org/2019/wot/td#InteractionAffordance> rdf:type owl:Class .


###  https://www.w3.org/2019/wot/td#Thing
<https://www.w3.org/2019/wot/td#Thing> rdf:type owl:Class .


###  Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/
