w3c / yml2vocab

Generate RDFS vocabulary files from YAML
https://w3c.github.io/yml2vocab
Other
14 stars 5 forks source link

Make `label` optional (use `id` as a fallback)? #19

Closed BigBlueHat closed 10 months ago

BigBlueHat commented 11 months ago

Providing nearly identical label values gets annoying pretty quickly... Could the label values just fall back to id if not provided?

iherman commented 11 months ago

Yeah, that is probably a good idea. I will try to do that (at some point...)