I have added my RDF below. I am trying to convert it to json using
babel but the result is empty. I really dont understand the reason
why. Can anyone tell me the reason for this.

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
        xmlns="http://www.w3.org/1999/xhtml";
        xmlns:bibtex="http://purl.oclc.org/NET/nknouf/ns/bibtex#";
        xmlns:dcterms="http://purl.org/dc/terms/dcterms#";
        xmlns:owl="http://www.w3.org/2002/07/owl#";
        xmlns:xsd="http://www.w3.org/2001/XMLSchema#";>

<rdf:Description rdf:ID="id0">
        <bibtex:hasKeywords>google</bibtex:hasKeywords>
        <dcterms:bibliographicCitation>xyz</dcterms:bibliographicCitation>
</rdf:Description>

</rdf:RDF>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to