SlideShare a Scribd company logo
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
FOWLA, A Federated Architecture for Ontologies
Tarcisio Mendes de Farias, Ana Roxin and Christophe Nicolle
t.mendesdefarias@active3D.net
The 9th International Web Rule Symposium
August 2-5, 2015
Freie Universität Berlin, Berlin, Germany
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
CONTEXT
o Data to process and share has exponentially
increased since the advent of the internet
o The web of data is pointed as a solution to publish
structured data on the Web
o Various ontologies and relevant vocabularies keep
emerging nowadays
2
Linking Open Data cloud diagram 2014, by Max Schmachtenberg, Christian Bizer, Anja
Jentzsch and Richard Cyganiak. http://lod-cloud.net/
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
PROBLEM
o Data integration in the context of enterprise
information systems and Semantic Web
o 3 layers of data interoperability
– Physical (e.g. network protocols )
– Syntactic (e.g. XML)
– Semantic (e.g. RDF, OWL)
o Needs of mechanisms for semantic interoperability
3
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
PROBLEM
o Semantic heterogeneity
– Schema vs Data
heterogeneity
o Full data integration is
only possible considering
both
– Schema
– Data
4
Source: cloudtweaks.com
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
GOALS AND PROPOSED SOLUTIONS
o Mitigating semantic heterogeneity
– Solution: interoperability at the schema (data model) level
o Tackling semantic data interoperability
– Solution:
• A loosely coupled federated architecture for OWL ontologies
• A rule-based integration of several autonomous ontologies
5
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
BACKGROUND
o Ontology Matching
– Tackling complex alignments (user involvement)
6
onto2:C21(?x1) ∧ onto2:C22(?x6) ∧ onto2:C23(?x3) ∧ … ∧ onto2:p28(?x7, ?x8) ∧ onto2:p26(?x5,
?x7) ∧ onto2:p27(?x6, ‘‘Category”) ∧ onto2:p28(?x3,‘‘ProductResource”)
→ onto1:p11(?x1, ?x8)
Source: www.webology.org/2006/v3n3/a28.html
o Ontology Alignment
– Alignment format (e.g. SWRL)
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
BACKGROUND
o Target and source ontologies
7
“A@ruleml.org”^^xsd:string
onto:email
rdf:type
Target Source
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
RELATED WORK
o Interoperability for different database schemas
– Non-federated (e.g. centralized database )
– Federated database architecture
8
[1] Heimbigner, D., and McLeod, D.. A Federated Architecture for Information Management. ACM Trans. Off. Znf. Syst. 3, 3 253-278 (1985).
“Collection of components to unite loosely coupled federation in order to
share and exchange information” using “an organization model based on
equal, autonomous databases, with sharing controlled by explicit interfaces.”
[1]
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
RELATED WORK
o Correndo et al. [2] and Makris et al. [3]
– SPARQL query rewriting approaches for data interoperability
– Graph pattern rewriting based on ontology alignments
– Semantic interoperability over various ontologies
o Main drawbacks
– Cases of several source and target ontologies are ignored
– Impossible to write queries using terms from different
ontologies
– No inference capabilities
9
[2]Makris et al. Ontology mapping and SPARQL rewriting for querying federated RDF data sources. In Proceedings of the 2010
International Conference on On the Move to Meaningful Internet Systems: Part II, OTM’10, pages 1108–1117, Berlin (2010).
[3] Correndo et al. Sparql query rewriting for implementing data integration over linked data. In Proceedings of the 2010 EDBT/ICDT
Workshops, pages 4:1–4:11, New York, NY, USA. ACM (2010).
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
FOWLA
o Federated architecture for OWL ontologies
“We define FOWLA as an architecture based on autonomous
ontologies with sharing described through a rule-based
format controlled by inference mechanisms.”
10
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
FOWLA – General architecture
11
Autonomous
ontologies
Ontology
alignments
(rule-based)
Inference
mechanisms
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
FOWLA – FD Component
o Separating alignments from the ontology definition
o Federal Logical Schema (FLS)
‒ Ensemble of logical DL-safe rules
‒ OWL + SWRL
‒ Impossible to create new concept instances
o Federal Concept Instantiation (FCI)
– Creating instances for encapsulated data
12
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
FOWLA – FD Component
o Interoperability over two OWL ontologies
13
Onto1 TBox
Onto1 ABox
Onto2 TBox
Onto2 ABox
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
FOWLA – FD Component
14
swrl1: onto1:Car (?x) → onto2:Motor_Car(?x)
swrl2: onto2:Motor_Car(?x) → onto1:Car(?x)
swrl3: onto1:Car(?x) ∧ onto1:hasColour( ?x, ?y) ∧ onto1:Colour(?y)
∧ onto1:hasName(?y, ?z) → onto2:hasBodyColour(?x, ?z)
Onto1 TBox
Onto1 and
Onto2 ABox
Onto2 TBox
FLS
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
FOWLA – FD Component
15
swrl1: onto1:Car (?x) → onto2:Motor_Car(?x)
swrl2: onto2:Motor_Car(?x) → onto1:Car(?x)
swrl3: onto1:Car(?x) ∧ onto1:hasColour( ?x, ?y) ∧ onto1:Colour(?y) ∧ onto1:hasName(?y, ?z) → onto2:hasBodyColour(?x, ?z)
swrl4: onto2:Motor_Car(?x) ∧ onto2:hasBodyColour(?x,?z) ∧ onto1:Colour(?y) ∧
onto1:hasColour( ?x, ?y) → onto1:hasName(?y,?z)
FLS
Onto1 TBox
Onto1 and
Onto2 ABox
Onto2 TBox
FCI
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
FOWLA – FC Component
o Performs the bulk of necessary inferences
o Contains the following sub-modules:
– Rule Selector (RS)
– Rule Engine associated to a DL reasoner
o Controls the interoperation among the considered
ontologies based on an ensemble of rules and DL
formalisms (e.g. OWL)
16
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
FOWLA – FC Component
o RS is responsible for improving backward-chaining
reasoning
– The number of rules highly impacts query execution time
– Integrates access policies
o Why backward-chaining (or hybrid) reasoner ?
– Avoiding considerable amounts of materialized data
– Modification → re-computation of all inferred data
17
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
FOWLA - Implementation
18
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
FOWLA – Pre-processing Phase
o Alignments converted to a rule format (e.g. SWRL)
o Query Module
– Identifies each alignment presenting schema
heterogeneity
– Missing properties are materialized along with new
instances for each one
19
swrl4: onto2:Motor_Car(?x) ∧ onto2:hasBodyColour(?x,?z) ∧
onto1:Colour(?y) ∧ onto1:hasColour( ?x, ?y) → onto1:hasName(?y,?z)
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
FOWLA - Query Execution Phase
20
o Selection of specific rules necessary to answer a
given query addressed over the federated ontologies
swrl1: onto1:Car (?x) → onto2:Motor_Car(?x)
swrl2: onto2:Motor_Car(?x) → onto1:Car(?x)
swrl3: onto1:Car(?x) ∧ onto1:hasColour( ?x, ?y) ∧ onto1:Colour(?y) ∧
onto1:hasName(?y, ?z) → onto2:hasBodyColour(?x, ?z)
swrl4: onto2:Motor_Car(?x) ∧ onto2:hasBodyColour(?x,?z) ∧ onto1:Colour(?y) ∧
onto1:hasColour( ?x, ?y) → onto1:hasName(?y,?z)
SELECT ?x ?y WHERE{ ?x rdf:type onto2:Motor_Car. ?x onto2:hasBodyColour ?y }
FLSARS
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
FOWLA BENEFITS
o Avoiding data redundancy
o Inferring new ontology alignments
o Modularizing the maintainability
o Querying with vocabulary terms issued from
different ontologies
o Improving query execution time
21
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
FOWLA BENEFITS
o Inferring new ontology alignments
22
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
FOWLA BENEFITS
o Modularizing the maintainability
– Modification in IS(A,D) – { IS(A,B) ∩ IS(A,D) }
23
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
EVALUATION
24
o We consider two aligned ontologies
– FLS composed of 474 SWRL rules
o Triple store: Stardog
– OWL reasoner associated to a SWRL engine
– It is based on backward-chaining reasoning
OWL entities Onto1 Onto2
Classes 30 802
Object properties 32 1292
Data properties 125 247
Inverse properties 7 115
Triples in the Tbox 2212 9978
DL expressivity ALCHIF(D) ALUIF(D)
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
EVALUATION
Number of rules Characteristics
KB1 474 All the rules contained in the FLS (all the rules forming the
alignment between Onto1 and Onto2)
KB2 266 All subsumption rules along with all the rules that have
elements from Onto1 in their head
KB3 178 All rules from KB2 minus some of the rules that have
elements from Onto1 in their head (we aimed at reducing the
data inferred)
KB4 variable All the rules contained in the Activated Rule Set (ARS)
conceived by the RS.
25
o Experiment Environment
– Each repository’s ABox contains 1,146,294 triples
– Server: Intel Xeon CPU E5-2430 at 2.2GHz with 2 cores out of 6,
8GB of DDR3 RAM memory (Java Heap = 6GB)
– Client: Intel Core CPU I7-4790 at 3.6GHz with 4 cores, 8GB of
DDR3 RAM memory at 1600MHz (Java Heap = 1GB)
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
EVALUATION
Query name SPARQL Query
Q1 SELECT ?x ?y WHERE { ?x onto1:p11 ?y . }
Q2 SELECT ?x ?y WHERE { ?x a onto2:C21 . ?x onto1:p11 ?y . }
Q3
SELECT ?x ?u WHERE { ?x a onto1:C11 . ?y a onto2:C22 .
?x onto1:p12 ?y . ?y onto1:p11 ?x . }
26
Query KB
Mean execution
time (s)
Standard
deviation ()
#RuleSet #Results
Q1
KB1 - - 474 0
KB2 - - 266 0
KB3 9.25 12.21 178 1683
KB4 2.23 1.78 16 38318
Q2
KB1 - - 474 0
KB2 - - 266 0
KB3 32.99 0.75 178 74
KB4 0.16 0.04 2 74
Q3
KB1 - - 474 0
KB2 - - 266 0
KB3 71.62 0.95 178 0
KB4 0.88 0.43 5 9
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
CONCLUSION
o An approach for federating ontologies in order to
address the problem of semantic interoperability
o Advantages:
– Allows composing queries using terms from different
ontologies (be it source or target)
– Takes advantage of existing inference mechanisms for
deducing new knowledge
– Reduces execution time for queries addressed over rule-
based alignments
27
TarcisioMENDESDEFARIAS–t.mendesdefarias@active3D.net–Ph.D.Candidate
ResearchGroupChecksem–LaboratoryLE2I(UMRCNRS6306)–UniversityofBurgundy
FUTURE WORKS
o Defining the strategies for ordering ontologies to be
aligned
o Integration of SWRL built-ins (e.g. swrlb) at the level
of the FLS
o Investigating the use of query languages other than
SPARQL for implementing our approach
28

