Skip to content

Class: Prefix

prefix URI tuple

URI: [linkml:Prefix](https://w3id.org/linkml/Prefix)
classDiagram class Prefix click Prefix href "../Prefix/" Prefix : prefix_prefix Prefix : prefix_reference
## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [prefix_prefix](prefix_prefix.md) | 1
[Ncname](Ncname.md) | The prefix components of a prefix expansions | direct | | [prefix_reference](prefix_reference.md) | 1
[Uri](Uri.md) | The namespace to which a prefix expands to | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [SchemaDefinition](SchemaDefinition.md) | [prefixes](prefixes.md) | range | [Prefix](Prefix.md) | | [Prefix](Prefix.md) | [prefix_prefix](prefix_prefix.md) | domain | [Prefix](Prefix.md) | | [Prefix](Prefix.md) | [prefix_reference](prefix_reference.md) | domain | [Prefix](Prefix.md) | ## In Subsets * [SpecificationSubset](SpecificationSubset.md) * [BasicSubset](BasicSubset.md) ## Identifier and Mapping Information ### Administrative Metadata **Rank:** 12 ### Schema Source * from schema: https://w3id.org/linkml/meta ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | linkml:Prefix | | native | linkml:Prefix | ## LinkML Source ### Direct
name: prefix
description: prefix URI tuple
in_subset:
- SpecificationSubset
- BasicSubset
from_schema: https://w3id.org/linkml/meta
rank: 12
slots:
- prefix_prefix
- prefix_reference

### Induced
name: prefix
description: prefix URI tuple
in_subset:
- SpecificationSubset
- BasicSubset
from_schema: https://w3id.org/linkml/meta
rank: 12
attributes:
  prefix_prefix:
    name: prefix_prefix
    description: The prefix components of a prefix expansions. This is the part that
      appears before the colon in a CURIE.
    in_subset:
    - SpecificationSubset
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    rank: 1
    domain: prefix
    slot_uri: sh:prefix
    key: true
    owner: prefix
    domain_of:
    - prefix
    range: ncname
    required: true
  prefix_reference:
    name: prefix_reference
    description: The namespace to which a prefix expands to.
    in_subset:
    - SpecificationSubset
    - BasicSubset
    from_schema: https://w3id.org/linkml/meta
    rank: 2
    domain: prefix
    slot_uri: sh:namespace
    owner: prefix
    domain_of:
    - prefix
    range: uri
    required: true