gs1 / EPCIS

Draft files being shared for EPCIS 2.0 development
Other
20 stars 7 forks source link

examples WithFullCombinationOfFields don't define prefix `example:` #356

Open VladimirAlexiev opened 2 years ago

VladimirAlexiev commented 2 years ago

@dakbhavesh @sboeckelmann Hi guys! I think you made the examples JSON/WithFullCombinationOfFields? They define prefixes ext1: ext2: ext3 but not example:, which causes this in turtle conversion:

cd ../Turtle-simple-context/
grep component *.ttl */*.ttl
WithFullCombinationOfFields/aggregation_event_all_possible_fields.ttl: epcis:component              <example:x> ;
WithFullCombinationOfFields/association_event_all_possible_fields.ttl: epcis:component              <example:x> ;
WithFullCombinationOfFields/object_event_all_possible_fields.ttl: epcis:component              <example:x> ;
WithFullCombinationOfFields/transaction_event_all_possible_fields.ttl: epcis:component              <example:x> ;
WithFullCombinationOfFields/transformation_event_all_possible_fields.ttl: epcis:component              <example:x> ;

All these should be example:x (i.e. use a prefix) rather than using an invalid URL scheme example: