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: tool:LibraryType

classDiagram class LibraryType UcoInherentCharacterizationThing <|-- LibraryType LibraryType : libraryName LibraryType ..> string : libraryName LibraryType : libraryVersion LibraryType ..> string : libraryVersion

Inheritance

Slots

Name Cardinality and Range Description Inheritance
libraryName 0..1
xsd:string
"The name of the library direct
libraryVersion 0..1
xsd: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-tool

Mappings

Mapping Type Mapped Value
self tool:LibraryType
native tool: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-tool
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-tool
rank: 1000
is_a: UcoInherentCharacterizationThing
attributes:
  libraryName:
    name: libraryName
    description: '"The name of the library."'
    from_schema: https://w3id.org/lmodel/uco-tool
    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-tool
    rank: 1000
    alias: libraryVersion
    owner: LibraryType
    domain_of:
    - LibraryType
    range: string