OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

office-metadata message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: Fwd: [office-metadata] RDF datatypes


John,

There was a comment you addressed to me inside an XML comment inside one of
your attachments in your emails. sigh.

<div class="foaf:Person" id="i" about="#i">
    <div rel="foaf:office" xmlns:foo="bar">
        <span rel="foaf:address">
            <span property="foaf:street">32 Vassar Street</span><br />
        </span>
    </div>
</div>

Notice the rel in the div and the span. That's striping.

<#i> a foaf:Person ;
  foaf:office [
      foaf:address [
            foaf:street "32 Vassar Street" .
      ]
  ] .

However, I don't think we have time do specify this. Or do we?

BTW, I don't think we can use prefixed attribute names in ODFa (metadata)
1.2. I believe you are using those. bad John.

Also, what did you mean in one of your emails when you said: I'm mixing
ODFa and RDFa?

-Elias



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]