QCAD

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)

Tasklist

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
Task Type Feature Request
Category Main
Status Closed
Assigned To Andrew (andrew)
Martin (martin)
Operating System All
Severity Low
Priority Normal
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Allow 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

Closed by  Martin (martin)
Thursday, 26 May 2011, 14:04 GMT+2
Reason for closing:  Implemented
Comment by Martin (martin) - Wednesday, 25 May 2011, 09:51 GMT+2

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.

Comment by Andrew (andrew) - Wednesday, 25 May 2011, 10:15 GMT+2

Yes, we have to adjust that unfortunately. There are many items with multiple authors.

Comment by Martin (martin) - Wednesday, 25 May 2011, 13:32 GMT+2

I'll change item author to item authors then, and add a new 1:n relationship similar to item keywords.

Comment by Martin (martin) - Wednesday, 25 May 2011, 16:54 GMT+2

the code checked in should work with the following exceptions:

  • authors are handled correctly if present in RDF, but are not yet handled in the GUI (edit meta data)

Loading...