SlideShare ist ein Scribd-Unternehmen logo
1 von 20
Downloaden Sie, um offline zu lesen
Applied Computing Group
University of Almeria, SPAIN
1st World Summit on the Knowledge Society
Athens, 24-27 September 2008
ModellinganEnvironmentalKnowledge-RepresentationSystem
1
WSKS, Athens 24-27 September 2008
Modelling an Environmental
Knowledge-Representation
System
Nicolás Padilla (1), Luis Iribarne (1), Jose A. Asensio (1), Francisco J.
Muñoz (1), Rosa Ayala (2)
(1) Applied Computing Group, University of Almeria, Spain
{npadilla, luis.iribarne, jacortes, francijo}@ual.es
(2) Environmental and Computers Group, University of Almeria, Spain
rmayala@ual.es
Applied Computing Group
University of Almeria, SPAIN
1st World Summit on the Knowledge Society
Athens, 24-27 September 2008
ModellinganEnvironmentalKnowledge-RepresentationSystem
2
Index
Motivations
SOLERES project
Ontology created
Future works
Applied Computing Group
University of Almeria, SPAIN
1st World Summit on the Knowledge Society
Athens, 24-27 September 2008
ModellinganEnvironmentalKnowledge-RepresentationSystem
3
Motivations
Application domain
Information systems for
Environmental Management
SOLERES System
Applied Computing Group
University of Almeria, SPAIN
1st World Summit on the Knowledge Society
Athens, 24-27 September 2008
ModellinganEnvironmentalKnowledge-RepresentationSystem
4
Motivations
Some of the design requirements of Environmental Management Systems:
  The complex relationships that happen in this environment,
  The underlying technology that is used,
  The organization of the work, and
  The requirements for the accomplishment of the tasks.
We need to have innovative quality information systems
to guarantee the success of the everyday activities
Applied Computing Group
University of Almeria, SPAIN
1st World Summit on the Knowledge Society
Athens, 24-27 September 2008
ModellinganEnvironmentalKnowledge-RepresentationSystem
5
Middleware logic layer
Presentation and interaction logic layer
Data logic layer
BusinessLogic
(Environmental)
Architecture Model
Applied Computing Group
University of Almeria, SPAIN
1st World Summit on the Knowledge Society
Athens, 24-27 September 2008
ModellinganEnvironmentalKnowledge-RepresentationSystem
6
notas
SOLERES framework
User Interface
Processes
User Interface
Processes HCI
Middleware
Data
Logics
Ontology
EPU EPU
Applied Computing Group
University of Almeria, SPAIN
1st World Summit on the Knowledge Society
Athens, 24-27 September 2008
ModellinganEnvironmentalKnowledge-RepresentationSystem
7
Ontology
 It is used in applications that need to
manage the information semantic.
= Ontology
Paso 1. UML class diagram
Paso 2. Model-transformation
+
 We have created an Ontology to model Environmental
