QCAD - 2D CAD System.
Click here for a documentation of the DokuWiki formatting syntax that can be used in reports
Please search for existing tasks (also closed ones) before opening a new task.
Please make sure that you are using the latest Version of QCAD before posting a bug (menu Help - Check for Updates)
FS#95 - Part Library: RDF
Attached to Project:
QCAD
Opened by Andrew (andrew) - Monday, 23 May 2011, 18:13 GMT+2
Last edited by Martin (martin) - Thursday, 26 May 2011, 14:04 GMT+2
Opened by Andrew (andrew) - Monday, 23 May 2011, 18:13 GMT+2
Last edited by Martin (martin) - Thursday, 26 May 2011, 14:04 GMT+2
|
DetailsAllow for multiple authors of one item. This can be achieved by replacing the rs:author attribute of tag rdf:Description with: <rs:authors> <rdf:Bag> <rdf:li rs:resource="John Doe"/> <rdf:li rs:resource="Jane Doe"/> </rdf:Bag> </rs:authors> |
This task depends upon
should that one be implemented now? RDF doesn't get along with an additional <rdf:Bag> yet, neither does the dialog for editing meta data.
Yes, we have to adjust that unfortunately. There are many items with multiple authors.
I'll change item author to item authors then, and add a new 1:n relationship similar to item keywords.
the code checked in should work with the following exceptions: