Skip to content

Class: Prefix

Maps CURIEs to URIs

URI: sh:PrefixDeclaration

classDiagram class Prefix click Prefix href "../Prefix" Table <|-- Prefix click Table href "../Table" Prefix : base Prefix : prefix

Inheritance

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: http://kbase.github.io/cdm-schema/cdm_schema

Mappings

Mapping Type Mapped Value
self sh:PrefixDeclaration
native kb_cdm:Prefix

LinkML Source

Direct

name: Prefix
description: Maps CURIEs to URIs
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
is_a: Table
slots:
- prefix
- base
class_uri: sh:PrefixDeclaration

Induced

name: Prefix
description: Maps CURIEs to URIs
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
is_a: Table
attributes:
  prefix:
    name: prefix
    description: A standardized prefix such as 'GO' or 'rdf' or 'FlyBase'
    from_schema: http://kbase.github.io/cdm-schema/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: http://kbase.github.io/cdm-schema/cdm_schema
    rank: 1000
    slot_uri: sh:namespace
    alias: base
    owner: Prefix
    domain_of:
    - Prefix
    range: uri
class_uri: sh:PrefixDeclaration