information linked to hierarchical ecological classification
Applied Computing Group
University of Almeria, SPAIN
1st World Summit on the Knowledge Society
Athens, 24-27 September 2008
ModellinganEnvironmentalKnowledge-RepresentationSystem
8
UML for knowledge modelling
U
Applied Computing Group
University of Almeria, SPAIN
1st World Summit on the Knowledge Society
Athens, 24-27 September 2008
ModellinganEnvironmentalKnowledge-RepresentationSystem
9
UML for knowledge modelling
U
Applied Computing Group
University of Almeria, SPAIN
1st World Summit on the Knowledge Society
Athens, 24-27 September 2008
ModellinganEnvironmentalKnowledge-RepresentationSystem
10
UML for knowledge modelling
U
Applied Computing Group
University of Almeria, SPAIN
1st World Summit on the Knowledge Society
Athens, 24-27 September 2008
ModellinganEnvironmentalKnowledge-RepresentationSystem
11
UML for knowledge modelling
U
Applied Computing Group
University of Almeria, SPAIN
1st World Summit on the Knowledge Society
Athens, 24-27 September 2008
ModellinganEnvironmentalKnowledge-RepresentationSystem
12
UML for knowledge modelling
U
Applied Computing Group
University of Almeria, SPAIN
1st World Summit on the Knowledge Society
Athens, 24-27 September 2008
ModellinganEnvironmentalKnowledge-RepresentationSystem
13
UML for knowledge modelling
U
Applied Computing Group
University of Almeria, SPAIN
1st World Summit on the Knowledge Society
Athens, 24-27 September 2008
ModellinganEnvironmentalKnowledge-RepresentationSystem
14
UML for knowledge modelling
U
Applied Computing Group
University of Almeria, SPAIN
1st World Summit on the Knowledge Society
Athens, 24-27 September 2008
ModellinganEnvironmentalKnowledge-RepresentationSystem
15
UML for knowledge modelling
U
Applied Computing Group
University of Almeria, SPAIN
1st World Summit on the Knowledge Society
Athens, 24-27 September 2008
ModellinganEnvironmentalKnowledge-RepresentationSystem
16
UML to OWL
But, How we are creating the ontology
with the UML classes diagram?
UML
classes
diagram
OWL
/XML
file
Model
tranformatio
n
Applied Computing Group
University of Almeria, SPAIN
1st World Summit on the Knowledge Society
Athens, 24-27 September 2008
ModellinganEnvironmentalKnowledge-RepresentationSystem
17
OWL/XML file (1/2)
...
<owl:Class rdf:ID = 'Ecological_classification'>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource = '#Ecological_classification.id'/>
<owl:cardinality rdf:datatype = 'http://www.w3.org/2001/XMLSchema#integer'>1
</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource = '#Ecological_classification.name'/>
<owl:cardinality rdf:datatype = 'http://www.w3.org/2001/XMLSchema#integer'>1
</owl:cardinality >
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource = '#Ecological_classification.description'/>
<owl:cardinality rdf:datatype = 'http://www.w3.org/2001/XMLSchema#integer'>1
</owl:cardinality >
</owl:Restriction>
</rdfs:subClassOf>
...
Applied Computing Group
University of Almeria, SPAIN
1st World Summit on the Knowledge Society
Athens, 24-27 September 2008
ModellinganEnvironmentalKnowledge-RepresentationSystem
18
OWL/XML file (2/2)
...
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource =
'#Ecological_classification.ecological_classification_cartography_id'/>
<owl:cardinality rdf:datatype = 'http://www.w3.org/2001/XMLSchema#integer'>1
</owl:cardinality >
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource = '#Ecological_classification.grid_id'/>
<owl:cardinality rdf:datatype = 'http://www.w3.org/2001/XMLSchema#integer'>1
</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource =
'#Ecological_classification.classification_technician_id'/>
<owl:minCardinality rdf:datatype= 'http://www.w3.org/2001/XMLSchema#integer'>1
</owl:minCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label>Ecological_classification</rdfs:label>
</owl:Class>
Applied Computing Group
University of Almeria, SPAIN
1st World Summit on the Knowledge Society
Athens, 24-27 September 2008
ModellinganEnvironmentalKnowledge-RepresentationSystem
19
Future work
•  To integrate this ontology with another one for the satellite
images classification and extend it by using EML and GML.
•  To connect the SOLERES presentation logic with the data
logic.
Applied Computing Group
University of Almeria, SPAIN
1st World Summit on the Knowledge Society
Athens, 24-27 September 2008
ModellinganEnvironmentalKnowledge-RepresentationSystem
20
Modelling an Environmental
Knowledge-Representation System
Thank you for your attention !
Contact: npadilla@ual.es
Applied Computing Group
University of Almeria, Spain
http://www.ual.es/acg

Weitere ähnliche Inhalte

Andere mochten auch

The Condition o the Philippine Environment and Natural Resources. Environment...
The Condition o the Philippine Environment and Natural Resources. Environment...The Condition o the Philippine Environment and Natural Resources. Environment...
The Condition o the Philippine Environment and Natural Resources. Environment...
Rexther Solis
 
Trends, issues and policies in philippine education (1)
Trends, issues and policies in philippine education (1)Trends, issues and policies in philippine education (1)
Trends, issues and policies in philippine education (1)
Michelle Mayormente
 
Issues in knowledge representation
Issues in knowledge representationIssues in knowledge representation
Issues in knowledge representation
Sravanthi Emani
 
Knowledge Representation & Reasoning
Knowledge Representation & ReasoningKnowledge Representation & Reasoning
Knowledge Representation & Reasoning
Sajid Marwat
 
Knowledge representation in AI
Knowledge representation in AIKnowledge representation in AI
Knowledge representation in AI
Vishal Singh
 
Environmental problems as tragedy
Environmental problems as tragedyEnvironmental problems as tragedy
Environmental problems as tragedy
Jake Bautista
 

Andere mochten auch (18)

A Constructivist Approach to Rule Bases
A Constructivist Approach to Rule BasesA Constructivist Approach to Rule Bases
A Constructivist Approach to Rule Bases
 
