-
-
Notifications
You must be signed in to change notification settings - Fork 593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSVW: CSV on the Web #305
Comments
From https://twitter.com/westurner/status/901988850330996736 :
|
nbmeta: https://github.com/westurner/nbmeta
From https://www.w3.org/TR/tabular-data-primer/#datatypes 👍
|
this sounds awesome! |
Unfortunately I don't know when I'll be able to get to this while job
searching.
…On Thursday, August 31, 2017, Kenneth Reitz ***@***.***> wrote:
this sounds awesome!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<https://github.com/kennethreitz/tablib/issues/305#issuecomment-326480489>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADGy9bcXuifI956S5qCu2vlKN2f0TmRks5sd388gaJpZM4PJoIM>
.
|
attrs |
hey @westurner and @hugovk, I would like to collaborate on this feature and get it up and going. Can you guys guide me or may be point me in the right direction to start this. Thanks in advance. 😃 |
Have a look at the dev docs: |
@hugovk thanks for pointing this to me will try to do a WIP and then we can take this ahead. |
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
@56789KD Please stop spamming. |
Read/write CSVW
CSVW
Homepage: https://w3c.github.io/csvw/
Standard: https://www.w3.org/TR/tabular-data-primer/
Standard: https://www.w3.org/TR/tabular-data-model/
Standard: https://www.w3.org/TR/tabular-metadata/
Standard: https://www.w3.org/TR/csv2json/
Standard: https://www.w3.org/TR/csv2rdf/
Namespace: http://www.w3.org/ns/csvw#
xmlns:
@prefix csvw: <http://www.w3.org/ns/csvw#> .
@context: http://www.w3.org/ns/csvw.jsonld
CSVW (CSV on the Web) is a set of relatively new standards for representing CSV rows and columns as RDF (and JSON / JSON-LD) along with metadata.
.
The text was updated successfully, but these errors were encountered: