Tagged Questions

-2
votes
0answers
120 views

What’s the use of an XMI to OWL translation?

Hi all, I have written a tool that performs a GRDDL-based translation to OWL using an XMI input file (code generated by modeling tool). I am eager to hear your opinion on the foll …
2
votes
3answers
241 views

Best way to convert RDF/XML file to POJOs?

I am trying to find out the best way of converting an RDF/XML file into Java Objects. So far I have been struggling to find an easy solution...perhaps because I am new to RDF/XML …
7
votes
4answers
273 views

Where to find the most common RDF/XML namespace prefixes/base URLs as a snippet?

I'm looking snippet or list with the most common XML namespace prefixes, and their corresponding base URL:s (like for rdf, rdfs, xsd, owl, foaf and the like), for easy copy and pas …