For the complete documentation index, see llms.txt. This page is also available as Markdown.

1.0

Use and process within industry

  • Data labeled with this License may only be used and processed within the industry corresponding to the specified ISIC industry code.

{NNNN} — Industry code

  • Source standard: ISIC Rev.4

  • Format: zero-padded to exactly 4 digits

Examples

Industry
ISIC code
Identifier

Freight transport by road

4923

https://licenses.ishare.eu/industry-4923/1.0

Warehousing and storage

5210

https://licenses.ishare.eu/industry-5210/1.0

Sea and coastal freight water transport

0501

https://licenses.ishare.eu/industry-0501/1.0

Multiple values

If a delegation applies to more than one industry, the evidence MUST express the values using an anyOf structure. Inline concatenation (e.g. country-nl-de) is invalid.

Correct

"licenses": [
  {
    "anyOf": [
      "https://licenses.ishare.eu/industry-5210/1.0",
      "https://licenses.ishare.eu/industry-0501/1.0"
    ]
  }
]

Invalid

Last updated