资 源 简 介
Django-RDF is an RDF engine implemented in a generic, reusable Django app, providing complete RDF support to Django projects without requiring any modifications to existing framework or app source code, or incurring any performance penalty on existing control flow paths.
The philosophy is simple: Do your web development using Django just like you"re used to, then turn the knob and - with no additional effort - expose your project on the semantic web.
The project home is at Google Code and there is also a Google Group to help coordinate.
http://code.google.com/p/django-rdf
http://groups.google.com/group/django-rdf
Features
Django-RDF can expose models from any other app as RDF data. This makes it easy to write new views that return RDF/XML data, and/or query existing models in terms of RDFS or OWL classes and properties using (a variant of) the SPARQL query language. SPARQL in, RDF/XML out - two basic sema