Skip to content

Commit

Permalink
Update context files
Browse files Browse the repository at this point in the history
  • Loading branch information
ssi authored Jun 22, 2022
1 parent 82ebcd0 commit 830883e
Showing 1 changed file with 244 additions and 17 deletions.
261 changes: 244 additions & 17 deletions contexts/w3c-ccg-traceability-v1.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -318,11 +318,14 @@
"@id": "https://schema.org/weight"
},
"commodity": {
"@id": "https://service.unece.org/trade/uncefact/vocabulary/uncefact/#originCountry"
"@id": "https://w3id.org/traceability#Commodity"
},
"commodityItemNumber": {
"@id": "https://service.unece.org/trade/uncefact/vocabulary/uncefact/#discountIndicator"
},
"countryOfOrigin": {
"@id": "https://service.unece.org/trade/uncefact/vocabulary/uncefact/#originCountry"
},
"descriptionOfPackagesAndGoods": {
"@id": "https://service.unece.org/trade/uncefact/vocabulary/uncefact/#natureIdentificationCargo"
},
Expand Down Expand Up @@ -578,6 +581,9 @@
"description": {
"@id": "https://service.unece.org/trade/uncefact/vocabulary/uncefact/#description"
},
"firstNotify": {
"@id": "https://service.unece.org/trade/uncefact/vocabulary/uncefact/#notifyParty"
},
"invoicePayableAt": {
"@id": "https://api.swaggerhub.com/domains/dcsaorg/DCSA_DOMAIN/1.0.1#/components/schemas/invoicePayableAt"
},
Expand All @@ -587,12 +593,15 @@
"invoicePayerShipper": {
"@id": "https://service.unece.org/trade/uncefact/vocabulary/uncefact/#shipperParty"
},
"notify": {
"otherNotify": {
"@id": "https://service.unece.org/trade/uncefact/vocabulary/uncefact/#notifyParty"
},
"preCarriageUnderShippersResponsibility": {
"@id": "https://api.swaggerhub.com/domains/dcsaorg/DCSA_DOMAIN/1.0.1#/components/schemas/preCarriageUnderShippersResponsibility"
},
"secondNotify": {
"@id": "https://service.unece.org/trade/uncefact/vocabulary/uncefact/#notifyParty"
},
"shipmentLocations": {
"@id": "https://api.swaggerhub.com/domains/dcsaorg/DOCUMENTATION_DOMAIN/1.0.0#/components/schemas/shipmentLocation"
},
Expand Down Expand Up @@ -705,6 +714,9 @@
"email": {
"@id": "https://schema.org/email"
},
"entityType": {
"@id": "https://schema.org/additionalType"
},
"legalName": {
"@id": "https://schema.org/legalName"
},
Expand Down Expand Up @@ -881,6 +893,158 @@
},
"@id": "https://schema.org/Event"
},
"FoodGradeInspection": {
"@context": {
"applicant": {
"@id": "https://w3id.org/traceability#dfn-entities"
},
"carrierTypeName": {
"@id": "https://schema.org/additionalType"
},
"delegateOf": {
"@id": "https://schema.org/Organization"
},
"doorsOpen": {
"@id": "https://w3id.org/traceability#doorsOpen"
},
"estimatedCharges": {
"@id": "https://schema.org/totalPrice"
},
"facility": {
"@id": "https://www.gs1.org/voc/Place"
},
"generalRemarks": {
"@id": "https://schema.org/description"
},
"inspectionEnded": {
"@id": "https://schema.org/DateTime"
},
"inspectionStarted": {
"@id": "https://schema.org/DateTime"
},
"inspector": {
"@id": "https://w3id.org/traceability#Inspector"
},
"loadingStatus": {
"@id": "https://w3id.org/traceability#loadingStatus"
},
"lot": {
"@id": "https://w3id.org/traceability#FoodGradeInspectionLot"
},
"refrigerationUnitOn": {
"@id": "https://w3id.org/traceability#refrigerationUnitOn"
},
"regulatoryAgency": {
"@id": "https://schema.org/Organization"
},
"shipment": {
"@id": "https://schema.org/ParcelDelivery"
}
},
"@id": "https://w3id.org/traceability#FoodGradeInspection"
},
"FoodGradeInspectionCertificate": {
"@context": {
},
"@id": "https://w3id.org/traceability#FoodGradeInspectionCertificate"
},
"FoodGradeInspectionDefect": {
"@context": {
"averageDefects": {
"@id": "https://qudt.org/vocab/unit/PERCENT"
},
"damage": {
"@id": "https://qudt.org/vocab/unit/PERCENT"
},
"offsizeDefect": {
"@id": "https://schema.org/description"
},
"seriousDamage": {
"@id": "https://qudt.org/vocab/unit/PERCENT"
},
"verySeriousDamage": {
"@id": "https://qudt.org/vocab/unit/PERCENT"
}
},
"@id": "https://w3id.org/traceability#FoodGradeInspectionDefect"
},
"FoodGradeInspectionLot": {
"@context": {
"agProduct": {
"@id": "https://w3id.org/traceability#AgProduct"
},
"brandMarkings": {
"@id": "https://schema.org/description"
},
"countInspected": {
"@id": "https://w3id.org/traceability#countInspected"
},
"defect": {
"@id": "https://w3id.org/traceability#FoodGradeInspectionDefect"
},
"grade": {
"@id": "https://w3id.org/traceability#FoodGradeInspectionResult"
},
"lotIdentifier": {
"@id": "https://www.gs1.org/voc/hasBatchLotNumber"
},
"maxTemperature": {
"@id": "https://schema.org/measuredValue"
},
"minTemperature": {
"@id": "https://schema.org/measuredValue"
},
"numberContainers": {
"@id": "https://schema.org/Integer"
},
"remarks": {
"@id": "https://schema.org/description"
},
"sample": {
"@id": "https://w3id.org/traceability#FoodGradeInspectionSample"
}
},
"@id": "https://w3id.org/traceability#FoodGradeInspectionLot"
},
"FoodGradeInspectionResult": {
"@context": {
"details": {
"@id": "https://schema.org/description"
},
"gradeInspected": {
"@id": "https://w3id.org/traceability#gradeInspected"
},
"requirementsMet": {
"@id": "https://w3id.org/traceability#requirementsMet"
}
},
"@id": "https://w3id.org/traceability#FoodGradeInspectionResult"
},
"FoodGradeInspectionSample": {
"@context": {
"sampleProperty": {
"@id": "https://w3id.org/traceability#FoodGradeInspectionSampleProperty"
},
"sampleSizeUnit": {
"@id": "https://schema.org/unitText"
},
"sampleSizeValue": {
"@id": "https://schema.org/value"
}
},
"@id": "https://w3id.org/traceability#FoodGradeInspectionSample"
},
"FoodGradeInspectionSampleProperty": {
"@context": {
"propertyName": {
"@id": "https://schema.org/name"
},
"propertyValue": {
"@id": "https://schema.org/description"
}
},
"@id": "https://w3id.org/traceability#FoodGradeInspectionSampleProperty"
},
"ForeignChargeDeclaration": {
"@context": {
"foreignCharges": {
Expand Down Expand Up @@ -1384,8 +1548,14 @@
"comment": {
"@id": "https://schema.org/comment"
},
"inspectors": {
"@id": "https://schema.org/Person"
},
"observation": {
"@id": "https://schema.org/ItemList"
},
"place": {
"@id": "https://schema.org/Place"
}
},
"@id": "https://w3id.org/traceability#InspectionReport"
Expand Down Expand Up @@ -2128,6 +2298,9 @@
"leiCode": {
"@id": "https://schema.org/leiCode"
},
"location": {
"@id": "https://schema.org/location"
},
"name": {
"@id": "https://schema.org/name"
},
Expand All @@ -2150,6 +2323,33 @@
},
"PGAStatusMessage": {
"@context": {
"entryLineSequence": {
"@id": "https://w3id.org/traceability#entryLineSequence"
},
"entryNo": {
"@id": "https://w3id.org/traceability#entryNo"
},
"recordNo": {
"@id": "https://w3id.org/traceability#recordNo"
},
"statusCode": {
"@id": "https://w3id.org/traceability#statusCode"
},
"statusCodeDescription": {
"@id": "https://w3id.org/traceability#statusCodeDescription"
},
"subReasonCode": {
"@id": "https://w3id.org/traceability#subReasonCode"
},
"subReasonCodeDescription": {
"@id": "https://w3id.org/traceability#subReasonCodeDescription"
},
"validCodeReason": {
"@id": "https://w3id.org/traceability#validCodeReason"
},
"validCodeReasonDescription": {
"@id": "https://w3id.org/traceability#validCodeReasonDescription"
}
},
"@id": "https://w3id.org/traceability#PGAStatusMessage"
},
Expand Down Expand Up @@ -2441,8 +2641,11 @@
"globalLocationNumber": {
"@id": "https://schema.org/globalLocationNumber"
},
"unLocode": {
"iataAirportCode": {
"@id": "https://onerecord.iata.org/cargo/Location#code"
},
"unLocode": {
"@id": "https://service.unece.org/trade/uncefact/vocabulary/uncefact/#UNECELOCODE"
}
},
"@id": "https://schema.org/Place"
Expand Down Expand Up @@ -2752,19 +2955,25 @@
},
"SIMASteelImportLicenseCertificate": {
"@context": {
"expectedDateOfImport": {
"licenseValidFrom": {
"@id": "https://schema.org/validFrom"
},
"licenseValidThrough": {
"@id": "https://schema.org/validThrough"
}
},
"@id": "https://w3id.org/traceability#SIMASteelImportLicenseCertificate"
},
"SIMASteelImportProductSpecifier": {
"@context": {
"product": {
"@id": "https://w3id.org/traceability#SteelProduct"
},
"value": {
"customsValue": {
"@id": "https://schema.org/MonetaryAmount"
},
"productCategory": {
"@id": "https://w3id.org/traceability#ProductCategory"
},
"steelProduct": {
"@id": "https://w3id.org/traceability#SteelProduct"
}
},
"@id": "https://w3id.org/traceability#SIMASteelImportProductSpecifier"
Expand Down Expand Up @@ -2804,7 +3013,7 @@
"transportEquipmentQuantity": {
"@id": "https://service.unece.org/trade/uncefact/vocabulary/uncefact/#transportEquipmentQuantity"
},
"transportMeansId": {
"vesselName": {
"@id": "https://service.unece.org/trade/uncefact/vocabulary/uncefact/#TransportMeans"
},
"vesselNumber": {
Expand All @@ -2823,14 +3032,14 @@
},
"Seal": {
"@context": {
"ISOEquipmentCode": {
"@id": "https://api.swaggerhub.com/domains/dcsaorg/DCSA_DOMAIN/1.0.1#/components/schemas/sealSource"
},
"equipmentReference": {
"sealNumber": {
"@id": "https://service.unece.org/trade/uncefact/vocabulary/uncefact/#seal_number"
},
"tareWeight": {
"@id": "https://api.swaggerhub.com/domains/dcsaorg/DCSA_DOMAIN/1.0.1#/components/schemas/sealType"
"sealSource": {
"@id": "https://api.swaggerhub.com/domains/dcsaorg/DCSA_DOMAIN/1.0.1#/components/schemas/sealSource"
},
"sealType": {
"@id": "https://service.unece.org/trade/uncefact/vocabulary/uncefact/#sealTypeCode"
}
},
"@id": "https://service.unece.org/trade/uncefact/vocabulary/uncefact/#Seal"
Expand All @@ -2842,6 +3051,15 @@
},
"calculationBasis": {
"@id": "https://service.unece.org/trade/uncefact/vocabulary/uncefact/#calculationBasis"
},
"chargeText": {
"@id": "https://schema.org/description"
},
"paymentTerm": {
"@id": "https://service.unece.org/trade/uncefact/vocabulary/uncefact/#PaymentTerms"
},
"rate": {
"@id": "https://service.unece.org/trade/uncefact/vocabulary/uncefact/#unitPrice"
}
},
"@id": "https://service.unece.org/trade/uncefact/vocabulary/uncefact/#ServiceCharge"
Expand Down Expand Up @@ -3117,6 +3335,9 @@
"@id": "https://service.unece.org/trade/uncefact/vocabulary/uncefact/#identificationId"
},
"isShipperOwned": {
"@id": "https://api.swaggerhub.com/domains/dcsaorg/DCSA_DOMAIN/1.0.1#/components/schemas/isShipperOwned"
},
"seals": {
"@id": "https://service.unece.org/trade/uncefact/vocabulary/uncefact/#affixedSeal"
},
"tareWeight": {
Expand Down Expand Up @@ -3157,11 +3378,17 @@
"@id": "https://schema.org/validThrough"
},
"exporterDetails": {
"@id": "https://w3id.org/traceability#importerUnknown"
"@id": "https://w3id.org/traceability#exporterDetails"
},
"importerDetails": {
"@id": "https://w3id.org/traceability#importerDetails"
},
"importerUnknown": {
"@id": "https://w3id.org/traceability#importerUnknown"
},
"producerConfidential": {
"@id": "https://w3id.org/traceability#producerConfidential"
},
"producerDetails": {
"@id": "https://schema.org/manufacturer"
}
Expand All @@ -3173,7 +3400,7 @@
"certifierDetails": {
"@id": "https://w3id.org/traceability#certifierDetails"
},
"certifierRole": {
"role": {
"@id": "https://w3id.org/traceability#certifierRole"
}
},
Expand Down

0 comments on commit 830883e

Please sign in to comment.