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: [office-metadata] RDF/A, again


Another update; I just added this schema fragment to the wiki page*:

# note: the RDF/A spec allows use of QName-like shortened names for  
IRIs in attributes; I
# leave that aside here, since it might be more trouble than it's worth.

## to be added as optional attribute to document objects (paragraphs,  
tables, images, citations)
div {
    meta-about = attribute meta:about { IRI }
}

## this basically defines a blank node within the document and types  
it; for adding metadata
## statements to unknown objects (perhaps fields, or lists?)
div {
    meta-role = attribute meta:role { IRI }
}

## add to existing text:span and text:link (or is it text:a? I forget)
div {
    meta-rel = attribute meta:rel { IRI }
    meta-rev = attribute meta:rev { IRI }
    meta-property = attribute meta:property { IRI }
}

Bruce

* <http://wiki.oasis-open.org/office/ 
Associating_Metadata_with_Document_Content>


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