|
hello guys, I want to extract some data structure from OWL of RDF that can help me in Data validation. It is discussed in this article: http://www.jtaer.com/apr2010/aljawarneh_alkhateeb_maghayreh_p4.pdf But in this article no way suggested for this, what is your idea? For summarize I need some data structures that can be defined in OWL and RDF like limitations, type of data(integer or string) and so on. Thanks |
|
RDF and OWL use most datatypes from XML. Read more about that here, and see an overview of which datatypes are usualy supported here. Also see a related question I once asked on how to load those datatypes into your triple store. As for limitations, you probably need to use OWL restrictions. Have a look at this good introduction to restrictions, and see this related question on limiting the value of a number (Xsd::nonNegativeInteger) |


You can't really expect people here to read the entire article, so you need to provide more information in the question. Can you decribe your problem in more detail?
Use the 'edit' option on your question to add a better description.
OK, I add summarize for more explanation.