- Documentproperties - XML/RDF
I am designing a knowledgemanagement system and right now Zope seems to be the best choice. But... I really need a property page for documents, implemented according to the RDF specification (www.w3.org/TR/WD-rdf-syntax/) and the Dublin Core schema (www.w3.org/TR/WD-rdf-schema/). Somewhere I read that a next version of Zope would include a property page for documents and I wonder if this can/will be done according to the RDF-specification in Python. Also if anybody knows about some efforts in writing Pyton code for handling RDF I really would appreciate some feedback. Wiebe Kunst
Wiebe Kunst wrote:
I am designing a knowledgemanagement system and right now Zope seems to be the best choice. But... I really need a property page for documents, implemented according to the RDF specification (www.w3.org/TR/WD-rdf-syntax/) and the Dublin Core schema (www.w3.org/TR/WD-rdf-schema/).
Somewhere I read that a next version of Zope would include a property page for documents and I wonder if this can/will be done according to the RDF-specification in Python. Also if anybody knows about some efforts in writing Pyton code for handling RDF I really would appreciate some feedback.
Let me try to express my understanding of your question by restating your question a bit. You want to maintain the properties defined in the Dublin Core for Documents. That is, you want a Zope web interface for entering/editing these property values. Further, you'd like to be able to generate RDF formatted text for these properties. Am I on the right track? Jim -- Jim Fulton mailto:jim@digicool.com Technical Director (540) 371-6909 Python Powered! Digital Creations http://www.digicool.com http://www.python.org Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B) This email address may not be added to any commercial mail list with out my permission. Violation of my privacy with advertising or SPAM will result in a suit for a MINIMUM of $500 damages/incident, $1500 for repeats.
participants (2)
-
Jim Fulton -
Wiebe Kunst