-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #73 from puja-trivedi/20240930_create_bican_core_m…
…odels Create bican core models
- Loading branch information
Showing
7 changed files
with
86 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
id: https://identifiers.org/brain-bican/bican-core-schema | ||
name: bican-core-schema | ||
title: BICAN Core Schema | ||
description: |- | ||
The BICAN Core schema is designed to represent classes, slots, and enums that are frequently used in BICAN schemas. | ||
prefixes: | ||
linkml: https://w3id.org/linkml/ | ||
bican: https://identifiers.org/brain-bican/vocab/ | ||
spdx: http://spdx.org/rdf/terms# | ||
|
||
|
||
imports: | ||
- linkml:types | ||
- bican_biolink | ||
|
||
default_range: string | ||
default_prefix: bican | ||
|
||
classes: | ||
checksum: | ||
is_a: entity | ||
description: >- | ||
Checksum values associated with digital entities. | ||
slots: | ||
- checksum algorithm | ||
attributes: | ||
value: | ||
description: The checksum value obtained from a specific cryotographic hash function. | ||
|
||
slots: | ||
digest: | ||
description: Stores checksum information. | ||
multivalued: true | ||
inlined_as_list: true | ||
any_of: | ||
- range: checksum | ||
- range: string | ||
|
||
checksum algorithm: | ||
description: The type of cryptographic hash function used to calculate the checksum value. | ||
range: DigestType | ||
|
||
enums: | ||
DigestType: | ||
permissible_values: | ||
spdx:checksumAlgorithm_sha1: | ||
title: SHA1 | ||
meaning: spdx:checksumAlgorithm_sha1 | ||
spdx:checksumAlgorithm_md5: | ||
title: MD5 | ||
meaning: spdx:checksumAlgorithm_md5 | ||
spdx:checksumAlgorithm_sha256: | ||
title: SHA256 | ||
meaning: spdx:checksumAlgorithm_sha256 |
18 changes: 18 additions & 0 deletions
18
...urce_library_generation/classes_base.yaml → linkml-schema/bican_prov.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters