I want to write an ontology with .owl format so i need to know all about OWL .
I need a source that explain this language completely with examples.
Please
I want to write an ontology with .owl format so i need to know
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your best bet is to read the OWL2 primer, but the spec is also quite useful. The examples are not the best, but you won’t get a better reference than those two documents. A helpful example might be the pizza ontology, which is an ontology that attempts to incorporate all of the various OWL constructs to illustrate their use.
Additionally, if you are not familiar with RDF, it’s primer is worth a read.
Finally, the description logic handbook, particularly chapter 2, is also very helpful if you can get your hands on it. I used to keep a copy on my desk for reference.