You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Strictly speaking I think everything in this diagram with an @id should be elligible for rdfization as a minimum, though we should prioritise the tables, schema, and column definitions.
The text was updated successfully, but these errors were encountered:
I'm not sure why you're trying to label the csvw:Column why not use csvw:titles? If you want an RDF representation of the annotation why not just convert/ load the JSON-LD metadata itself?
csv2rdf
does not generate metadata annotations for many parts of the metadata document. In particulartables
,tableSchema
,column
definitions etc.I have provided an example at the gist: https://gist.github.com/RickMoynihan/60e519004d10c5a281b9eb800dfe21f9
The document specifies
@id
's andrdfs:label
's at various levels throughout the schema, which do not get materialised with the command:java -jar /Users/rick/repos/csv2rdf/target/csv2rdf-0.4.7-SNAPSHOT-standalone.jar -u 'https://gist.githubusercontent.com/RickMoynihan/60e519004d10c5a281b9eb800dfe21f9/raw/dba60909f9d03407a285366a88be80b0ebacca7b/ann1.csv-metadata.json'
I think according to the spec they should.
Strictly speaking I think everything in this diagram with an
@id
should be elligible for rdfization as a minimum, though we should prioritise the tables, schema, and column definitions.The text was updated successfully, but these errors were encountered: