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:
Related emails:
  1. 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:59

Atom category element definition: http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.category

Matt Womer, 11 May 2011, 22:10:38

Display change log ATOM feed


Alex Hill <ahill@gatech.edu>, Chair, Matt Womer <mdw@w3.org>, Staff Contact
Tracker: documentation, (configuration for this group), originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: 24.html,v 1.1 2012/09/28 07:11:03 vivien Exp $