Class: GtinIdentifier
A Global Trade Item Number (GTIN) previously called European Article Number (EAN) often encoded as EAN13 barcode. The identifier is used to identify products. GTINs don't have a resolvable URL.
URI: pid4cat_model:GtinIdentifier
classDiagram
class GtinIdentifier
click GtinIdentifier href "../GtinIdentifier"
RelatedIdentifier <|-- GtinIdentifier
click RelatedIdentifier href "../RelatedIdentifier"
GtinIdentifier : identifier
GtinIdentifier : type
Inheritance
- RelatedIdentifier
- GtinIdentifier
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
identifier | 1 String |
The identifier in recommended notation | direct |
type | 1 String |
The type of the identifier | RelatedIdentifier |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/nfdi4cat/pid4cat-model
Mappings
Mapping Type | Mapped Value |
---|---|
self | pid4cat_model:GtinIdentifier |
native | pid4cat_model:GtinIdentifier |
LinkML Source
Direct
name: GtinIdentifier
description: A Global Trade Item Number (GTIN) previously called European Article
Number (EAN) often encoded as EAN13 barcode. The identifier is used to identify
products. GTINs don't have a resolvable URL.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
is_a: RelatedIdentifier
slots:
- identifier
slot_usage:
identifier:
name: identifier
required: true
pattern: ^\d{13}$
Induced
name: GtinIdentifier
description: A Global Trade Item Number (GTIN) previously called European Article
Number (EAN) often encoded as EAN13 barcode. The identifier is used to identify
products. GTINs don't have a resolvable URL.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
is_a: RelatedIdentifier
slot_usage:
identifier:
name: identifier
required: true
pattern: ^\d{13}$
attributes:
identifier:
name: identifier
description: The identifier in recommended notation.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
rank: 1000
alias: identifier
owner: GtinIdentifier
domain_of:
- DoiIdentifier
- HandleIdentifier
- ArkIdentifier
- UrnIdentifier
- GtinIdentifier
- ExampleIdentifier
range: string
required: true
pattern: ^\d{13}$
type:
name: type
description: The type of the identifier.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
designates_type: true
alias: type
owner: GtinIdentifier
domain_of:
- HandleRecord
- RelatedIdentifier
range: string
required: true