InterviewSolution
| 1. |
Is Not Rdf Simply An Xml Application? |
|
Answer» No. The fundamental model of RDF is INDEPENDENT of XML. RDF is a model describing qualified (or named) relationships between two (Web) resources, or between a Web resource and a literal. At that fundamental level, the only COMMONALITY between RDF and the XML World is the usage of the XML Schema datatypes to characterize LITERALS in RDF. In fact, USING GRDDL, a way to automate mappings from XML to RDF easily, many XML vocabularies can be CONSIDERED applications of RDF. No. The fundamental model of RDF is independent of XML. RDF is a model describing qualified (or named) relationships between two (Web) resources, or between a Web resource and a literal. At that fundamental level, the only commonality between RDF and the XML World is the usage of the XML Schema datatypes to characterize literals in RDF. In fact, using GRDDL, a way to automate mappings from XML to RDF easily, many XML vocabularies can be considered applications of RDF. |
|