More Related Content

PPTX
Master defence 2020 - Serhii Brodiuk - Concept Embedding and Network Analysis...
PDF
Knowledge Patterns for the Web: extraction, transformation, and reuse
PDF
Semantic Technologies in ST&DL
PDF
Linked Open (Geo)Data and the Distributed Ontology Language – a perfect match
PDF
A Mathematical Approach to Ontology Authoring and Documentation
PPTX
Topical_Facets
PDF
Master defence 2020 - Serhii Brodiuk - Concept Embedding and Network Analysis...
Knowledge Patterns for the Web: extraction, transformation, and reuse
Semantic Technologies in ST&DL
Linked Open (Geo)Data and the Distributed Ontology Language – a perfect match
A Mathematical Approach to Ontology Authoring and Documentation
Topical_Facets

What's hot (14)

DOC
Learning and Text Analysis for Ontology Engineering
PPTX
Ontology mapping for the semantic web
PDF
Translating Ontologies in Real-World Settings
PPTX
Linked open data: standardization, interoperability and multilingual challeng...
PDF
Summary of GSCL 2013 international NLP conference in Germany
PPTX
Context Semantic Analysis: a knowledge-based technique for computing inter-do...
PPT
Ontology Mapping
PDF
Konstantin Vorontsov - BigARTM: Open Source Library for Regularized Multimoda...
PPTX
POSTDATA: Towards publishing European Poetry as Linked Open Data
PDF
Linked Open Vocabularies
PDF
AINL 2016: Maraev
PPT
Ontology at Manchester
PPTX
An analysis of the quality issues of the properties available in the Spanish ...
PDF
Data wrangling week 6
Learning and Text Analysis for Ontology Engineering
Ontology mapping for the semantic web
Translating Ontologies in Real-World Settings
Linked open data: standardization, interoperability and multilingual challeng...
Summary of GSCL 2013 international NLP conference in Germany
Context Semantic Analysis: a knowledge-based technique for computing inter-do...
Ontology Mapping
Konstantin Vorontsov - BigARTM: Open Source Library for Regularized Multimoda...
POSTDATA: Towards publishing European Poetry as Linked Open Data
Linked Open Vocabularies
AINL 2016: Maraev
Ontology at Manchester
An analysis of the quality issues of the properties available in the Spanish ...
Data wrangling week 6
Ad

