Skip to content

Class: StructuredValue

A value that is a structured collection of other values

URI: schema:StructuredValue

classDiagram class StructuredValue click StructuredValue href "../StructuredValue" Intangible <|-- StructuredValue click Intangible href "../Intangible" StructuredValue <|-- Location click Location href "../Location" StructuredValue <|-- PostalAddress click PostalAddress href "../PostalAddress" StructuredValue : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
type 0..1
String
A type for a thing Typed

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/linkml-common

Mappings

Mapping Type Mapped Value
self schema:StructuredValue
native linkml_common:StructuredValue

LinkML Source

Direct

name: StructuredValue
description: A value that is a structured collection of other values
from_schema: https://w3id.org/linkml/linkml-common
is_a: Intangible
class_uri: schema:StructuredValue

Induced

name: StructuredValue
description: A value that is a structured collection of other values
from_schema: https://w3id.org/linkml/linkml-common
is_a: Intangible
attributes:
  type:
    name: type
    description: A type for a thing. The range of this should be a class within the
      schema. It is intended for schema-based classification. Anything beneath the
      shoreline of the schema should use `classification`.
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    designates_type: true
    alias: type
    owner: StructuredValue
    domain_of:
    - Typed
    range: string
class_uri: schema:StructuredValue