Skip to content

Commit

Permalink
Release 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 19, 2024
1 parent 5668230 commit 60223cc
Show file tree
Hide file tree
Showing 40 changed files with 688 additions and 384 deletions.
5 changes: 5 additions & 0 deletions _classes/identifierscheme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: IdentifierScheme
permalink: IdentifierScheme.html
jsonid: identifierscheme
---
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.3.2
untp-core: 0.3.5
markdown: kramdown
kramwdown:
parse_block_html: true
Expand Down
18 changes: 0 additions & 18 deletions _data/areareference.json

This file was deleted.

4 changes: 2 additions & 2 deletions _data/classification.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
],
"referencedBy": [
{
"uri": "untp-core:industryCategory",
"uri": "untp-core:industryCategories",
"comment": "The industry categories for this ..."
},
{
"uri": "untp-core:materialType",
"comment": "The type of this material ..."
},
{
"uri": "untp-core:processCategory",
"uri": "untp-core:processCategories",
"comment": "The idustrial or production processes ..."
},
{
Expand Down
10 changes: 0 additions & 10 deletions _data/coordinate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,5 @@
"type": "xsd:decimal",
"comment": "The longditude of a map ..."
}
],
"referencedBy": [
{
"uri": "untp-core:boundary",
"comment": "The list of ordered coordinates ..."
},
{
"uri": "untp-core:geoLocation",
"comment": "The latitude and logditude coordinates ..."
}
]
}
17 changes: 6 additions & 11 deletions _data/entity.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,18 @@
},
{
"uri": "untp-core:idScheme",
"type": "xsd:string",
"comment": "The identifier scheme ID. Exampleproduct ..."
},
{
"uri": "untp-core:idSchemeName",
"type": "xsd:string",
"comment": "The name of the identifier ..."
"type": "untp-core:IdentifierScheme",
"comment": "The identifier scheme. Exampleproduct - ..."
},
{
"uri": "untp-core:idValue",
"uri": "untp-core:name",
"type": "xsd:string",
"comment": "The value of the identifier ..."
"comment": "The name of the issuer ..."
},
{
"uri": "untp-core:name",
"uri": "untp-core:number",
"type": "xsd:string",
"comment": "The name of the issuer ..."
"comment": "The registration number (alphanumeric) of ..."
}
],
"referencedBy": [
Expand Down
22 changes: 9 additions & 13 deletions _data/facility.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"label": "Facility",
"uri": "untp-core:Facility",
"comment": "The physical site (eg farm or factory) where the product or materials was produced.",
"subClassOf": "untp-core:Entity",
"datatypeProperties": [
{
"uri": "untp-core:address",
Expand All @@ -20,18 +21,8 @@
},
{
"uri": "untp-core:idScheme",
"type": "xsd:string",
"comment": "The identifier scheme ID. Exampleproduct ..."
},
{
"uri": "untp-core:idSchemeName",
"type": "xsd:string",
"comment": "The name of the identifier ..."
},
{
"uri": "untp-core:idValue",
"type": "xsd:string",
"comment": "The value of the identifier ..."
"type": "untp-core:IdentifierScheme",
"comment": "The identifier scheme. Exampleproduct - ..."
},
{
"uri": "untp-core:locationInformation",
Expand All @@ -43,6 +34,11 @@
"type": "xsd:string",
"comment": "The name of the issuer ..."
},
{
"uri": "untp-core:number",
"type": "xsd:string",
"comment": "The registration number (alphanumeric) of ..."
},
{
"uri": "untp-core:operatedByParty",
"type": "untp-core:Entity",
Expand All @@ -54,7 +50,7 @@
"comment": "An optional list of other ..."
},
{
"uri": "untp-core:processCategory",
"uri": "untp-core:processCategories",
"type": "untp-core:Classification",
"comment": "The idustrial or production processes ..."
}
Expand Down
9 changes: 4 additions & 5 deletions _data/boundary.json → _data/geoboundary.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"label": "boundary",
"uri": "untp-core:boundary",
"label": "geoBoundary",
"uri": "untp-core:geoBoundary",
"comment": [
"The list of ordered coordinates that define a closed area polygon as a location boundary."
"The list of ordered coordinates that define a closed area polygon as a location boundary using GeoJSON polygon notation."
],
"rangeIncludes": [
{
"uri": "untp-core:Coordinate",
"comment": "A map coordinate defined by a lattitude & longditude pair."
"uri": "undefined:Polygon"
}
],
"domainIncludes": [
Expand Down
5 changes: 2 additions & 3 deletions _data/geolocation.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
"label": "geoLocation",
"uri": "untp-core:geoLocation",
"comment": [
"The latitude and logditude coordinates that best represent the specified location \"geoLocation\":[\"-35.186250\",\"149.301250\"]"
"The latitude and logditude coordinates that best represent the specified location. Using GeoJSON Point notation."
],
"rangeIncludes": [
{
"uri": "untp-core:Coordinate",
"comment": "A map coordinate defined by a lattitude & longditude pair."
"uri": "undefined:Point"
}
],
"domainIncludes": [
Expand Down
6 changes: 3 additions & 3 deletions _data/targethash.json → _data/hashdigest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"label": "targetHash",
"uri": "untp-core:targetHash",
"label": "hashDigest",
"uri": "untp-core:hashDigest",
"comment": [
"The hash of the file "
"The hash of the file."
],
"rangeIncludes": [
{
Expand Down
7 changes: 6 additions & 1 deletion _data/id.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"comment": [
"The W3C DID of the issuer - should be a did:web or did:tdw",
"The globally unique ID of the entity as a resolvable URL according to ISO 18975. ExamplesProduct - id.gs1.org/01/09520123456788/21/12345 Party - abr.business.gov.au/ABN/View?abn=90664869327. Facility - did:web:facilities.example-company.com:123. ",
"The globally unique identifier of the registraiton scheme. The scheme should be registered and discoverable from vocabulary.uncefact.org/identifierSchemes",
"The globally unique ID of the entity as a resolvable URL according to ISO 18975. ExamplesProduct - id.gs1.org/01/09520123456788/21/12345 Party - abr.business.gov.au/ABN/View?abn=90664869327. Facility - did:web:facilities.example-company.com:123. ",
"The globally unique URI representing the specific classifier value",
"The globally unique ID of the entity as a resolvable URL according to ISO 18975. ExamplesProduct - id.gs1.org/01/09520123456788/21/12345 Party - abr.business.gov.au/ABN/View?abn=90664869327. Facility - did:web:facilities.example-company.com:123. ",
"The globally unique identiifer of this geographic location. Typically a google pin.",
"The globally unique identiifer of this geographic location. Typically a google pin or a pluscode.",
"The globally unique ID of the entity as a resolvable URL according to ISO 18975. ExamplesProduct - id.gs1.org/01/09520123456788/21/12345 Party - abr.business.gov.au/ABN/View?abn=90664869327. Facility - did:web:facilities.example-company.com:123. ",
"A unique identifier for the delcaration. Often this will be an extension of the product.id or attestation.id. But could be a UUID.",
"A unique identifier for the standard (eg https://www.iso.org/standard/60857.html).",
Expand All @@ -30,6 +31,10 @@
"uri": "untp-core:Entity",
"comment": "The ID and Name of an identified entity such qs a product, facility, party, standard, etc. If the identifier is a W3C DID then the corresponding DID document SHOULD include a serviceEndpoint of type \"IdentityResolver\". If the identifier is not a W3C DID then the id peroperty SHOULD be an identity resolver URL."
},
{
"uri": "untp-core:IdentifierScheme",
"comment": "An identifier registration scheme for products, facilities, or organisations. Typically operated by a state, national or gloabl authority."
},
{
"uri": "untp-core:Party",
"comment": "An organisation. May be a supply chain actor, a certifier, a government agency."
Expand Down
23 changes: 23 additions & 0 deletions _data/identifierscheme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"label": "IdentifierScheme",
"uri": "untp-core:IdentifierScheme",
"comment": "An identifier registration scheme for products, facilities, or organisations. Typically operated by a state, national or gloabl authority.",
"datatypeProperties": [
{
"uri": "untp-core:id",
"type": "xsd:string",
"comment": "The W3C DID of the ..."
},
{
"uri": "untp-core:name",
"type": "xsd:string",
"comment": "The name of the issuer ..."
}
],
"referencedBy": [
{
"uri": "untp-core:idScheme",
"comment": "The identifier scheme. Exampleproduct - ..."
}
]
}
11 changes: 6 additions & 5 deletions _data/idscheme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
"label": "idScheme",
"uri": "untp-core:idScheme",
"comment": [
"The identifier scheme ID. Exampleproduct - id.gs1.org/01. party - business.gov.au/abn facility - did:web:facilities.acme.com. ",
"The identifier scheme ID. Exampleproduct - id.gs1.org/01. party - business.gov.au/abn facility - did:web:facilities.acme.com. ",
"The identifier scheme ID. Exampleproduct - id.gs1.org/01. party - business.gov.au/abn facility - did:web:facilities.acme.com. ",
"The identifier scheme ID. Exampleproduct - id.gs1.org/01. party - business.gov.au/abn facility - did:web:facilities.acme.com. "
"The identifier scheme. Exampleproduct - id.gs1.org/01. party - business.gov.au/abn facility - did:web:facilities.acme.com. ",
"The identifier scheme. Exampleproduct - id.gs1.org/01. party - business.gov.au/abn facility - did:web:facilities.acme.com. ",
"The identifier scheme. Exampleproduct - id.gs1.org/01. party - business.gov.au/abn facility - did:web:facilities.acme.com. ",
"The identifier scheme. Exampleproduct - id.gs1.org/01. party - business.gov.au/abn facility - did:web:facilities.acme.com. "
],
"rangeIncludes": [
{
"uri": "xsd:string"
"uri": "untp-core:IdentifierScheme",
"comment": "An identifier registration scheme for products, facilities, or organisations. Typically operated by a state, national or gloabl authority."
}
],
"domainIncludes": [
Expand Down
33 changes: 0 additions & 33 deletions _data/idvalue.json

This file was deleted.

4 changes: 2 additions & 2 deletions _data/industrycategory.json → _data/industrycategories.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "industryCategory",
"uri": "untp-core:industryCategory",
"label": "industryCategories",
"uri": "untp-core:industryCategories",
"comment": [
"The industry categories for this organisations. Recommend use of UNCPC as the category scheme. for example id:unstats.un.org/isic/1030 code:10 name:Manufacture of food products schemeID:unstats.un.org/unsd/classifications/Econ/isic schemeName:ISIC"
],
Expand Down
11 changes: 3 additions & 8 deletions _data/location.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,13 @@
"comment": "Location information including address and geolocation of points, areas, and boundaries",
"datatypeProperties": [
{
"uri": "untp-core:areaReference",
"type": "xsd:string",
"comment": "The area of the facility ..."
},
{
"uri": "untp-core:boundary",
"type": "untp-core:Coordinate",
"uri": "untp-core:geoBoundary",
"type": "undefined:Polygon",
"comment": "The list of ordered coordinates ..."
},
{
"uri": "untp-core:geoLocation",
"type": "untp-core:Coordinate",
"type": "undefined:Point",
"comment": "The latitude and logditude coordinates ..."
},
{
Expand Down
5 changes: 5 additions & 0 deletions _data/name.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"comment": [
"The name of the issuer person or organisation",
"The registered name of the entity within the identifier scheme. Examplesproduct - EV battery 50kWhparty - Sample Company Pty Ltd. facility - Greenacres battery factory",
"The name of the identifier scheme. ",
"The registered name of the entity within the identifier scheme. Examplesproduct - EV battery 50kWhparty - Sample Company Pty Ltd. facility - Greenacres battery factory",
"Name of the classification represented by the code",
"The registered name of the entity within the identifier scheme. Examplesproduct - EV battery 50kWhparty - Sample Company Pty Ltd. facility - Greenacres battery factory",
Expand All @@ -29,6 +30,10 @@
"uri": "untp-core:Entity",
"comment": "The ID and Name of an identified entity such qs a product, facility, party, standard, etc. If the identifier is a W3C DID then the corresponding DID document SHOULD include a serviceEndpoint of type \"IdentityResolver\". If the identifier is not a W3C DID then the id peroperty SHOULD be an identity resolver URL."
},
{
"uri": "untp-core:IdentifierScheme",
"comment": "An identifier registration scheme for products, facilities, or organisations. Typically operated by a state, national or gloabl authority."
},
{
"uri": "untp-core:Party",
"comment": "An organisation. May be a supply chain actor, a certifier, a government agency."
Expand Down
12 changes: 6 additions & 6 deletions _data/idschemename.json → _data/number.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"label": "idSchemeName",
"uri": "untp-core:idSchemeName",
"label": "number",
"uri": "untp-core:number",
"comment": [
"The name of the identifier scheme - examples product - GS1 SGTIN. party - ABN. facility - ACME ",
"The name of the identifier scheme - examples product - GS1 SGTIN. party - ABN. facility - ACME ",
"The name of the identifier scheme - examples product - GS1 SGTIN. party - ABN. facility - ACME ",
"The name of the identifier scheme - examples product - GS1 SGTIN. party - ABN. facility - ACME "
"The registration number (alphanumeric) of the entity within the register. Unique within the register.",
"The registration number (alphanumeric) of the entity within the register. Unique within the register.",
"The registration number (alphanumeric) of the entity within the register. Unique within the register.",
"The registration number (alphanumeric) of the entity within the register. Unique within the register."
],
"rangeIncludes": [
{
Expand Down
Loading

0 comments on commit 60223cc

Please sign in to comment.