Viewers also liked (17)

PDF
RuleML2015: GRAAL - a toolkit for query answering with existential rules
PDF
RuleML2015: Using PSL to Extend and Evaluate Event Ontologies
PDF
RuleML2015: Semantics of Notation3 Logic: A Solution for Implicit Quantifica...
PDF
RuleML2015: Input-Output STIT Logic for Normative Systems
PDF
RuleML2015 PSOA RuleML: Integrated Object-Relational Data and Rules
PDF
RuleML2015: Norwegian State of Estate: A Reporting Service for the State-Owne...
PDF
RuleML2015: Rule Generalization Strategies in Incremental Learning of Disjunc...
PDF
RuleML2015: Towards Formal Semantics for ODRL Policies
PDF
Transformation and aggregation preprocessing for top-k recommendation GAP rul...
PDF
RuleML2015: Explanation of proofs of regulatory (non-)complianceusing semanti...
PDF
RuleML2015: Ontology-Based Multidimensional Contexts with Applications to Qua...
PDF
RuleML2015: Rule-based data transformations in electricity smart grids
PDF
RuleML2015 : Hybrid Relational and Graph Reasoning
PDF
RuleML2015: How to combine event stream reasoning with transactions for the...
PDF
RuleML2015 - Tutorial - Powerful Practical Semantic Rules in Rulelog - Funda...
PDF
RuleML2015 The Herbrand Manifesto - Thinking Inside the Box
PDF
RuleML 2015 Constraint Handling Rules - What Else?
RuleML2015: GRAAL - a toolkit for query answering with existential rules
RuleML2015: Using PSL to Extend and Evaluate Event Ontologies
RuleML2015: Semantics of Notation3 Logic: A Solution for Implicit Quantifica...
RuleML2015: Input-Output STIT Logic for Normative Systems
RuleML2015 PSOA RuleML: Integrated Object-Relational Data and Rules
RuleML2015: Norwegian State of Estate: A Reporting Service for the State-Owne...
RuleML2015: Rule Generalization Strategies in Incremental Learning of Disjunc...
RuleML2015: Towards Formal Semantics for ODRL Policies
Transformation and aggregation preprocessing for top-k recommendation GAP rul...
RuleML2015: Explanation of proofs of regulatory (non-)complianceusing semanti...
RuleML2015: Ontology-Based Multidimensional Contexts with Applications to Qua...
RuleML2015: Rule-based data transformations in electricity smart grids
RuleML2015 : Hybrid Relational and Graph Reasoning
RuleML2015: How to combine event stream reasoning with transactions for the...
RuleML2015 - Tutorial - Powerful Practical Semantic Rules in Rulelog - Funda...
RuleML2015 The Herbrand Manifesto - Thinking Inside the Box
RuleML 2015 Constraint Handling Rules - What Else?
Ad

Similar to RuleML2015: FOWLA, a federated architecture for ontologies (20)

PDF
Sem facet paper
PDF
SemFacet paper
PDF
New trends in ontological engineering, practices and tools
PDF
2013 Melbourne Software Freedom Day talk - FOSS in Public Decision Making
PDF
Ravi's SOP Princeton
PDF
Interlinking educational data to Web of Data (Thesis presentation)
PPTX
Profiling Linked Open Data
PDF
Federating Research Profiling Data
PPTX
EKAW 2016 - TechMiner: Extracting Technologies from Academic Publications
PDF
Analyzing the Evolution of Vocabulary Terms and Their Impact on the LOD Cloud
PDF
Integration of research literature and data (InFoLiS)
PDF
COBieOWL An OWL ontology based on COBie standard
PDF
A semantic framework and software design to enable the transparent integratio...
PPTX
The swings and roundabouts of a decade of fun and games with Research Objects
PDF
A Linked Fusion of Things, Services, and Data to Support a Collaborative Data...
PDF
Semantic Web from the 2013 Perspective
PDF
Linked Open Data Visualization
PDF
Advances In Grey Systems Research 1st Edition Zhigeng Fang Hengwu Wei
PDF
Wehc - Linked Data for Economic-Social historians
PDF
Reuse of Structured Data: Semantics, Linkage, and Realization
Sem facet paper
SemFacet paper
New trends in ontological engineering, practices and tools
2013 Melbourne Software Freedom Day talk - FOSS in Public Decision Making
Ravi's SOP Princeton
Interlinking educational data to Web of Data (Thesis presentation)
Profiling Linked Open Data
Federating Research Profiling Data
EKAW 2016 - TechMiner: Extracting Technologies from Academic Publications
Analyzing the Evolution of Vocabulary Terms and Their Impact on the LOD Cloud
Integration of research literature and data (InFoLiS)
COBieOWL An OWL ontology based on COBie standard
A semantic framework and software design to enable the transparent integratio...
The swings and roundabouts of a decade of fun and games with Research Objects
A Linked Fusion of Things, Services, and Data to Support a Collaborative Data...
Semantic Web from the 2013 Perspective
Linked Open Data Visualization
Advances In Grey Systems Research 1st Edition Zhigeng Fang Hengwu Wei
Wehc - Linked Data for Economic-Social historians
Reuse of Structured Data: Semantics, Linkage, and Realization

More from RuleML (20)

PDF
Aggregates in Recursion: Issues and Solutions
PDF
A software agent controlling 2 robot arms in co-operating concurrent tasks
PDF
Port Clearance Rules in PSOA RuleML: From Controlled-English Regulation to Ob...
PDF
RuleML 2015: When Processes Rule Events
PDF
RuleML 2015: Ontology Reasoning using Rules in an eHealth Context
PDF
RuleML 2015: Semantics of Notation3 Logic: A Solution for Implicit Quantifica...
PDF
Challenge@RuleML2015 Developing Situation-Aware Applications for Disaster Man...
PDF
Rule Generalization Strategies in Incremental Learning of Disjunctive Concepts
PDF
Industry@RuleML2015: Norwegian State of Estate A Reporting Service for the St...
PDF
A Service for Improving the Assignments of Common Agriculture Policy Funds to...
PDF
Datalog+-Track Introduction & Reasoning on UML Class Diagrams via Datalog+-
PDF
RuleML2015: Binary Frontier-guarded ASP with Function Symbols
PDF
RuleML2015: API4KP Metamodel: A Meta-API for Heterogeneous Knowledge Platforms
PDF
RuleML2015: Rule-Based Exploration of Structured Data in the Browser
PDF
RuleML2015: Ontology-Based Multidimensional Contexts with Applications to Qua...
PDF
RuleML2015: Compact representation of conditional probability for rule-based...
PDF
RuleML2015: Learning Characteristic Rules in Geographic Information Systems
PDF
RuleML2015: Using Substitutive Itemset Mining Framework for Finding Synonymou...
PDF
RuleML2015: User Extensible System to Identify Problems in OWL Ontologies and...
PDF
RuleML2015: Representing Flexible Role-Based Access Control Policies Using Ob...
Aggregates in Recursion: Issues and Solutions
A software agent controlling 2 robot arms in co-operating concurrent tasks
Port Clearance Rules in PSOA RuleML: From Controlled-English Regulation to Ob...
RuleML 2015: When Processes Rule Events
RuleML 2015: Ontology Reasoning using Rules in an eHealth Context
RuleML 2015: Semantics of Notation3 Logic: A Solution for Implicit Quantifica...
Challenge@RuleML2015 Developing Situation-Aware Applications for Disaster Man...
Rule Generalization Strategies in Incremental Learning of Disjunctive Concepts
Industry@RuleML2015: Norwegian State of Estate A Reporting Service for the St...
A Service for Improving the Assignments of Common Agriculture Policy Funds to...
Datalog+-Track Introduction & Reasoning on UML Class Diagrams via Datalog+-
RuleML2015: Binary Frontier-guarded ASP with Function Symbols
RuleML2015: API4KP Metamodel: A Meta-API for Heterogeneous Knowledge Platforms
RuleML2015: Rule-Based Exploration of Structured Data in the Browser
RuleML2015: Ontology-Based Multidimensional Contexts with Applications to Qua...
RuleML2015: Compact representation of conditional probability for rule-based...
RuleML2015: Learning Characteristic Rules in Geographic Information Systems
RuleML2015: Using Substitutive Itemset Mining Framework for Finding Synonymou...
RuleML2015: User Extensible System to Identify Problems in OWL Ontologies and...
RuleML2015: Representing Flexible Role-Based Access Control Policies Using Ob...

