ISSUE-24: How to represent categories?
categories-encoding
How to represent categories?
- State:
- RAISED
- Product:
- Core FPWD
- Raised by:
- Raj Singh
- Opened on:
- 2011-05-11
- Description:
- From: rsingh@opengeospatial.org
Date: Wed May 04 18:23:17 2011
Archived: http://lists.w3.org/Archives/Public/public-poiwg/2011May/0009.html
[[
Here's a note on adopting Atom's <category> element.
change:
<category source="http://www.census.gov/cgi-bin/sssd/naics/naicsrch?search=2007%20NAICS%20Search&code=611310">
<name xml:lang="en-US">Colleges, Universities, and Professional Schools</name>
</identification>
<association type="child-of" reference="http://www.census.gov/cgi-bin/sssd/naics/naicsrch?search=2007%20NAICS%20Search&code=6113"/>
</category>
to:
<category
scheme="http://www.census.gov/cgi-bin/sssd/naics/naicsrch?search=2007%20NAICS%20Search&code=611310"
term="NAICS/611310"
label="Colleges, Universities, and Professional Schools">
<!-- Don't know what to do with this. Atom doesn't specify the content of the category element -->
<association type="child-of" reference="http://www.census.gov/cgi-bin/sssd/naics/naicsrch?search=2007%20NAICS%20Search&code=6113"/>
</category>
]]
From: karl.seiler@navteq.com
Date: Wed May 04 19:01:24 2011
Archived: http://lists.w3.org/Archives/Public/public-poiwg/2011May/0010.html
[[
Won't label will need a language code however...
Such as
<name xml:lang="en-US">Colleges, Universities, and Professional Schools</name>
I like the type of association "child-of". What other association types have been considered?
<association type="child-of" reference="http://www.census.gov/cgi-bin/sssd/naics/naicsrch?search=2007%20NAICS%20Search&code=6113"/>
]]
From: rsingh@opengeospatial.org
Date: Wed May 04 20:38:41 2011
Archived: http://lists.w3.org/Archives/Public/public-poiwg/2011May/0014.html
[[
+1 on on language code on labels
]]
- Related Actions Items:
- ACTION-67 on Matt Womer to Flesh out category section (see example) - due 2011-05-12, open
- Related emails:
- ISSUE-24 (categories-encoding): How to represent categories? [Core FPWD] (from sysbot+tracker@w3.org on 2011-05-11)
Related notes:
Atom category element definition: http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.category
Matt Womer, 11 May 2011, 22:09:59Atom category element definition: http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.category
Matt Womer, 11 May 2011, 22:10:38Display change log