[Clipart] Fw: [ inkscape-Bugs-1021025 ] Metadata: Need to use rdf:bag instead of comma separators

Jon Phillips jon at rejon.org
Sat Oct 2 20:08:28 PDT 2004


Aha, I did file this as a bug. It looks like Inkscape dev. Kees is working 
on it.

Jon


----- Original Message ----- 
From: "SourceForge.net" <noreply at sourceforge.net>
To: <noreply at sourceforge.net>
Sent: Saturday, October 02, 2004 10:42 AM
Subject: [ inkscape-Bugs-1021025 ] Metadata: Need to use rdf:bag instead of 
comma separators


> Bugs item #1021025, was opened at 2004-09-02 02:18
> Message generated for change (Settings changed) made by nemies
> You can respond by visiting:
> https://sourceforge.net/tracker/?func=detail&atid=604306&aid=1021025&group_id=93438
>
> Category: Other
> Group: None
> Status: Open
> Resolution: None
> Priority: 5
> Submitted By: Jonathan Phillips (kidproto)
>>Assigned to: Kees Cook (nemies)
> Summary: Metadata: Need to use rdf:bag instead of comma separators
>
> Initial Comment:
> When using the metadata dialog in the document
> preferences, there are certain text input fields that
> need to parse comma separators (and other common
> keyword delimeters) to use the proper XML markup. I'm
> attaching a file that uses the proper XML to show
> multiple tokens in the subject line of the metadata.
> This is what the Open Clip Art Library uses, and is
> compliant XML.
>
>
> How done now:
>
> <dc:subject>open clip art logo, images, logo, clip art,
> ocal, logotype, filetype
> </dc:subject>
>
>
> How situation should be handled:
>
> <pre>
> <dc:subject>
>        <rdf:Bag>
>        <rdf:li>open clip art logo</rdf:li>
>        <rdf:li>images</rdf:li>
>        <rdf:li>logo</rdf:li>
>        <rdf:li>clip art</rdf:li>
>        <rdf:li>ocal</rdf:li>
>        <rdf:li>logotype</rdf:li>
>        <rdf:li>filetype</rdf:li>
>        </rdf:Bag>
> </dc:subject>
> </pre>
>
> ----------------------------------------------------------------------
>
> Comment By: Jonathan Phillips (kidproto)
> Date: 2004-09-02 02:19
>
> Message:
> Logged In: YES
> user_id=914868
>
> the <pre></pre> tags above are not needed.
>
> ----------------------------------------------------------------------
>
> You can respond by visiting:
> https://sourceforge.net/tracker/?func=detail&atid=604306&aid=1021025&group_id=93438
> 




More information about the clipart mailing list