Recently uploaded (20)

PDF
Looking into the jet cone of the neutrino-associated very high-energy blazar ...
PDF
Is Earendel a Star Cluster?: Metal-poor Globular Cluster Progenitors at z ∼ 6
PDF
Placing the Near-Earth Object Impact Probability in Context
PPT
Presentation of a Romanian Institutee 2.
PPTX
BIOMOLECULES PPT........................
PDF
BET Eukaryotic signal Transduction BET Eukaryotic signal Transduction.pdf
PDF
Warm, water-depleted rocky exoplanets with surfaceionic liquids: A proposed c...
PPTX
SCIENCE 4 Q2W5 PPT.pptx Lesson About Plnts and animals and their habitat
PPTX
Microbes in human welfare class 12 .pptx
PDF
CHAPTER 3 Cell Structures and Their Functions Lecture Outline.pdf
PDF
Assessment of environmental effects of quarrying in Kitengela subcountyof Kaj...
PPT
Heredity-grade-9 Heredity-grade-9. Heredity-grade-9.
PDF
The Land of Punt — A research by Dhani Irwanto
PPTX
Biomechanics of the Hip - Basic Science.pptx
PPTX
BODY FLUIDS AND CIRCULATION class 11 .pptx
PPTX
Introcution to Microbes Burton's Biology for the Health
PDF
Worlds Next Door: A Candidate Giant Planet Imaged in the Habitable Zone of ↵ ...
PPT
THE CELL THEORY AND ITS FUNDAMENTALS AND USE
PPTX
PMR- PPT.pptx for students and doctors tt
PPT
6.1 High Risk New Born. Padetric health ppt
Looking into the jet cone of the neutrino-associated very high-energy blazar ...
Is Earendel a Star Cluster?: Metal-poor Globular Cluster Progenitors at z ∼ 6
Placing the Near-Earth Object Impact Probability in Context
Presentation of a Romanian Institutee 2.
BIOMOLECULES PPT........................
BET Eukaryotic signal Transduction BET Eukaryotic signal Transduction.pdf
Warm, water-depleted rocky exoplanets with surfaceionic liquids: A proposed c...
SCIENCE 4 Q2W5 PPT.pptx Lesson About Plnts and animals and their habitat
Microbes in human welfare class 12 .pptx
CHAPTER 3 Cell Structures and Their Functions Lecture Outline.pdf
Assessment of environmental effects of quarrying in Kitengela subcountyof Kaj...
Heredity-grade-9 Heredity-grade-9. Heredity-grade-9.
The Land of Punt — A research by Dhani Irwanto
Biomechanics of the Hip - Basic Science.pptx
BODY FLUIDS AND CIRCULATION class 11 .pptx
Introcution to Microbes Burton's Biology for the Health
Worlds Next Door: A Candidate Giant Planet Imaged in the Habitable Zone of ↵ ...
THE CELL THEORY AND ITS FUNDAMENTALS AND USE
PMR- PPT.pptx for students and doctors tt
6.1 High Risk New Born. Padetric health ppt

RuleML2015: FOWLA, a federated architecture for ontologies