Practices and Knowledge on Environmental and Health Hazards of Pesticides Use...
Practices and Knowledge on Environmental and Health Hazards of Pesticides Use...Practices and Knowledge on Environmental and Health Hazards of Pesticides Use...
Practices and Knowledge on Environmental and Health Hazards of Pesticides Use...
 
E Environmental Awareness
E Environmental AwarenessE Environmental Awareness
E Environmental Awareness
 
The Condition o the Philippine Environment and Natural Resources. Environment...
The Condition o the Philippine Environment and Natural Resources. Environment...The Condition o the Philippine Environment and Natural Resources. Environment...
The Condition o the Philippine Environment and Natural Resources. Environment...
 
Sustainable development and philippine agenda 21 (Environmental Science) Grade 7
Sustainable development and philippine agenda 21 (Environmental Science) Grade 7Sustainable development and philippine agenda 21 (Environmental Science) Grade 7
Sustainable development and philippine agenda 21 (Environmental Science) Grade 7
 
A Part 13 Environmental Awareness
A  Part 13 Environmental AwarenessA  Part 13 Environmental Awareness
A Part 13 Environmental Awareness
 
ENVIRONMENTAL CONSERVATION: KNOWLEDGE, ATTITUDES, AND PRACTICES AMONG SELECTE...
ENVIRONMENTAL CONSERVATION: KNOWLEDGE, ATTITUDES, AND PRACTICES AMONG SELECTE...ENVIRONMENTAL CONSERVATION: KNOWLEDGE, ATTITUDES, AND PRACTICES AMONG SELECTE...
ENVIRONMENTAL CONSERVATION: KNOWLEDGE, ATTITUDES, AND PRACTICES AMONG SELECTE...
 
IEEE 802 Standard for Computer Networks
IEEE 802 Standard for Computer NetworksIEEE 802 Standard for Computer Networks
IEEE 802 Standard for Computer Networks
 
Application of expert system
Application of expert systemApplication of expert system
Application of expert system
 
Environmental Education ppt
Environmental Education pptEnvironmental Education ppt
Environmental Education ppt
 
Trends, issues and policies in philippine education (1)
Trends, issues and policies in philippine education (1)Trends, issues and policies in philippine education (1)
Trends, issues and policies in philippine education (1)
 
6.expert systems
6.expert systems6.expert systems
6.expert systems
 
Public awareness to protect environment
Public awareness to protect environmentPublic awareness to protect environment
Public awareness to protect environment
 
Developing Knowledge-Based Systems
Developing Knowledge-Based SystemsDeveloping Knowledge-Based Systems
Developing Knowledge-Based Systems
 
Issues in knowledge representation
Issues in knowledge representationIssues in knowledge representation
Issues in knowledge representation
 
Knowledge Representation & Reasoning
Knowledge Representation & ReasoningKnowledge Representation & Reasoning
Knowledge Representation & Reasoning
 
Knowledge representation in AI
Knowledge representation in AIKnowledge representation in AI
Knowledge representation in AI
 
Environmental problems as tragedy
Environmental problems as tragedyEnvironmental problems as tragedy
Environmental problems as tragedy
 

Ähnlich wie Modelling an Environmental Knowledge-Representation System

SOLERES-HCI. Modelling a human-computer interaction framework for open EMS
SOLERES-HCI. Modelling a human-computer interaction framework for open EMSSOLERES-HCI. Modelling a human-computer interaction framework for open EMS
SOLERES-HCI. Modelling a human-computer interaction framework for open EMS
Applied Computing Group
 
EDAIM 110 juni 08
EDAIM 110 juni 08EDAIM 110 juni 08
EDAIM 110 juni 08
butest
 
EDAIM 110 juni 08
EDAIM 110 juni 08EDAIM 110 juni 08
EDAIM 110 juni 08
butest
 
AbstractsBook_GCACSE2016 (3) (1)
AbstractsBook_GCACSE2016 (3) (1)AbstractsBook_GCACSE2016 (3) (1)
AbstractsBook_GCACSE2016 (3) (1)
Nilay Salt
 

Ähnlich wie Modelling an Environmental Knowledge-Representation System (20)

SOLERES-HCI. Modelling a human-computer interaction framework for open EMS
SOLERES-HCI. Modelling a human-computer interaction framework for open EMSSOLERES-HCI. Modelling a human-computer interaction framework for open EMS
SOLERES-HCI. Modelling a human-computer interaction framework for open EMS
 
A Simulation Framework for the Investigation of Adaptive Behaviours in Largel...
A Simulation Framework for the Investigation of Adaptive Behaviours in Largel...A Simulation Framework for the Investigation of Adaptive Behaviours in Largel...
A Simulation Framework for the Investigation of Adaptive Behaviours in Largel...
 
EDAIM 110 juni 08
EDAIM 110 juni 08EDAIM 110 juni 08
EDAIM 110 juni 08
 
EDAIM 110 juni 08
EDAIM 110 juni 08EDAIM 110 juni 08
EDAIM 110 juni 08
 
An interaction meta-model for cooperative component-based user interfaces
An interaction meta-model for cooperative component-based user interfacesAn interaction meta-model for cooperative component-based user interfaces
An interaction meta-model for cooperative component-based user interfaces
 
Interface Model Elicitation from Textual Scenarios
Interface Model Elicitation from Textual ScenariosInterface Model Elicitation from Textual Scenarios
Interface Model Elicitation from Textual Scenarios
 
Documentaries use for the design of learning activities
Documentaries use for the design of learning activitiesDocumentaries use for the design of learning activities
Documentaries use for the design of learning activities
 
ZELab - planning a living lab to educate modern engineering professionals
ZELab - planning a living lab to educate modern engineering professionalsZELab - planning a living lab to educate modern engineering professionals
ZELab - planning a living lab to educate modern engineering professionals
 
Osh summit talk_v1.5
Osh summit talk_v1.5Osh summit talk_v1.5
Osh summit talk_v1.5
 
Evolving Mashup Interfaces using a Distributed Machine Learning and Model Tra...
Evolving Mashup Interfaces using a Distributed Machine Learning and Model Tra...Evolving Mashup Interfaces using a Distributed Machine Learning and Model Tra...
Evolving Mashup Interfaces using a Distributed Machine Learning and Model Tra...
 
CMM
CMMCMM
CMM
 
Bringing discrete event simulation concepts into multi agent systems ppt97__...
Bringing discrete event simulation concepts into multi agent systems  ppt97__...Bringing discrete event simulation concepts into multi agent systems  ppt97__...
Bringing discrete event simulation concepts into multi agent systems ppt97__...
 
Analysis of Knowledge Management Experiences in Spanish Public Administration
Analysis of Knowledge Management Experiences in Spanish Public AdministrationAnalysis of Knowledge Management Experiences in Spanish Public Administration
Analysis of Knowledge Management Experiences in Spanish Public Administration
 
M2CAT: Extracting reproducible simulation studies from model repositories usi...
M2CAT: Extracting reproducible simulation studies from model repositories usi...M2CAT: Extracting reproducible simulation studies from model repositories usi...
M2CAT: Extracting reproducible simulation studies from model repositories usi...
 
Re-Engineering Graphical User Interfaces from their Resource Files with UsiRe...
Re-Engineering Graphical User Interfaces from their Resource Files with UsiRe...Re-Engineering Graphical User Interfaces from their Resource Files with UsiRe...
Re-Engineering Graphical User Interfaces from their Resource Files with UsiRe...
 
Redes de sensores sem fio autonômicas: abordagens, aplicações e desafios
 Redes de sensores sem fio autonômicas: abordagens, aplicações e desafios Redes de sensores sem fio autonômicas: abordagens, aplicações e desafios
Redes de sensores sem fio autonômicas: abordagens, aplicações e desafios
 
io-Chem-BD, una solució per gestionar el Big Data en Química Computacional
io-Chem-BD, una solució per gestionar el Big Data en Química Computacionalio-Chem-BD, una solució per gestionar el Big Data en Química Computacional
io-Chem-BD, una solució per gestionar el Big Data en Química Computacional
 
Epic2011 Assessement Portfolios
Epic2011 Assessement PortfoliosEpic2011 Assessement Portfolios
Epic2011 Assessement Portfolios
 
Cv Licheri Eng Mar 11
Cv Licheri Eng Mar 11Cv Licheri Eng Mar 11
Cv Licheri Eng Mar 11
 
AbstractsBook_GCACSE2016 (3) (1)
AbstractsBook_GCACSE2016 (3) (1)AbstractsBook_GCACSE2016 (3) (1)
AbstractsBook_GCACSE2016 (3) (1)
 

Mehr von Applied Computing Group

AMAD-ATL: A tool for dynamically composing new model transformations at runtime
AMAD-ATL: A tool for dynamically composing new model transformations at runtimeAMAD-ATL: A tool for dynamically composing new model transformations at runtime
AMAD-ATL: A tool for dynamically composing new model transformations at runtime
Applied Computing Group
 
