Tagged Questions

0
votes
1answer
26 views

RDF versions of XML Schema Datatypes and XPath Functions

Are there RDF versions of the XML Schema Datatypes and XPath Functions namespaces available or has anyone created these already? I ask because I'm writing an application where I r …
2
votes
1answer
114 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
1answer
53 views

How to annotate a XML Schema file to allow the automatic creation of an instance document

Hi, I'm currently searching a way how I could annotate a XML Schema file so that instance documents could be created automatically. For example, how can I define that the element …
7
votes
4answers
320 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
3answers
290 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 …
6
votes
9answers
395 views

Can Atom be considered Linked Data?

There has been a lot of community discussion in the past few months about the scope of Linked Data and whether it is just limited to RDF. Paul Miller asked Does Linked Data need RD …
0
votes
1answer
101 views

including RDF in an XML workflow

I am looking into support for a workflow handling xml and rdf data and producing XML As rdf data is using a graph paradigm this is not straight forward. I am looking for extensions …
1
vote
3answers
104 views

How do I communicate an RDF structure to non-linked data developers?

I'm hoping to define what I think is a useful expression of a conference program in RDF (based on the ISWC "dogfood" work on their own ontology). What I'm thinking of doing is desc …