-
- The `epcis:EPCISEvent` class hierarchy is well-rounded
1) IMHO we need a class `epcis:Object`, to be the range of `epcList` (which is not xsd:AnyURI, see #206).
- Although an event doesn't carry…
-
Current EPCIS v2.0 PDF, Chapter 12, REST, Binding p275 states the the REST endpoint `GET /epcs/{epc}` "Returns resource events"? What does this mean?
Aside: intuition says that this should or plaus…
-
Hello,
In the EPCIS repository the EventTime is stored as a DateTime. It is always stored in Zulu time (UTC), even if another time zone was specified for that time. The EventTimeZoneOffset field re…
yvdh updated
5 months ago
-
Picking on GS1 here, but really this applies to any credential with multiple contexts.
Here is the problem:
We need to validate `@context` before doing JSON-LD processing.
We have to write a …
OR13 updated
8 months ago
-
Hello,
Disregard if this is not the right forum ...
I am trying to create an EPCIS repo and API from the artefacts here.
I currently have an EPCIS 1.1 environment, but I really want to move to a …
-
-
```
{
"@context": {
"dpp": "https://test.uncefact.org/vocabulary/untp/dpp/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"id": "@id",
"type": "@type",
…
-
`component` field in newest context has this enumeration:
```json
"x": "cbv:Comp-x",
"y": "cbv:Comp-y",
"z": "cbv:Comp-z",
"axial_d…
-
This script (`check-ontology.sh`) uses the "paragraph" structure of the 2 ontology Turtles to do some basic checks:
```
perl -00ne 'print unless m{rdfs:label|\@prefix}' EPCIS.ttl
per…
-
We haven't looked at SHACL shapes for a while, and I'd guess they can take improvement. (@mgh128 what's your assessment?)
We also must address the following issues:
- #196 avoid `owl:sameAs` (@mko…