Class: Repository
A reference to code repository containing the module's executable code.
classDiagram
class Repository
click Repository href "../Repository"
Repository : commit
Repository : url
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
url | 1 String |
The git compatible url | direct |
commit | 1 String |
The commit hash | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Module | repository | range | Repository |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/omnibenchmark/omni-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | omni_schema:Repository |
native | omni_schema:Repository |
LinkML Source
Direct
name: Repository
description: A reference to code repository containing the module's executable code.
from_schema: https://w3id.org/omnibenchmark/omni-schema
slots:
- url
- commit
Induced
name: Repository
description: A reference to code repository containing the module's executable code.
from_schema: https://w3id.org/omnibenchmark/omni-schema
attributes:
url:
name: url
description: The git compatible url.
from_schema: https://w3id.org/omnibenchmark/omni-schema
rank: 1000
alias: url
owner: Repository
domain_of:
- Repository
range: string
required: true
commit:
name: commit
description: The commit hash.
from_schema: https://w3id.org/omnibenchmark/omni-schema
rank: 1000
alias: commit
owner: Repository
domain_of:
- Repository
range: string
required: true