Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 30, 2024
1 parent 0494215 commit b0301be
Show file tree
Hide file tree
Showing 132 changed files with 1,785 additions and 453 deletions.
5 changes: 5 additions & 0 deletions _classes/coordinate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Coordinate
permalink: Coordinate.html
jsonid: coordinate
---
5 changes: 5 additions & 0 deletions _classes/geolocatedfacility.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: GeolocatedFacility
permalink: GeolocatedFacility.html
jsonid: geolocatedfacility
---
5 changes: 5 additions & 0 deletions _classes/itemisedproduct.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: ItemisedProduct
permalink: ItemisedProduct.html
jsonid: itemisedproduct
---
5 changes: 5 additions & 0 deletions _classes/organisation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Organisation
permalink: Organisation.html
jsonid: organisation
---
5 changes: 0 additions & 5 deletions _classes/party.md

This file was deleted.

5 changes: 5 additions & 0 deletions _classes/product.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Product
permalink: Product.html
jsonid: product
---
5 changes: 5 additions & 0 deletions _classes/securebinaryfile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: SecureBinaryFile
permalink: SecureBinaryFile.html
jsonid: securebinaryfile
---
12 changes: 12 additions & 0 deletions _code-lists/encryptionmethodcode.md
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
---
12 changes: 12 additions & 0 deletions _code-lists/hashmethodcode.md
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
---
2 changes: 1 addition & 1 deletion _config_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ versions:
dpp: draft
cc: draft
te: draft
untp-core: 0.0.3
untp-core: 0.1.0
markdown: kramdown
kramwdown:
parse_block_html: true
Expand Down
4 changes: 2 additions & 2 deletions _data/@context.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "@context",
"uri": "untp:@context",
"uri": "untp-core:@context",
"comment": "A list of JSON-LD contect URIs that define the seamntic meaning of prperties within the credential. ",
"rangeIncludes": [
{
Expand All @@ -9,7 +9,7 @@
],
"domainIncludes": [
{
"uri": "untp:VerifiableCredential",
"uri": "untp-core:VerifiableCredential",
"comment": "A verifiable credential is a digital and verifiable version of everyday credentials such as certificates and licenses. It conforms to the W3C Verifiable Credentials Data Model v2.0 (VCDM)"
}
]
Expand Down
4 changes: 2 additions & 2 deletions _data/accuracy.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "accuracy",
"uri": "untp:accuracy",
"uri": "untp-core:accuracy",
"comment": "A percentage represented as a numeric between 0 and 1 indicating the rage of accuracy of the claimed value (eg 0.05 means that the actual value is within 5% of the claimed value.)",
"rangeIncludes": [
{
Expand All @@ -9,7 +9,7 @@
],
"domainIncludes": [
{
"uri": "untp:Metric",
"uri": "untp-core:Metric",
"comment": "A specific measure of performance against the criteria that governs the claim. Expressed as an array of metric (ie unit of emasure) / value (ie the actual numeric value) pairs. "
}
]
Expand Down
16 changes: 16 additions & 0 deletions _data/areareference.json
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."
}
]
}
16 changes: 16 additions & 0 deletions _data/batchnumber.json
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."
}
]
}
24 changes: 15 additions & 9 deletions _data/binaryfile.json
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."
}
]
}
17 changes: 17 additions & 0 deletions _data/boundary.json
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."
}
]
}
33 changes: 26 additions & 7 deletions _data/classification.json
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"
}
]
}
6 changes: 3 additions & 3 deletions _data/schemeid.json → _data/classificationschemeid.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "schemeID",
"uri": "untp:schemeID",
"label": "classificationSchemeID",
"uri": "untp-core:classificationSchemeID",
"comment": "Classification scheme - eg https://unstats.un.org/unsd/classifications/Econ/cpc ",
"rangeIncludes": [
{
Expand All @@ -9,7 +9,7 @@
],
"domainIncludes": [
{
"uri": "untp:Classification",
"uri": "untp-core:Classification",
"comment": "A classification scheme and code / name representing a category value for a product, entity, or facility."
}
]
Expand Down
16 changes: 16 additions & 0 deletions _data/classificationschemename.json
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."
}
]
}
16 changes: 0 additions & 16 deletions _data/classifierid.json

This file was deleted.

4 changes: 2 additions & 2 deletions _data/classifiername.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "classifierName",
"uri": "untp:classifierName",
"uri": "untp-core:classifierName",
"comment": "Name of the classifier - eg \"Asparagus\" for code \"01211\" in UNCPC",
"rangeIncludes": [
{
Expand All @@ -9,7 +9,7 @@
],
"domainIncludes": [
{
"uri": "untp:Classification",
"uri": "untp-core:Classification",
"comment": "A classification scheme and code / name representing a category value for a product, entity, or facility."
}
]
Expand Down
4 changes: 2 additions & 2 deletions _data/classifiervalue.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "classifierValue",
"uri": "untp:classifierValue",
"uri": "untp-core:classifierValue",
"comment": "classifier value within the scheme - eg \"01211\" in UN CPC",
"rangeIncludes": [
{
Expand All @@ -9,7 +9,7 @@
],
"domainIncludes": [
{
"uri": "untp:Classification",
"uri": "untp-core:Classification",
"comment": "A classification scheme and code / name representing a category value for a product, entity, or facility."
}
]
Expand Down
27 changes: 27 additions & 0 deletions _data/coordinate.json
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"
}
]
}
16 changes: 16 additions & 0 deletions _data/countryofoperation.json
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."
}
]
}
Loading

0 comments on commit b0301be

Please sign in to comment.