Skip to content

Class: DcRelation

URI: dc:relation

 classDiagram
    class DcRelation
    click DcRelation href "../DcRelation/"
      DcAny <|-- DcRelation
        click DcAny href "../DcAny/"


      DcRelation <|-- DctermsRelation
        click DctermsRelation href "../DctermsRelation/"


      DcRelation : content

      DcRelation : lang

      DcRelation : value

Inheritance

Class Properties

Property Value
Class URI dc:relation

Slots

Name Cardinality and Range Description Inheritance
value 0..1
String
Mixed text content of the element DcSimpleLiteral
content *
String
Pass-through xs:any content as raw strings DcSimpleLiteral
lang 0..1
String
DcSimpleLiteral

In Subsets

Aliases

  • relation

Identifier and Mapping Information

Annotations

property value
xsd_source dc.xsd

Schema Source

Mappings

Mapping Type Mapped Value
self dc:relation
native fix_orchestra:DcRelation

LinkML Source

Direct

name: DcRelation
annotations:
  xsd_source:
    tag: xsd_source
    value: dc.xsd
in_subset:
- dc
from_schema: https://w3id.org/lmodel/fix-orchestra
aliases:
- relation
is_a: DcAny
class_uri: dc:relation

Induced

name: DcRelation
annotations:
  xsd_source:
    tag: xsd_source
    value: dc.xsd
in_subset:
- dc
from_schema: https://w3id.org/lmodel/fix-orchestra
aliases:
- relation
is_a: DcAny
attributes:
  value:
    name: value
    description: Mixed text content of the element.
    from_schema: https://w3id.org/lmodel/fix-orchestra
    rank: 1000
    owner: DcRelation
    domain_of:
    - FieldAttribGrp
    - Appinfo
    - CodeType
    - Documentation
    - IdentifierType
    - InterfaceAppinfo
    - InterfaceDocumentation
    - DcSimpleLiteral
    range: string
  content:
    name: content
    description: Pass-through xs:any content as raw strings.
    from_schema: https://w3id.org/lmodel/fix-orchestra
    rank: 1000
    owner: DcRelation
    domain_of:
    - Appinfo
    - Documentation
    - ExtensionInline
    - InterfaceAppinfo
    - InterfaceDocumentation
    - DcSimpleLiteral
    range: string
    multivalued: true
  lang:
    name: lang
    from_schema: https://w3id.org/lmodel/fix-orchestra/dc
    rank: 1000
    owner: DcRelation
    domain_of:
    - DcSimpleLiteral
    - XmlSpecialAttrs
    - XmlGlobalAttributes
    range: string
class_uri: dc:relation