Skip to content

Latest commit

History

44 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

EROWLMapper

EROWLMapper illustrates an approach to automatically mapping ER schemas to OWL ontologies presented in I. Myroshnichenko and M. Murphy, Mapping ER Schemas to OWL Ontologies, IEEE Sixth International Conference on Semantic Computing, Berkeley, CA, 2009. The mapping logic is located in the Mapper class.

Input

Input ER schemas are defined using YAML:

--- # Person-Car ER Schemaentities:
-
name: Personattributes:
-
name: ssnkey: true
-
name: name
-
name: Carattributes:
-
name: vinkey: true
-
name: make
-
name: modelrelationships:
-
name: DrivesparticipatingEntities:
-
name: Personrole: Driver
-
name: Carrole: Vehiclemin: 1

Output

Output OWL ontologies are serialized using Apache Jena in RDF/XML Syntax.

Running EROWLMapper

EROWLMapper is using Apache Maven. You can package and run the application as follows:

$ mvn package exec:java -Dexec.mainClass="com.myrosh.erowlmapper.App" -Dexec.args="person_car.yml person_car.owl"

Releases

Packages

Used by

Contributors

Languages