Class: Prefix
Maps CURIEs to URIs
URI: sh:PrefixDeclaration
classDiagram
class Prefix
click Prefix href "../Prefix"
Prefix : base
Prefix : prefix
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
prefix | 0..1 Ncname |
A standardized prefix such as 'GO' or 'rdf' or 'FlyBase' | direct |
base | 0..1 Uri |
The base URI a prefix will expand to | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/kbase/cdm-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | sh:PrefixDeclaration |
native | cdm:Prefix |
LinkML Source
Direct
name: Prefix
description: Maps CURIEs to URIs
from_schema: https://github.com/kbase/cdm-schema
slots:
- prefix
- base
class_uri: sh:PrefixDeclaration
Induced
name: Prefix
description: Maps CURIEs to URIs
from_schema: https://github.com/kbase/cdm-schema
attributes:
prefix:
name: prefix
description: A standardized prefix such as 'GO' or 'rdf' or 'FlyBase'
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
slot_uri: sh:prefix
alias: prefix
owner: Prefix
domain_of:
- Prefix
range: ncname
base:
name: base
description: The base URI a prefix will expand to
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
slot_uri: sh:namespace
alias: base
owner: Prefix
domain_of:
- Prefix
range: uri
class_uri: sh:PrefixDeclaration