tags:

views:

53

answers:

2

How do i read .owl files in java and display its contents.

+1  A: 

What's the context? OWL is an ontology format read by http://protege.stanford.edu/.

Sam C
i want to read .owl file in java and display its concepts and sub-concepts
nagender
+2  A: 

Use The OWL API.

Kaarel