<?xml version="1.0"?>
<rdf:RDF
    xmlns:oqual="http://www.loa-cnr.it/ontologies/EVAL/oQual.owl#"
    xmlns:sys="http://www.loa-cnr.it/ontologies/Systems.owl#"
    xmlns="http://www.loa-cnr.it/ontologies/OD/odAlignment.owl#"
    xmlns:kco="http://www.loa-cnr.it/ontologies/KCO/KCO.owl#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:inf="http://www.loa-cnr.it/ontologies/InformationObjects.owl#"
    xmlns:pla="http://www.loa-cnr.it/ontologies/Plans.owl#"
    xmlns:dol="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#"
    xmlns:edns="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:daml="http://www.daml.org/2001/03/daml+oil#"
  xml:base="http://www.loa-cnr.it/ontologies/OD/odAlignment.owl">
  <owl:Ontology rdf:about="">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The C-ODO library currently contains 8 native ontologies, and imports or uses several others, either for design purposes (DOLCE, cDnS, etc.), or for extending their scope (owlodm, OMV, oQual, SKOS, NeOn networked ontology model).

odAlignment.owl is the most generic module of the library, and it contains the alignment links to other ontologies that have been reused for internal design purposes (DOLCE, cDnS, Plans, InformationObjects, KCO). Since foundational ontologies like DOLCE contain many axioms and some names that are not very friendly, here we only include some axioms, and change names in order to facilitate intuition.

C-ODO is an ontology for ontology design, to be used as a set of social requirements for NeOn methodologies and tools.
The key notion is 'ontology project', which is assumed to be made up of knowledge-level ('epistemic') workflows, which on their turn contain 'argumentation structures' and 'design rationales' that motivate 'design solutions' taken from a 'choice space' generated by 'design patterns' over 'ontology elements'. 

Appropriate roles (e.g. 'knowledge product', 'knowledge creator') and tasks (e.g. functionalities like 'selection', 'importing', etc.) are used by project, workflow, and rationale schemas.

Situation classes ('ontology project execution', 'epistemic workflow enactment', 'argumentation situation', 'design making', 'design solution') are introduced in order to reason on the actual occurrences of those schemas. Moreover, ontology objects and other information objects used during the ontology lifecycle, together with the design operations and the designer agents, are framed by those situations if they comply to the roles and tasks used by the schemas.

Types of projects, workflows, argumentation, rationales, patterns, etc. are also introduced in C-ODO.

The schema-situation approach is an architectural design pattern that is wholly axiomatized in the cDnS ontology (http://www.loa-cnr.it/ontologies/cDnS.owl). It allows to talk of contexts (or methods, plans, etc.) in the same domain as the actual situations (executions, observations, etc.) that exemplify those contexts.

More generally, the ontology design ontology uses the following patterns:

- the DnS content pattern (http://www.loa-cnr.it/ontologies/ExtendedDnS.owl) has been used throughout, and the following sub-patterns have been used:
a) descriptions and concepts depend on existential axioms only when they involve 'descriptive' entities
b) descriptions are constrained wrt a given situation class SC
c) concepts are constrained wrt a given entity class EC
d) SC are defined by requiring that some entity from EC is in their setting.

- the collections pattern (http://www.loa-cnr.it/ontologies/ExtendedDnS.owl), and the following sub-patterns have been used:
a) collections have any entities as members
b) collections are covered or characterized by concepts
c) collections are unified by descriptions that use or define those concepts. 

-the plans pattern (http://www.loa-cnr.it/ontologies/Plans.owl): 
a) plans use tasks, roles, and parameters
b) plans have a main goal as a proper part
c) plans are 'executed' within plan executions by agents playing roles in order to perform the tasks used by the plan 
d) plan executions start from certain situations ('preconditions') and result in certain situations ('postconditions'). Postconditions can be compliant or not to the expected goal.</rdfs:comment>
    <rdfs:label xml:lang="en">ontology design ontology alignment module</rdfs:label>
    <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#integer"
    >41</owl:versionInfo>
  </owl:Ontology>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/Systems.owl#resourceRole">
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/Systems.owl#performerRole"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#role"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A role played by entities during the execution of a plan, which do not play at the same time any performer or product roles.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/Systems.owl#productRole">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A role played by entities within a post-condition of a (production) plan.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#role"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/Systems.owl#performerRole"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#time-interval">
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#agent"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#action"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/InformationObjects.owl#information-realization"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#information-object"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#task"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#situation"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#collective"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#region"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#role"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description">
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/InformationObjects.owl#information-realization"/>
    </owl:disjointWith>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >From the D&amp;S ontology: http://www.loa-cnr.it/ontologies/ExtendedDnS.owl.

A description is a social object which represents a conceptualization (e.g. a mental object or state), hence it is dependent on some agent and communicable. Descriptions can also be taken as reifications of 'cognitive' contexts or logical n-ary relations.
Descriptions 'use' concepts, are 'expressed by' information objects and can be 'satisfied by' situations.</rdfs:comment>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#time-interval"/>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#information-object"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#action"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#agent"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#situation"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#task"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#role"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#collective"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/Plans.owl#goal-situation">
    <rdfs:subClassOf>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#situation"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/InformationObjects.owl#communication-situation"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/KCO/KCO.owl#ComputationalObject">
    <rdfs:subClassOf>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/InformationObjects.owl#information-realization"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#regulation">
    <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#space-region">
    <rdfs:subClassOf>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#region"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#information-object">
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#time-interval"/>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/InformationObjects.owl#information-realization"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/InformationObjects.owl#information-realization"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#realized-by"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#role"/>
    </owl:disjointWith>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >From the Information Objects Ontology: http://www.loa-cnr.it/ontologies/InformationObjects.owl.

Information objects are social objects. 
They are realized by some entity. 
They are encoded within some system for information encoding. 
Consequently, they are dependent from an encoding as well as from a concrete realization.
They can express a description (the ontological equivalent of a meaning/conceptualization).
They can be about any entity.
They can be interpreted by an agent.
From a communication perspective, an information object can play the role of 'message'. From a semiotic perspective, it plays the role of 'expression'.</rdfs:comment>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#action"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#agent"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#situation"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#task"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#configuration">
    <rdfs:subClassOf>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#collection"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Restriction>
            <owl:someValuesFrom rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#component-of"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#member"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A collection whose members are 'unified', i.e. organized according to a certain schema that can be represented by a description.
Typically, a configuration is the collection that emerges out of an composed entity: an industrial artifact, a plan, a discourse, etc.  E.g. a physical book has a configuration provided by the part-whole schema that holds together its cover, pages, ink. That schema, based on the individual relations between the book and its parts, can be represented in a reified way by means of a (structural) description, which is said to 'unify' the book configuration.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#goal">
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#plan"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#plan"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:about="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#proper-part-of"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >From the Plan Ontology: http://www.loa-cnr.it/ontologies/Plans.owl.

We are proposing here a restrictive notion of goal that relies upon its desirability by some agent, which does not necessarily play a role in the execution of the plan the goal is a part of.
The minimal constraint for a goal is that it is a proper part of a plan. For example, a desire to start a relationship can become a goal if someone takes action (or lets someone else take it for her sake) to obtain it.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/InformationObjects.owl#linguistic-object">
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/InformationObjects.owl#formal-expression"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#information-object"/>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#concept">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >From the D&amp;S ontology: http://www.loa-cnr.it/ontologies/ExtendedDnS.owl.

A social object that is used by a description s, and whose function is classifying entities from a ground ontology in order to represent situations that can satisfy s.
Concepts can be considered as the reification of unary predicates or relation domains, or roles in either conceptual modelling or description logics.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#plan">
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#goal"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="hasMainGoal"/>
        </owl:onProperty>
        <owl:someValuesFrom rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#goal"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="usesConcept"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#task"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#usesConcept"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#agent-driven-role"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >From the Plan Ontology: http://www.loa-cnr.it/ontologies/Plans.owl.

