-
(title was: require context, or provide examples with external context; changed after agreement was reached)
All current JSON examples are JSONLD because they include a (link to a) JSONLD context.
…
-
Inverse properties are redundant in RDF because SPARQL can always navigate in both directions no matter which direction is expressed by a property.
(Eg by using an inverse property path: `?y ^epcis:p…
-
As a data architect
I want YAML plain values to be recognized by regular expression
So that I don't have to explicitly tag them
- The YAML spec https://yaml.org/spec/1.2.2/#332-resolved-tags says…
-
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…
-
Use tricks from https://github.com/gs1/EPCIS/tree/master/Ontology#conversion-to-jsonld.
`make jsonld`
invokes commands like this
```
ttl2jsonld CGMES-NC/ttl/SteadyStateInstruction-AP-Voc-RDFS2020.…
-
@RalphTro, @mgh128, @CraigRe and @philarcher :
As per https://docs.google.com/spreadsheets/d/19lseUd1kHiz48VNtrHXy6kafLTlNzS1GsaYiBqdT4UA/edit, various classes need to be added to https://gs1.org/voc…
-
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 …
-
Continuing #234, I made a diagram of `Example_9.6.1-ObjectEvent-with-error-declaration`.
![image](https://user-images.githubusercontent.com/536250/112965046-91d58480-9151-11eb-9794-a495b628d663.png…
-
1. https://github.com/gs1/EPCIS/blob/master/JSON/PersistentDisposition-example.jsonld
2. https://github.com/gs1/EPCIS/blob/master/JSON/WithFullCombinationOfFields/aggregation_event_all_possible_field…
-
hi @mgh128 nice new stuff on https://ref.gs1.org/epcis/! I think you added "View mode:" recently?
Tweaks needed (cc @CraigRe):
- Rename `Code URI` to `Class` and `Property` because
- in JSON th…