Skip to content

Basic example: how to uses SWRL rules to generate inference in the OWL

License

Notifications You must be signed in to change notification settings

pauloprsdesouza/basic-rule-swrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SWRL rules

Basic tutorial to generate inference in OWL using SWRL rules

Introduction

This tutorial was developed using the language JAVA and the Framework [Apache Jena]. Aims to auxiliate who users

Dependencies

Apache Jena version 3.0

Maven

<dependency>
  <groupId>org.apache.jena</groupId>
  <artifactId>apache-jena-libs</artifactId>
  <type>pom</type>
  <version>3.0</version>
</dependency>

Examples

  • First case
    • [S1: (?x eg:hasSon ?y), (?y eg:hasSon ?z), (?w eg:hasSpouse ?y) -> (?z eg:hasGrandFather ?x), (?w eg:hasSon ?z)]

About

Basic example: how to uses SWRL rules to generate inference in the OWL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages