-
12 digit UPC-A barcodes are always detected as 13 digit EAN barcodes with extra '0' in front. This only happens on a tested iPhone SE 2nd gen, both front and rear cameras. It works fine on tested Andr…
-
Both EPCIS and CBV need an `owl:Ontology` node with some metadata, eg
```ttl
epcis: a owl:Ontology;
rdfs:label "EPCIS Ontology";
rdfs:comment """The Electronic Product Code Information System …
-
I am very new to semantic web technologies and schema.org in particular, but have become heavily invested in this field through my studies in Computer Science.
I am unsure if this is the correct plac…
-
What string should I pass to the datamatrix.py file so that I can have a GS1 encoded output with FNC1 characters and GS (group separators)?
i.e.
(01)00312345678901(21)040404(10)MYFAVLOT(17)201031
…
-
Code-128 encoder does not work with an FNC-1 character.
I'd like to be able to add the "Ê" char to put an FNC-1 at the beginning of the barcode and have the encoder work.
( I pulled the "Ê" char o…
-
After https://github.com/gs1/WebVoc/issues/24#issuecomment-866684134 by @mgh128 I took a close look at this class and I think it's broken:
https://www.gs1.org/voc/Country "Country is a complex data…
-
I see in #4 that you fixed the name of `defaultLinkMulti`. May I suggest a few additions to `defaultLink` and friends:
```ttl
gs1:defaultLink a rdf:Property, owl:ObjectProperty,
owl:Functional…
-
As far as I can see from the source code it doesn't take into account this edge case
> 960, 961 & 9620 & 9624 have been assigned to GS1 UK for GTIN-8 allocation. 9625 & 9626 have been assigned to G…
-
**Context** - This is a proposal from Google (/cc @alex-jansen) based on our experience consuming schema.org Product markup and working with similar data from online merchants. If it were accepted, it…
-
To ensure that the JSON and RDF representation match perfectly, and to convert between them in the easiest possible way, it is best to use the [JSON-LD standard](https://w3c.github.io/json-ld-syntax/)…