From: Vangelis Vassiliadis [mailto:vang...@semanticweb.gr]
Sent: Friday, March 04, 2011 9:10 AM
To: 'ingegnere ingegnere'
Cc: 'thea-o...@googlegroups.com'
Subject: RE: thea info
Yes, this is something you can do with Thea. You parse owl file with Thea,e.g
:- load_axioms(‘border.owl’).
The exact axioms you get depend of course on you ontology. You can explore them with the axiom/1 dynamic predicate:
:- axiom(X).
X = <……>
From: ingegnere ingegnere [mailto:enot...@gmail.com]
Sent: Thursday, March 03, 2011 6:38 PM
To: Vangelis Vassiliadis
Subject: Re: thea info
sorry,another question..
i have for example an ontology about border nations (border.owl)..i want
create ,using thea, an example that provides a nation, I
want to go back on its borders..it's
possible do it..can i have a similar example?
can i have an example of ontology resoner (DIG) because those on the site
don't work..I'm
stuck..thANKS
2011/3/3 Vangelis Vassiliadis <vang...@semanticweb.gr>
Sorry, I’m not familiar with web services and I do not know how I can help you discovering a web service with Thea.
From: ingegnere
ingegnere [mailto:enot...@gmail.com]
Sent: Thursday, March 03, 2011 12:43 PM
To: Vangelis Vassiliadis
Subject: Re: thea info
i annotate a web service using owl-s. after i want discover this web service using thea.i need an simple example(if possible step by step) to how do it..I am extremely gratefu....thankyou
2011/3/3 Vangelis Vassiliadis <vang...@semanticweb.gr>
Hi,
Thank you for your interest in Thea.
I’m not sure I understand when you say “…the semantic web service using thea…”
Thea is a prolog library to read and manipulate .owl files. It parses owl files into
native prolog terms.
If you download Thea from the GIT you’ll also find some documentation and examples in README and in Cookbook.txt
Please let me know what is exactly that you’re doing so I can help more.
Kind regards,
Vangelis
From: ingegnere
ingegnere [mailto:enot...@gmail.com]
Sent: Thursday, March 03, 2011 11:02 AM
To: vang...@semanticweb.gr
Subject: thea info
HI,good
morning
i want explain you my problem:
i have an web service and i want annotate it.Thea supports owls,sawsdl,or wsml?
could i have an example for the semantic web service using thea?
best regards