AMAD-ATL (elevator pitch): A tool for dynamically composing new model transfo...
AMAD-ATL (elevator pitch): A tool for dynamically composing new model transfo...AMAD-ATL (elevator pitch): A tool for dynamically composing new model transfo...
AMAD-ATL (elevator pitch): A tool for dynamically composing new model transfo...
Applied Computing Group
 
AMAD-ATL (poster): A tool for dynamically composing new model transformations...
AMAD-ATL (poster): A tool for dynamically composing new model transformations...AMAD-ATL (poster): A tool for dynamically composing new model transformations...
AMAD-ATL (poster): A tool for dynamically composing new model transformations...
Applied Computing Group
 
Resolving Platform Specific Models at runtime using an MDE-based Trading appr...
Resolving Platform Specific Models at runtime using an MDE-based Trading appr...Resolving Platform Specific Models at runtime using an MDE-based Trading appr...
Resolving Platform Specific Models at runtime using an MDE-based Trading appr...
Applied Computing Group
 
An ontology-driven case study for the knowledge representation of management ...
An ontology-driven case study for the knowledge representation of management ...An ontology-driven case study for the knowledge representation of management ...
An ontology-driven case study for the knowledge representation of management ...
Applied Computing Group
 
MEDI'2012: Runtime Adaptation of Architectural Models: an approach for adapti...
MEDI'2012: Runtime Adaptation of Architectural Models: an approach for adapti...MEDI'2012: Runtime Adaptation of Architectural Models: an approach for adapti...
MEDI'2012: Runtime Adaptation of Architectural Models: an approach for adapti...
Applied Computing Group
 
SEAA'2012: An MDE approach for Runtime Monitoring and Adapting Component-base...
SEAA'2012: An MDE approach for Runtime Monitoring and Adapting Component-base...SEAA'2012: An MDE approach for Runtime Monitoring and Adapting Component-base...
SEAA'2012: An MDE approach for Runtime Monitoring and Adapting Component-base...
Applied Computing Group
 
ICSOFT'2012: Composing Model Transformations at Runtime: an approach for adap...
ICSOFT'2012: Composing Model Transformations at Runtime: an approach for adap...ICSOFT'2012: Composing Model Transformations at Runtime: an approach for adap...
ICSOFT'2012: Composing Model Transformations at Runtime: an approach for adap...
Applied Computing Group
 
A Trading-Based Knowledge Representation Metamodel for Management Information...
A Trading-Based Knowledge Representation Metamodel for Management Information...A Trading-Based Knowledge Representation Metamodel for Management Information...
A Trading-Based Knowledge Representation Metamodel for Management Information...
Applied Computing Group
 
Adaptive Transformation Pattern for chitectural Models Architectural Models
Adaptive Transformation Pattern for chitectural Models Architectural ModelsAdaptive Transformation Pattern for chitectural Models Architectural Models
Adaptive Transformation Pattern for chitectural Models Architectural Models
Applied Computing Group
 
Adapting Component-based User Interfaces at Runtime using Observers
Adapting Component-based User Interfaces at Runtime using ObserversAdapting Component-based User Interfaces at Runtime using Observers
Adapting Component-based User Interfaces at Runtime using Observers
Applied Computing Group
 

Mehr von Applied Computing Group (20)

Hand Posture Recognition with Standard Webcam for Natural Interaction
Hand Posture Recognition with Standard Webcam for Natural InteractionHand Posture Recognition with Standard Webcam for Natural Interaction
Hand Posture Recognition with Standard Webcam for Natural Interaction
 
A Web Services Infrastructure for the management of Mashup Interfaces
A Web Services Infrastructure for the management of Mashup InterfacesA Web Services Infrastructure for the management of Mashup Interfaces
A Web Services Infrastructure for the management of Mashup Interfaces
 
Semantic Matching of Components at Run-Time in Distributed Environments
Semantic Matching of Components at Run-Time in Distributed EnvironmentsSemantic Matching of Components at Run-Time in Distributed Environments
Semantic Matching of Components at Run-Time in Distributed Environments
 
Embedding Widget-as-a-Service into Dynamic GUI
Embedding Widget-as-a-Service into Dynamic GUIEmbedding Widget-as-a-Service into Dynamic GUI
Embedding Widget-as-a-Service into Dynamic GUI
 
A Component-based User Interface Approach for Smart TV
A Component-based User Interface Approach for Smart TVA Component-based User Interface Approach for Smart TV
A Component-based User Interface Approach for Smart TV
 
AMAD-ATL: A tool for dynamically composing new model transformations at runtime
AMAD-ATL: A tool for dynamically composing new model transformations at runtimeAMAD-ATL: A tool for dynamically composing new model transformations at runtime
AMAD-ATL: A tool for dynamically composing new model transformations at runtime
 
AMAD-ATL (elevator pitch): A tool for dynamically composing new model transfo...
AMAD-ATL (elevator pitch): A tool for dynamically composing new model transfo...AMAD-ATL (elevator pitch): A tool for dynamically composing new model transfo...
AMAD-ATL (elevator pitch): A tool for dynamically composing new model transfo...
 
AMAD-ATL (poster): A tool for dynamically composing new model transformations...
AMAD-ATL (poster): A tool for dynamically composing new model transformations...AMAD-ATL (poster): A tool for dynamically composing new model transformations...
AMAD-ATL (poster): A tool for dynamically composing new model transformations...
 
Resolving Platform Specific Models at runtime using an MDE-based Trading appr...
Resolving Platform Specific Models at runtime using an MDE-based Trading appr...Resolving Platform Specific Models at runtime using an MDE-based Trading appr...
Resolving Platform Specific Models at runtime using an MDE-based Trading appr...
 
Information Retrieval Using an Ontological Web-Trading Model
Information Retrieval Using an Ontological Web-Trading ModelInformation Retrieval Using an Ontological Web-Trading Model
Information Retrieval Using an Ontological Web-Trading Model
 
Model Transformations to adapt Component-based GUIs using an ATL-based tool
Model Transformations to adapt Component-based GUIs using an ATL-based toolModel Transformations to adapt Component-based GUIs using an ATL-based tool
Model Transformations to adapt Component-based GUIs using an ATL-based tool
 
A Model-Driven Approach for Deploying Trading-Based Knowledge Representation ...
A Model-Driven Approach for Deploying Trading-Based Knowledge Representation ...A Model-Driven Approach for Deploying Trading-Based Knowledge Representation ...
A Model-Driven Approach for Deploying Trading-Based Knowledge Representation ...
 
An ontology-driven case study for the knowledge representation of management ...
An ontology-driven case study for the knowledge representation of management ...An ontology-driven case study for the knowledge representation of management ...
An ontology-driven case study for the knowledge representation of management ...
 
Cruzando el abismo educativo de la ingeniería de software utilizando Software...
Cruzando el abismo educativo de la ingeniería de software utilizando Software...Cruzando el abismo educativo de la ingeniería de software utilizando Software...
Cruzando el abismo educativo de la ingeniería de software utilizando Software...
 
MEDI'2012: Runtime Adaptation of Architectural Models: an approach for adapti...
MEDI'2012: Runtime Adaptation of Architectural Models: an approach for adapti...MEDI'2012: Runtime Adaptation of Architectural Models: an approach for adapti...
MEDI'2012: Runtime Adaptation of Architectural Models: an approach for adapti...
 
SEAA'2012: An MDE approach for Runtime Monitoring and Adapting Component-base...
SEAA'2012: An MDE approach for Runtime Monitoring and Adapting Component-base...SEAA'2012: An MDE approach for Runtime Monitoring and Adapting Component-base...
SEAA'2012: An MDE approach for Runtime Monitoring and Adapting Component-base...
 
ICSOFT'2012: Composing Model Transformations at Runtime: an approach for adap...
ICSOFT'2012: Composing Model Transformations at Runtime: an approach for adap...ICSOFT'2012: Composing Model Transformations at Runtime: an approach for adap...
ICSOFT'2012: Composing Model Transformations at Runtime: an approach for adap...
 
A Trading-Based Knowledge Representation Metamodel for Management Information...
A Trading-Based Knowledge Representation Metamodel for Management Information...A Trading-Based Knowledge Representation Metamodel for Management Information...
A Trading-Based Knowledge Representation Metamodel for Management Information...
 
Adaptive Transformation Pattern for chitectural Models Architectural Models
Adaptive Transformation Pattern for chitectural Models Architectural ModelsAdaptive Transformation Pattern for chitectural Models Architectural Models
Adaptive Transformation Pattern for chitectural Models Architectural Models
 
Adapting Component-based User Interfaces at Runtime using Observers
Adapting Component-based User Interfaces at Runtime using ObserversAdapting Component-based User Interfaces at Runtime using Observers
Adapting Component-based User Interfaces at Runtime using Observers
 

Kürzlich hochgeladen

FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
dollysharma2066
 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
daisycvs
 
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
amitlee9823
 
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
amitlee9823
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
lizamodels9
 
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
amitlee9823
 

Kürzlich hochgeladen (20)

Organizational Transformation Lead with Culture
Organizational Transformation Lead with CultureOrganizational Transformation Lead with Culture
Organizational Transformation Lead with Culture
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
 
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
 
Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Service
 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
 
Cracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxCracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptx
 
Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...
Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...
Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
 
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptxB.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
B.COM Unit – 4 ( CORPORATE SOCIAL RESPONSIBILITY ( CSR ).pptx
 
Falcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to ProsperityFalcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to Prosperity
 
Phases of Negotiation .pptx
 Phases of Negotiation .pptx Phases of Negotiation .pptx
Phases of Negotiation .pptx
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
 
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
 
Uneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration PresentationUneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration Presentation
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
 
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
 
Eluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort Service
Eluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort ServiceEluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort Service
Eluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort Service
 

Modelling an Environmental Knowledge-Representation System

  • 1. Applied Computing Group University of Almeria, SPAIN 1st World Summit on the Knowledge Society Athens, 24-27 September 2008 ModellinganEnvironmentalKnowledge-RepresentationSystem 1 WSKS, Athens 24-27 September 2008 Modelling an Environmental Knowledge-Representation System Nicolás Padilla (1), Luis Iribarne (1), Jose A. Asensio (1), Francisco J. Muñoz (1), Rosa Ayala (2) (1) Applied Computing Group, University of Almeria, Spain {npadilla, luis.iribarne, jacortes, francijo}@ual.es (2) Environmental and Computers Group, University of Almeria, Spain rmayala@ual.es
  • 2. Applied Computing Group University of Almeria, SPAIN 1st World Summit on the Knowledge Society Athens, 24-27 September 2008 ModellinganEnvironmentalKnowledge-RepresentationSystem 2 Index Motivations SOLERES project Ontology created Future works
  • 3. Applied Computing Group University of Almeria, SPAIN 1st World Summit on the Knowledge Society Athens, 24-27 September 2008 ModellinganEnvironmentalKnowledge-RepresentationSystem 3 Motivations Application domain Information systems for Environmental Management SOLERES System
  • 4. Applied Computing Group University of Almeria, SPAIN 1st World Summit on the Knowledge Society Athens, 24-27 September 2008 ModellinganEnvironmentalKnowledge-RepresentationSystem 4 Motivations Some of the design requirements of Environmental Management Systems:   The complex relationships that happen in this environment,   The underlying technology that is used,   The organization of the work, and   The requirements for the accomplishment of the tasks. We need to have innovative quality information systems to guarantee the success of the everyday activities
  • 5. Applied Computing Group University of Almeria, SPAIN 1st World Summit on the Knowledge Society Athens, 24-27 September 2008 ModellinganEnvironmentalKnowledge-RepresentationSystem 5 Middleware logic layer Presentation and interaction logic layer Data logic layer BusinessLogic (Environmental) Architecture Model
  • 6. Applied Computing Group University of Almeria, SPAIN 1st World Summit on the Knowledge Society Athens, 24-27 September 2008 ModellinganEnvironmentalKnowledge-RepresentationSystem 6 notas SOLERES framework User Interface Processes User Interface Processes HCI Middleware Data Logics Ontology EPU EPU
  • 7. Applied Computing Group University of Almeria, SPAIN 1st World Summit on the Knowledge Society Athens, 24-27 September 2008 ModellinganEnvironmentalKnowledge-RepresentationSystem 7 Ontology  It is used in applications that need to manage the information semantic. = Ontology Paso 1. UML class diagram Paso 2. Model-transformation +  We have created an Ontology to model Environmental information linked to hierarchical ecological classification
  • 8. Applied Computing Group University of Almeria, SPAIN 1st World Summit on the Knowledge Society Athens, 24-27 September 2008 ModellinganEnvironmentalKnowledge-RepresentationSystem 8 UML for knowledge modelling U
  • 9. Applied Computing Group University of Almeria, SPAIN 1st World Summit on the Knowledge Society Athens, 24-27 September 2008 ModellinganEnvironmentalKnowledge-RepresentationSystem 9 UML for knowledge modelling U
  • 10. Applied Computing Group University of Almeria, SPAIN 1st World Summit on the Knowledge Society Athens, 24-27 September 2008 ModellinganEnvironmentalKnowledge-RepresentationSystem 10 UML for knowledge modelling U
  • 11. Applied Computing Group University of Almeria, SPAIN 1st World Summit on the Knowledge Society Athens, 24-27 September 2008 ModellinganEnvironmentalKnowledge-RepresentationSystem 11 UML for knowledge modelling U
  • 12. Applied Computing Group University of Almeria, SPAIN 1st World Summit on the Knowledge Society Athens, 24-27 September 2008 ModellinganEnvironmentalKnowledge-RepresentationSystem 12 UML for knowledge modelling U
  • 13. Applied Computing Group University of Almeria, SPAIN 1st World Summit on the Knowledge Society Athens, 24-27 September 2008 ModellinganEnvironmentalKnowledge-RepresentationSystem 13 UML for knowledge modelling U
  • 14. Applied Computing Group University of Almeria, SPAIN 1st World Summit on the Knowledge Society Athens, 24-27 September 2008 ModellinganEnvironmentalKnowledge-RepresentationSystem 14 UML for knowledge modelling U
  • 15. Applied Computing Group University of Almeria, SPAIN 1st World Summit on the Knowledge Society Athens, 24-27 September 2008 ModellinganEnvironmentalKnowledge-RepresentationSystem 15 UML for knowledge modelling U
  • 16. Applied Computing Group University of Almeria, SPAIN 1st World Summit on the Knowledge Society Athens, 24-27 September 2008 ModellinganEnvironmentalKnowledge-RepresentationSystem 16 UML to OWL But, How we are creating the ontology with the UML classes diagram? UML classes diagram OWL /XML file Model tranformatio n
  • 17. Applied Computing Group University of Almeria, SPAIN 1st World Summit on the Knowledge Society Athens, 24-27 September 2008 ModellinganEnvironmentalKnowledge-RepresentationSystem 17 OWL/XML file (1/2) ... <owl:Class rdf:ID = 'Ecological_classification'> <rdfs:subClassOf> <owl:Restriction> <owl:onProperty rdf:resource = '#Ecological_classification.id'/> <owl:cardinality rdf:datatype = 'http://www.w3.org/2001/XMLSchema#integer'>1 </owl:cardinality> </owl:Restriction> </rdfs:subClassOf> <rdfs:subClassOf> <owl:Restriction> <owl:onProperty rdf:resource = '#Ecological_classification.name'/> <owl:cardinality rdf:datatype = 'http://www.w3.org/2001/XMLSchema#integer'>1 </owl:cardinality > </owl:Restriction> </rdfs:subClassOf> <rdfs:subClassOf> <owl:Restriction> <owl:onProperty rdf:resource = '#Ecological_classification.description'/> <owl:cardinality rdf:datatype = 'http://www.w3.org/2001/XMLSchema#integer'>1 </owl:cardinality > </owl:Restriction> </rdfs:subClassOf> ...
  • 18. Applied Computing Group University of Almeria, SPAIN 1st World Summit on the Knowledge Society Athens, 24-27 September 2008 ModellinganEnvironmentalKnowledge-RepresentationSystem 18 OWL/XML file (2/2) ... <rdfs:subClassOf> <owl:Restriction> <owl:onProperty rdf:resource = '#Ecological_classification.ecological_classification_cartography_id'/> <owl:cardinality rdf:datatype = 'http://www.w3.org/2001/XMLSchema#integer'>1 </owl:cardinality > </owl:Restriction> </rdfs:subClassOf> <rdfs:subClassOf> <owl:Restriction> <owl:onProperty rdf:resource = '#Ecological_classification.grid_id'/> <owl:cardinality rdf:datatype = 'http://www.w3.org/2001/XMLSchema#integer'>1 </owl:cardinality> </owl:Restriction> </rdfs:subClassOf> <rdfs:subClassOf> <owl:Restriction> <owl:onProperty rdf:resource = '#Ecological_classification.classification_technician_id'/> <owl:minCardinality rdf:datatype= 'http://www.w3.org/2001/XMLSchema#integer'>1 </owl:minCardinality> </owl:Restriction> </rdfs:subClassOf> <rdfs:label>Ecological_classification</rdfs:label> </owl:Class>
  • 19. Applied Computing Group University of Almeria, SPAIN 1st World Summit on the Knowledge Society Athens, 24-27 September 2008 ModellinganEnvironmentalKnowledge-RepresentationSystem 19 Future work •  To integrate this ontology with another one for the satellite images classification and extend it by using EML and GML. •  To connect the SOLERES presentation logic with the data logic.
  • 20. Applied Computing Group University of Almeria, SPAIN 1st World Summit on the Knowledge Society Athens, 24-27 September 2008 ModellinganEnvironmentalKnowledge-RepresentationSystem 20 Modelling an Environmental Knowledge-Representation System Thank you for your attention ! Contact: npadilla@ual.es Applied Computing Group University of Almeria, Spain http://www.ual.es/acg