Hlel emna, After reading many of your questions regarding the use of Jena, it seems like you would really benefit from understanding how to do data modeling within RDF/OWL. While your questions often are relative to Jena-specific syntax, it seems the root issue is gaining a better understanding of how you model data in RDF/OWL. I highly recommend you get a copy of Hendler's book. Many of your questions are addressed in this great book.
http://www.amazon.com/Semantic-Web-Working-Ontologist-Second/dp/0123859654/ref=sr_1_1?s=books&ie=UTF8&qid=1358778170&sr=1-1&keywords=semantic+web+hendler From: hlel emna [mailto:[email protected]] Sent: Saturday, January 19, 2013 6:39 PM To: [email protected] Subject: Re: question hi, how can I define (with jena) a datatype property (temperature) as an interval ? see the attachment. DatatypeProperty nomProp = m.createDatatypeProperty(ns+"tem"); tem.addDomain(....); ....... please help me
