Class: ExternalReference
Characteristics of a reference to a resource outside of the UCO.
 classDiagram
    class ExternalReference
      UcoInherentCharacterizationThing <|-- ExternalReference
      ExternalReference : definingContext
      ExternalReference : externalIdentifier
      ExternalReference : referenceURL
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- ExternalReference
 
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| referenceURL | 0..1  IriType  | 
A URL for some information defined external to the UCO context | direct | 
| definingContext | 0..1  String  | 
A description of the context relevant to the definition of a particular exter... | direct | 
| externalIdentifier | 0..1  String  | 
An identifier for some information defined external to the UCO context | direct | 
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:ExternalReference | 
| native | master:ExternalReference | 
LinkML Source
Direct
name: ExternalReference
description: Characteristics of a reference to a resource outside of the UCO.
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: UcoInherentCharacterizationThing
slots:
- referenceURL
- definingContext
- externalIdentifier
slot_usage:
  referenceURL:
    name: referenceURL
    domain_of:
    - ExternalReference
    maximum_cardinality: 1
  definingContext:
    name: definingContext
    domain_of:
    - ExternalReference
    maximum_cardinality: 1
  externalIdentifier:
    name: externalIdentifier
    domain_of:
    - ExternalReference
    maximum_cardinality: 1
Induced
name: ExternalReference
description: Characteristics of a reference to a resource outside of the UCO.
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: UcoInherentCharacterizationThing
slot_usage:
  referenceURL:
    name: referenceURL
    domain_of:
    - ExternalReference
    maximum_cardinality: 1
  definingContext:
    name: definingContext
    domain_of:
    - ExternalReference
    maximum_cardinality: 1
  externalIdentifier:
    name: externalIdentifier
    domain_of:
    - ExternalReference
    maximum_cardinality: 1
attributes:
  referenceURL:
    name: referenceURL
    description: A URL for some information defined external to the UCO context.
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: referenceURL
    owner: ExternalReference
    domain_of:
    - ExternalReference
    range: iri type
    maximum_cardinality: 1
  definingContext:
    name: definingContext
    description: A description of the context relevant to the definition of a particular
      external reference identifier.
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: definingContext
    owner: ExternalReference
    domain_of:
    - ExternalReference
    range: string
    maximum_cardinality: 1
  externalIdentifier:
    name: externalIdentifier
    description: An identifier for some information defined external to the UCO context.
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: externalIdentifier
    owner: ExternalReference
    domain_of:
    - ExternalReference
    range: string
    maximum_cardinality: 1