UC-24: ExpressingHierarchyWithinOccupationalListings - mappings in repo

I've made a start at
https://github.com/w3c/csvw/tree/gh-pages/examples/tests/scenarios/uc-24/

http://w3c.github.io/csvw/use-cases-and-requirements/index.html#UC-ExpressingHierarchyWithinOccupationalListings

The ultimate goal is extracting the job taxonomic hiearchy. For now
all I've made is a very basic (R2)RML template that converts

CSV: https://github.com/w3c/csvw/blob/gh-pages/examples/use-case-data-files/use-case-24--expressing-a-hierachy-within-occupational-listings/2010_Occupations.csv

Triples: https://github.com/w3c/csvw/blob/gh-pages/examples/tests/scenarios/uc-24/output/_output_attempt-1.nt.txt
(I used schema.org for output though it isn't a perfect match to the
data scenario)

I wanted to get the basic data extracted before looking at the more
complex issue of taxonomic hierarchy. One approach would be to look at
a regex-based expansion step on the job code strings...

Dan

Received on Wednesday, 8 October 2014 11:42:17 UTC