Skip to content

Class: LibraryType

"A library type is a grouping of characteristics unique to a collection of resources incorporated into the build of a software."

URI: master:LibraryType

classDiagram class LibraryType UcoInherentCharacterizationThing <|-- LibraryType LibraryType : libraryName LibraryType : libraryVersion

Inheritance

Slots

Name Cardinality and Range Description Inheritance
libraryName 0..1
String
"The name of the library direct
libraryVersion 0..1
String
"The version of the library direct

Usages

used by used in type used
BuildInformationType libraries range LibraryType

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/uco-master

Mappings

Mapping Type Mapped Value
self master:LibraryType
native master:LibraryType

LinkML Source

Direct

name: LibraryType
description: '"A library type is a grouping of characteristics unique to a collection
  of resources incorporated into the build of a software."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: UcoInherentCharacterizationThing
slots:
- libraryName
- libraryVersion

Induced

name: LibraryType
description: '"A library type is a grouping of characteristics unique to a collection
  of resources incorporated into the build of a software."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: UcoInherentCharacterizationThing
attributes:
  libraryName:
    name: libraryName
    description: '"The name of the library."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: libraryName
    owner: LibraryType
    domain_of:
    - LibraryType
    range: string
  libraryVersion:
    name: libraryVersion
    description: '"The version of the library."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: libraryVersion
    owner: LibraryType
    domain_of:
    - LibraryType
    range: string