gs1 / WebVoc

GS1 Web vocabulary development site
Apache License 2.0
29 stars 6 forks source link

countryName? #23

Open VladimirAlexiev opened 3 years ago

VladimirAlexiev commented 3 years ago

https://www.gs1.org/voc/Country has countryCode but no countryName? Also, there's no generic prop https://www.gs1.org/voc/name like schema does.

How can I capture a country's name?

mgh128 commented 3 years ago

You could use schema:name.

It's perfectly OK to mix the GS1 Web vocabulary with schema.org

VladimirAlexiev commented 3 years ago

Then what's the purpose of gs1:organizationName? Putting common props at random classes, then deferring to another ontology is no solution.