-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0494215
commit b0301be
Showing
132 changed files
with
1,785 additions
and
453 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: Coordinate | ||
permalink: Coordinate.html | ||
jsonid: coordinate | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: GeolocatedFacility | ||
permalink: GeolocatedFacility.html | ||
jsonid: geolocatedfacility | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: ItemisedProduct | ||
permalink: ItemisedProduct.html | ||
jsonid: itemisedproduct | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: Organisation | ||
permalink: Organisation.html | ||
jsonid: organisation | ||
--- |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: Product | ||
permalink: Product.html | ||
jsonid: product | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: SecureBinaryFile | ||
permalink: SecureBinaryFile.html | ||
jsonid: securebinaryfile | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: untp-core:encryptionMethodCode | ||
permalink: encryptionMethodCode.html | ||
jsonid: encryptionmethodcode | ||
columns: | ||
- | ||
title: Comment | ||
code: comment | ||
- | ||
title: Value | ||
code: value | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: untp-core:hashMethodCode | ||
permalink: hashMethodCode.html | ||
jsonid: hashmethodcode | ||
columns: | ||
- | ||
title: Comment | ||
code: comment | ||
- | ||
title: Value | ||
code: value | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"label": "areaReference", | ||
"uri": "untp-core:areaReference", | ||
"comment": "The area of the facility as a URI - typically a plus code (see https://maps.google.com/pluscodes/) ", | ||
"rangeIncludes": [ | ||
{ | ||
"uri": "xsd:string" | ||
} | ||
], | ||
"domainIncludes": [ | ||
{ | ||
"uri": "untp-core:GeolocatedFacility", | ||
"comment": "A production or manufacturing facility with precise geolaction attributes for both pin and area / boundary." | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"label": "batchNumber", | ||
"uri": "untp-core:batchNumber", | ||
"comment": "Information regarding the specific production batch of the product.", | ||
"rangeIncludes": [ | ||
{ | ||
"uri": "xsd:string" | ||
} | ||
], | ||
"domainIncludes": [ | ||
{ | ||
"uri": "untp-core:ItemisedProduct", | ||
"comment": "A unique instance of a product class - such as a specific pack of pharmaceuticals. Often part of an identified manufacturing batch." | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,28 @@ | ||
{ | ||
"label": "BinaryFile", | ||
"uri": "untp:BinaryFile", | ||
"uri": "untp-core:BinaryFile", | ||
"comment": "A file representing a data snapshot that is used to infomr the conformity assessment.", | ||
"datatypeProperties": [ | ||
{ | ||
"uri": "untp:fileHash", | ||
"uri": "untp-core:fileName", | ||
"type": "xsd:string", | ||
"comment": "The MD5 hash of the file." | ||
"comment": "A name for referenced binary file" | ||
}, | ||
{ | ||
"uri": "untp:fileLocation", | ||
"type": "xsd:string", | ||
"comment": "The location of the evidence file." | ||
"uri": "untp-core:fileType", | ||
"type": "untp-core:mimeType", | ||
"comment": "The type of file, represented as a MIME type." | ||
}, | ||
{ | ||
"uri": "untp:fileType", | ||
"type": "untp:mimeType", | ||
"comment": "The type of file, represented as a MIME type." | ||
"uri": "untp-core:id", | ||
"type": "xsd:string", | ||
"comment": "A unique identifier (URI) assigned to the product passport." | ||
} | ||
], | ||
"referencedBy": [ | ||
{ | ||
"uri": "untp-core:productImage", | ||
"comment": "A unique identifier (URI) pointing to an image of the product." | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"label": "boundary", | ||
"uri": "untp-core:boundary", | ||
"comment": "The list of coordinates that define a closed area polygon as a facility boundary.", | ||
"rangeIncludes": [ | ||
{ | ||
"uri": "untp-core:Coordinate", | ||
"comment": "A map coordinate defined by a lattitude & longditude pair." | ||
} | ||
], | ||
"domainIncludes": [ | ||
{ | ||
"uri": "untp-core:GeolocatedFacility", | ||
"comment": "A production or manufacturing facility with precise geolaction attributes for both pin and area / boundary." | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,46 @@ | ||
{ | ||
"label": "Classification", | ||
"uri": "untp:Classification", | ||
"uri": "untp-core:Classification", | ||
"comment": "A classification scheme and code / name representing a category value for a product, entity, or facility.", | ||
"datatypeProperties": [ | ||
{ | ||
"uri": "untp:classifierID", | ||
"uri": "untp-core:classificationSchemeID", | ||
"type": "xsd:string", | ||
"comment": "Linked data URL to a web vocabulary entery for this classificaiton code. When this property is provided, the scheme, value, and name properties of the classifer are not required. eg https://vocabulary.uncefact.org/unlocode#AUBNE represensign the port of Brisbane in the UN/LOCODE classification scheme." | ||
"comment": "Classification scheme - eg https://unstats.un.org/unsd/classifications/Econ/cpc " | ||
}, | ||
{ | ||
"uri": "untp-core:classificationSchemeName", | ||
"type": "xsd:string", | ||
"comment": "The name of the classificaiotn schema - eg United Nations Central Product Classification" | ||
}, | ||
{ | ||
"uri": "untp:classifierName", | ||
"uri": "untp-core:classifierName", | ||
"type": "xsd:string", | ||
"comment": "Name of the classifier - eg \"Asparagus\" for code \"01211\" in UNCPC" | ||
}, | ||
{ | ||
"uri": "untp:classifierValue", | ||
"uri": "untp-core:classifierValue", | ||
"type": "xsd:string", | ||
"comment": "classifier value within the scheme - eg \"01211\" in UN CPC" | ||
}, | ||
{ | ||
"uri": "untp:schemeID", | ||
"uri": "untp-core:id", | ||
"type": "xsd:string", | ||
"comment": "Classification scheme - eg https://unstats.un.org/unsd/classifications/Econ/cpc " | ||
"comment": "A unique identifier (URI) assigned to the product passport." | ||
} | ||
], | ||
"referencedBy": [ | ||
{ | ||
"uri": "untp-core:industryCategory", | ||
"comment": "The industry categories for this organisations. Recommend use of UNCPC as the category scheme." | ||
}, | ||
{ | ||
"uri": "untp-core:processCategory", | ||
"comment": "The idustrial or production processes performed by this facility. " | ||
}, | ||
{ | ||
"uri": "untp-core:productCategory", | ||
"comment": "A code representing the product's class, typically using the UN CPC (United Nations Central Product Classification) https://unstats.un.org/unsd/classifications/Econ/cpc" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"label": "classificationSchemeName", | ||
"uri": "untp-core:classificationSchemeName", | ||
"comment": "The name of the classificaiotn schema - eg United Nations Central Product Classification", | ||
"rangeIncludes": [ | ||
{ | ||
"uri": "xsd:string" | ||
} | ||
], | ||
"domainIncludes": [ | ||
{ | ||
"uri": "untp-core:Classification", | ||
"comment": "A classification scheme and code / name representing a category value for a product, entity, or facility." | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"label": "Coordinate", | ||
"uri": "untp-core:Coordinate", | ||
"comment": "A map coordinate defined by a lattitude & longditude pair.", | ||
"datatypeProperties": [ | ||
{ | ||
"uri": "untp-core:Latitude", | ||
"type": "xsd:decimal", | ||
"comment": "The latitude of a map location expressed in decimal degrees (between +90 and -90) where negative values represent latitudes south of the equator." | ||
}, | ||
{ | ||
"uri": "untp-core:Longditude", | ||
"type": "xsd:decimal", | ||
"comment": "The longditude of a map location expressed in decimal degrees (between +180 and -180) where negative values represent longditudes west of the prime meridian." | ||
} | ||
], | ||
"referencedBy": [ | ||
{ | ||
"uri": "untp-core:boundary", | ||
"comment": "The list of coordinates that define a closed area polygon as a facility boundary." | ||
}, | ||
{ | ||
"uri": "untp-core:geoLocation", | ||
"comment": "The latitude and logditude coordinates that best represent the location of this facility" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"label": "countryOfOperation", | ||
"uri": "untp-core:countryOfOperation", | ||
"comment": "The country in which this facility is operating.", | ||
"rangeIncludes": [ | ||
{ | ||
"uri": "untp-core:countryCode" | ||
} | ||
], | ||
"domainIncludes": [ | ||
{ | ||
"uri": "untp-core:Facility", | ||
"comment": "The physical site (eg farm or factory) where the product or materials was produced." | ||
} | ||
] | ||
} |
Oops, something went wrong.