You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lenya.apache.org by "Gregor J. Rothfuss" <gr...@apache.org> on 2005/04/22 02:55:08 UTC

embedding rdf

Lee Carroll wrote:
> Hello,
> I've added a dirty hack to strip_namespaces.xsl to embed rdf into 
> lenya's html output.
> 
> I could not think of an elegant solution for this and it looks brutal 
> (see below). Has anyone got a better Idea?

looks good to me. the problem of embedding rdf is not that easy, after 
all. it is even a w3c TAG issue:

http://www.w3.org/2001/tag/issues.html?type=1#RDFinXHTML-35

i think we should embed rdf by default. why bother with metadata otherwise?

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: embedding rdf

Posted by "Gregor J. Rothfuss" <gr...@apache.org>.
Michael Wechner wrote:

>> looks good to me. the problem of embedding rdf is not that easy, after 
>> all. it is even a w3c TAG issue:
>>
>> http://www.w3.org/2001/tag/issues.html?type=1#RDFinXHTML-35
>>
>> i think we should embed rdf by default. why bother with metadata 
>> otherwise?
> 
> 
> 
> well, I think it would make sense to closer collaborate with the Simile 
> project
> (where Stefano is working on) and see if we find some synergies.

sure. in the meantime, i like what moveable type is doing:

<!--
<rdf:RDF xmlns="http://web.resource.org/cc/"
          xmlns:dc="http://purl.org/dc/elements/1.1/"
          xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="http://greg.abstrakt.ch/">
<dc:title>Gregor J. Rothfuss</dc:title>
<dc:description></dc:description>
<license rdf:resource="http://creativecommons.org/licenses/by-sa/1.0/" />
</Work>
<License rdf:about="http://creativecommons.org/licenses/by-sa/1.0/">
<requires rdf:resource="http://web.resource.org/cc/Attribution" />
<requires rdf:resource="http://web.resource.org/cc/Notice" />
<requires rdf:resource="http://web.resource.org/cc/ShareAlike" />
<permits rdf:resource="http://web.resource.org/cc/Reproduction" />
<permits rdf:resource="http://web.resource.org/cc/Distribution" />
<permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
</License>
</rdf:RDF>
-->

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: embedding rdf

Posted by Michael Wechner <mi...@wyona.com>.
Gregor J. Rothfuss wrote:

> Lee Carroll wrote:
>
>> Hello,
>> I've added a dirty hack to strip_namespaces.xsl to embed rdf into 
>> lenya's html output.
>>
>> I could not think of an elegant solution for this and it looks brutal 
>> (see below). Has anyone got a better Idea?
>
>
> looks good to me. the problem of embedding rdf is not that easy, after 
> all. it is even a w3c TAG issue:
>
> http://www.w3.org/2001/tag/issues.html?type=1#RDFinXHTML-35
>
> i think we should embed rdf by default. why bother with metadata 
> otherwise?


well, I think it would make sense to closer collaborate with the Simile 
project
(where Stefano is working on) and see if we find some synergies.

Michi

-- 
Michael Wechner
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
michael.wechner@wyona.com                        michi@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org