yoonsingng 0 Report post Posted November 19, 2007 I am now involved in a develope a Web page that required to apply the Semantic Web approach into it. Currently, I am trying to develop a simple prototype of the Web Page.I had code the RDF/XML along with the RDF Schema, now I had a problem...If I implements the code(RDF/XML) in the XML, actually what should I suppose to get? I understand that it can't work by itself, however just for the Web page ONLY, it should be done, right?How can I procced from here? Quote Share this post Link to post Share on other sites
boen_robot 105 Report post Posted November 19, 2007 I had code the RDF/XML along with the RDF Schema, now I had a problem...If I implements the code(RDF/XML) in the XML, actually what should I suppose to get?A valid XML file I suppose?I understand that it can't work by itself, however just for the Web page ONLY, it should be done, right?How can I procced from here?Right. You can proceed with writing the actual parser for your format in any language you desire, like PHP for example. Quote Share this post Link to post Share on other sites