A plan is a method for executing or performing a procedure or a stage of a procedure.
A plan must use both at least one role played by an agent, and at least one task.
Finally, a plan has a goal as proper part, and can also have regulations and other descriptions as proper parts.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/InformationObjects.owl#formal-expression">
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/InformationObjects.owl#linguistic-object"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="representedInLanguage"/>
        </owl:onProperty>
        <owl:someValuesFrom>
          <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/InformationObjects.owl#formal-system"/>
        </owl:someValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#information-object"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The formal expression types included here are intended to cover all elements from formal theories, encoded in any representation language that has a formal semantics.
For example, in the OWL 1.0 metamodel 'ontology element' types are subclasses of this class. The reason for this broad coverage is that ontology design can take into account the 'reengineering' of ontologies expressed in any logical language (besided those expressed informally, which are classified here under Lexicon, Thesaurus, or Folksonomy).</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/InformationObjects.owl#iconic-object">
    <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#information-object"/>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/KCO/KCO.owl#ExecutableDigitalObject">
    <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/KCO/KCO.owl#ComputationalObject"/>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#collection">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#unified-by"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
        >2</owl:minCardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#member"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >From the D&amp;S ontology: http://www.loa-cnr.it/ontologies/ExtendedDnS.owl.

Collections are social objects which depend both on member entities and on some concepts, hence they indirectly depend on descriptions. 
We can talk of collections of any kind of entities (events, objects, abstracts, etc.).</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#role">
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#collective"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#information-object"/>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#task"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#situation"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#concept"/>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#time-interval"/>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#action"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/InformationObjects.owl#information-realization"/>
    </owl:disjointWith>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >From the D&amp;S ontology: http://www.loa-cnr.it/ontologies/ExtendedDnS.owl.

A concept classifying only objects.</rdfs:comment>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#agent"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#situation">
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/InformationObjects.owl#information-realization"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#time-interval"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#setting-for"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#role"/>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#collective"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#information-object"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#satisfies"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#time-interval"/>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#agent"/>
    </owl:disjointWith>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >From the D&amp;S ontology: http://www.loa-cnr.it/ontologies/ExtendedDnS.owl.

A situation is a social object that appears in the domain of an ontology only because there is a description whose components can 'carve up' a view (setting) on that domain. 
A situation has to 'satisfy' a description, and it has to be 'setting for' at least one entity.
In other words, it is the ontological counterpart (with due local differences or restrictions) of settings (situations from Situation Calculus, formal contexts, episodes, states of affairs, structures, configurations, cases, etc.).
Two descriptions of a same situation are possible. The time and space (and possibly other values) of a situation are the time and space of the events and objects occurring in the setting.</rdfs:comment>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#task"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#action"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/KCO/KCO.owl#NonExecutableDigitalObject">
    <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/KCO/KCO.owl#ComputationalObject"/>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/EVAL/oQual.owl#Qood">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >QOOD is an acronym for 'Quality-Oriented Ontology Description', and has been defined in Gangemi et al. ESWC06. The reused ontology is at: http://www.loa-cnr.it/ontologies/EVAL/oqual.owl.
QOODs are descriptions of what is needed in an ontology and in its use case to be appropriate to some criterion/task. QOODs are therefore useful for ontology design and specially for evaluation and selection.
Design pattern schemas are considered here special cases of QOODs, and can also be used to implement unit tests for existing ontologies.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/InformationObjects.owl#diagrammatic-object">
    <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#information-object"/>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/Systems.owl#workingItemRole">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A role played by entities when are temporary states of an expected final product.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#role"/>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/Systems.owl#performerRole"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#physical-object">
    <rdfs:subClassOf>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#entity"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/InformationObjects.owl#formal-system">
    <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#event">
    <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#entity"/>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#action">
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/InformationObjects.owl#information-realization"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#role"/>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#information-object"/>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#agent"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#situation"/>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#collective"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#task"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#time-interval"/>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:someValuesFrom>
          <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#task"/>
        </owl:someValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#classified-by"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#agent-driven-role">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#role"/>
          <owl:Restriction>
            <owl:allValuesFrom>
              <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#agent"/>
            </owl:allValuesFrom>
            <owl:onProperty>
              <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#classifies"/>
            </owl:onProperty>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#role"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A role played only by rational agents.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/InformationObjects.owl#information-realization">
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#action"/>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#information-object"/>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#role"/>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#agent"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#collective"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#entity"/>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#situation"/>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#task"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#time-interval"/>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >From the Information Objects ontology: http://www.loa-cnr.it/ontologies/InformationObjects.owl.

The realization of an information objects in some physical entity.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#agent">
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/InformationObjects.owl#information-realization"/>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#action"/>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#role"/>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#task"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#situation"/>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#information-object"/>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#time-interval"/>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#region">
    <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#entity"/>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/KCO/KCO.owl#DigitalContentObject">
    <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/KCO/KCO.owl#NonExecutableDigitalObject"/>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/InformationObjects.owl#topic">
    <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#parameter">
    <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#concept"/>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/Systems.owl#performerRole">
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/Systems.owl#resourceRole"/>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/Systems.owl#productRole"/>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/Systems.owl#workingItemRole"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:intersectionOf rdf:parseType="Collection">
              <owl:Restriction>
                <owl:someValuesFrom rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#action"/>
                <owl:onProperty>
                  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#participant-in"/>
                </owl:onProperty>
              </owl:Restriction>
              <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#agent"/>
            </owl:intersectionOf>
          </owl:Class>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#classifies"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#agent-driven-role"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An agent-driven role that is only played by rational agents that (actively) participate in some action at the time of role-playing.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/EVAL/oQual.owl#QualityPrinciple">
    <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/EVAL/oQual.owl#Qood"/>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#collective">
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#action"/>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#time-interval"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#agent"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#member"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#situation"/>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/InformationObjects.owl#information-realization"/>
    <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#collection"/>
    <owl:disjointWith>
      <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#task"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#role"/>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#task">
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#information-object"/>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#time-interval"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >From the D&amp;S ontology: http://www.loa-cnr.it/ontologies/ExtendedDnS.owl.

A concept classifying only actions.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#concept"/>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#agent"/>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#role"/>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#action"/>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/InformationObjects.owl#information-realization"/>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#situation"/>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#collective"/>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/KCO/KCO.owl#AnalogContentObject">
    <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/InformationObjects.owl#information-realization"/>
  </owl:Class>
  <owl:Class rdf:about="http://www.loa-cnr.it/ontologies/InformationObjects.owl#communication-situation">
    <rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#situation"/>
    <owl:disjointWith rdf:resource="http://www.loa-cnr.it/ontologies/Plans.owl#goal-situation"/>
  </owl:Class>
  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#expressed-by">
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#information-object"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#expresses"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#in-scope-of">
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#situation"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#component">
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#proper-part"/>
    </rdfs:subPropertyOf>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#component-of"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#unified-by">
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#collection"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#unifies"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#setting-for">
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#situation"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#setting"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#direct-successor">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#direct-predecessor"/>
    </owl:inverseOf>
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#successor"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#adopts">
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#agent"/>
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#adopted-by"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#representedInLanguage">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="representationLanguageOf"/>
    </owl:inverseOf>
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#information-object"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#classifies">
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#concept"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#classified-by"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="isTaskDefinedIn">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="definesTask"/>
    </owl:inverseOf>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#defined-in"/>
    </rdfs:subPropertyOf>
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#task"/>
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#plan"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#expresses">
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#information-object"/>
    <owl:inverseOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#expressed-by"/>
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="isMainGoalOf">
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#proper-part-of"/>
    </rdfs:subPropertyOf>
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#goal"/>
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#plan"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="#hasMainGoal"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#classified-by">
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#concept"/>
    <owl:inverseOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#classifies"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="isConceptUsedIn">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="#usesConcept"/>
    </owl:inverseOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Local name for edns:d-used-in.</rdfs:comment>
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#concept"/>
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#member">
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#collection"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#member-of"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#defined-in">
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#concept"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#defines"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasTask">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="isTaskFor"/>
    </owl:inverseOf>
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#role"/>
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#task"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#participant-in">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#participant"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#member-of">
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#collection"/>
    <owl:inverseOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#member"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasMainGoal">
    <owl:inverseOf rdf:resource="#isMainGoalOf"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Each plan has one main goal.</rdfs:comment>
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#plan"/>
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#goal"/>
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#proper-part"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#setting">
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#situation"/>
    <owl:inverseOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#setting-for"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#participant">
    <owl:inverseOf rdf:resource="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#participant-in"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#realizes">
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/InformationObjects.owl#information-realization"/>
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#information-object"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#realized-by"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#direct-predecessor">
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#predecessor"/>
    </rdfs:subPropertyOf>
    <owl:inverseOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#direct-successor"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/Plans.owl#postcondition">
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#situation"/>
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#plan"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#satisfies">
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#situation"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#satisfied-by"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#about">
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#information-object"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#component-of">
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#proper-part-of"/>
    </rdfs:subPropertyOf>
    <owl:inverseOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#component"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#definesTask">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#defines"/>
    </rdfs:subPropertyOf>
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#plan"/>
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#task"/>
    <owl:inverseOf rdf:resource="#isTaskDefinedIn"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#usesConcept">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Local name for edns:d-uses.</rdfs:comment>
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#concept"/>
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
    <owl:inverseOf rdf:resource="#isConceptUsedIn"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#satisfied-by">
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#situation"/>
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
    <owl:inverseOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#satisfies"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#isTaskFor">
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#role"/>
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#task"/>
    <owl:inverseOf rdf:resource="#hasTask"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#realized-by">
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/InformationObjects.owl#information-realization"/>
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#information-object"/>
    <owl:inverseOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#realizes"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#adopted-by">
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#agent"/>
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
    <owl:inverseOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#adopts"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#unifies">
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#collection"/>
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
    <owl:inverseOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#unified-by"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#defines">
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#concept"/>
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
    <owl:inverseOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#defined-in"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#representationLanguageOf">
    <owl:inverseOf rdf:resource="#representedInLanguage"/>
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#information-object"/>
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
  </owl:ObjectProperty>
  <owl:TransitiveProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#predecessor">
    <owl:inverseOf>
      <owl:TransitiveProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#successor"/>
    </owl:inverseOf>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#proper-part">
    <owl:inverseOf>
      <owl:TransitiveProperty rdf:about="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#proper-part-of"/>
    </owl:inverseOf>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#specializes">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#expanded-by">
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
    <owl:inverseOf>
      <owl:TransitiveProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#expands"/>
    </owl:inverseOf>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#proper-part-of">
    <owl:inverseOf rdf:resource="http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#proper-part"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#expands">
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#description"/>
    <owl:inverseOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#expanded-by"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A partial order relation that holds between descriptions. It represents the proper part relation between a description and another description featuring the same properties as the former, with at least an additional one.
Descriptions can be expanded either by adding other descriptions as parts, or by refining concepts that are used by them. 
An 'intention' to expand must be present (unless purely formal theories are considered, but even in this case a criterion of relevance is usually active).</rdfs:comment>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#superordinated-to">
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#role"/>
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#role"/>
    <owl:inverseOf>
      <owl:TransitiveProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#subordinated-to"/>
    </owl:inverseOf>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#subordinated-to">
    <rdfs:range rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#role"/>
    <rdfs:domain rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#role"/>
    <owl:inverseOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#superordinated-to"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#successor">
    <owl:inverseOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#predecessor"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:TransitiveProperty>
  <owl:SymmetricProperty rdf:about="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#co-participates-with">
    <owl:inverseOf rdf:resource="http://www.loa-cnr.it/ontologies/ExtendedDnS.owl#co-participates-with"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:SymmetricProperty>
</rdf:RDF>

<!-- Created with TopBraid Composer -->

