-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Description
This value was originally established in the CSV2RDF spec, to generate column property identifiers if a column name is not established. The Metadata spec just picked this up as the default for name
, which is then used to create predicateUrl
if not established. However, this is unfriendly for many serialization formats unless escaped. Suggest to change to "_col.[N]
, where [N]
is the row number. Examples using something similar for _row=[N]
should be changed similarly.
@JeniT suggested something like this, but wanted to pass by @iherman and @6a6d74.