Tagged Questions

7
votes
4answers
321 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 …
2
votes
1answer
115 views

Are there any owl to rdf/XML converters?

Hi, I am looking for a tool/services that can convert owl/xml to rdf/xml or n3 format. Thanks Sandeep
2
votes
3answers
296 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 …
-2
votes
0answers
143 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 …