Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
517c646
Change the `value` term in the model document to `annotation value`.
gkellogg Apr 8, 2015
4ac42d3
Merge remote-tracking branch 'origin/gh-pages' into issue-463-propert…
gkellogg Apr 9, 2015
b2746ca
Merge remote-tracking branch 'origin/gh-pages' into issue-463-propert…
gkellogg Apr 9, 2015
baea5d3
Merge branch 'gh-pages' into jt-ed-conversions
Apr 9, 2015
b048026
Remove detail about how annotations are derived from the model document.
gkellogg Apr 9, 2015
8a20f0b
Clean up language in metadata for creating annotations on TableGroup,…
gkellogg Apr 9, 2015
d567e9c
Move Cell Parsing and Datatype details from metadata to syntax. Leave…
gkellogg Apr 10, 2015
ba2d36b
Some editing on the latest changes:
iherman Apr 10, 2015
4b4f6f9
editorial changes
Apr 10, 2015
2581bd2
Fix Cells header.
gkellogg Apr 10, 2015
12bd95c
Fix similar ABBR markup error in metadata.
gkellogg Apr 10, 2015
0ce4a51
Merge branch 'jt-ed-conversions' into issue-463-property-values
Apr 10, 2015
572fe5f
Update to csv2rdf to use model definitions rather than metadata prope…
gkellogg Apr 10, 2015
9bf2dc2
Merge remote-tracking branch 'origin/gh-pages' into issue-463-propert…
gkellogg Apr 10, 2015
641be89
changed references to properties to annotations as appropriate
Apr 10, 2015
447844b
other editorial changes on conversion docs
Apr 10, 2015
f67c1b6
removed datatype aliases from model document
Apr 10, 2015
1d2919b
fixed refs to table group description
Apr 10, 2015
6fc9aa6
Define `cell value list`, `cell value datatype`, and `cell value lang…
gkellogg Apr 10, 2015
fc9acff
Updates to csv2json for issue #463.
gkellogg Apr 10, 2015
9d7b57f
Fix table column count issues in ex-groups-annotation (again). Header…
gkellogg Apr 10, 2015
5bf9f52
Merge remote-tracking branch 'origin/issue-463-property-values' into …
Apr 12, 2015
fd1d721
fixed tabular data model references
Apr 12, 2015
7a49800
fixed misplaced (XML)
Apr 12, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
768 changes: 393 additions & 375 deletions csv2json/index.html

Large diffs are not rendered by default.

511 changes: 261 additions & 250 deletions csv2rdf/index.html

Large diffs are not rendered by default.

54 changes: 54 additions & 0 deletions examples/junior-roles.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"@context": "http://www.w3.org/ns/csvw",
"columns": [{
"name": "reportsToSenior",
"titles": "Reporting Senior Post",
"datatype": "string",
"propertyUrl": "http://example.org/def/reportsTo",
"valueUrl": "senior-roles.csv#post-{reportsToSenior}",
"required": true
}, {
"name": "grade",
"titles": "Grade",
"datatype": "string",
"propertyUrl": "http://example.org/def/grade"
}, {
"name": "min_pay",
"titles": "Payscale Minimum (£)",
"datatype": "integer",
"propertyUrl": "http://example.org/def/min_pay"
}, {
"name": "max_pay",
"titles": "Payscale Maximum (£)",
"datatype": "integer",
"propertyUrl": "http://example.org/def/max_pay"
}, {
"name": "job",
"titles": "Generic Job Title",
"datatype": "string",
"propertyUrl": "http://example.org/def/job"
}, {
"name": "number",
"titles": "Number of Posts (FTE)",
"datatype": "number",
"propertyUrl": "http://example.org/def/number-of-posts"
}, {
"name": "profession",
"titles": "Profession",
"datatype": "string",
"propertyUrl": "http://example.org/def/profession"
}],
"foreignKeys": [{
"columnReference": "reportsToSenior",
"reference": {
"schemaReference": "senior-roles.json",
"columnReference": "ref"
}
}, {
"columns": "profession",
"reference": {
"resource": "gov.uk/professions.csv",
"columnReference": "name"
}
}]
}
52 changes: 52 additions & 0 deletions examples/senior-roles.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"@context": "http://www.w3.org/ns/csvw",
"columns": [{
"name": "ref",
"titles": "Post Unique Reference",
"datatype": "string",
"required": true,
"propertyUrl": "dc:identifier"
}, {
"name": "name",
"titles": "Name",
"datatype": "string",
"propertyUrl": "foaf:name"
}, {
"name": "grade",
"titles": "Grade",
"datatype": "string",
"propertyUrl": "http://example.org/def/grade"
}, {
"name": "job",
"titles": "Job Title",
"datatype": "string",
"propertyUrl": "http://example.org/def/job"
}, {
"name": "reportsTo",
"titles": "Reports to Senior Post",
"datatype": "string",
"null": "xx",
"propertyUrl": "http://example.org/def/reportsTo",
"valueUrl": "senior-roles.csv#post-{reportsTo}"
}, {
"name": "profession",
"titles": "Profession",
"datatype": "string",
"propertyUrl": "http://example.org/def/profession"
}],
"primaryKey": "ref",
"aboutUrl": "#post-{ref}",
"foreignKeys": [{
"columnReference": "reportsTo",
"reference": {
"schemaReference": "senior-roles.json",
"columnReference": "ref"
}
}, {
"columns": "profession",
"reference": {
"resource": "gov.uk/professions.csv",
"columnReference": "name"
}
}]
}
423 changes: 54 additions & 369 deletions metadata/index.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,730 changes: 2,730 additions & 0 deletions publishing-snapshots/WD-syntax-2015-04/datatypes.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added syntax/datatypes.key
Binary file not shown.
Binary file added syntax/datatypes.pdf
Binary file not shown.
Binary file added syntax/datatypes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,730 changes: 2,730 additions & 0 deletions syntax/datatypes.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
413 changes: 383 additions & 30 deletions syntax/index.html

Large diffs are not rendered by default.