Skip to content

Commit 7754971

Browse files
committed
added missing class: dataset and slot: version to bican_biolink
1 parent 23c0459 commit 7754971

File tree

1 file changed

+45
-1
lines changed

1 file changed

+45
-1
lines changed

linkml-schema/bican_biolink.yaml

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# command used to generate file: bkbit linkml-trimmer --classes "gene, genome, organism taxon, thing with taxon, material sample, procedure, entity, activity, named thing, relative frequency analysis result, dataset" --slots "version" biolink-model.yaml
12
id: https://w3id.org/biolink/bican-biolink-schema
23
name: bican-biolink-schema
34
title: BICAN Biolink Schema
@@ -1268,6 +1269,18 @@ slots:
12681269
- organism taxon
12691270
range: taxonomic rank
12701271
multivalued: false
1272+
version:
1273+
name: version
1274+
definition_uri: https://w3id.org/biolink/vocab/version
1275+
from_schema: https://w3id.org/biolink/biolink-model
1276+
broad_mappings:
1277+
- pav:version
1278+
- owl:versionInfo
1279+
is_a: node property
1280+
domain: dataset
1281+
slot_uri: biolink:version
1282+
owner: version
1283+
range: string
12711284
license:
12721285
name: license
12731286
definition_uri: https://w3id.org/biolink/vocab/license
@@ -2042,6 +2055,37 @@ classes:
20422055
- format
20432056
- creation date
20442057
class_uri: biolink:InformationContentEntity
2058+
dataset:
2059+
name: dataset
2060+
definition_uri: https://w3id.org/biolink/vocab/Dataset
2061+
description: an item that refers to a collection of data from a data source.
2062+
from_schema: https://w3id.org/biolink/biolink-model
2063+
exact_mappings:
2064+
- IAO:0000100
2065+
- dctypes:Dataset
2066+
- schema:dataset
2067+
- dcid:Dataset
2068+
is_a: information content entity
2069+
slots:
2070+
- id
2071+
- iri
2072+
- type
2073+
- name
2074+
- description
2075+
- has attribute
2076+
- deprecated
2077+
- provided by
2078+
- xref
2079+
- full name
2080+
- synonym
2081+
- information content
2082+
- equivalent identifiers
2083+
- named thing_category
2084+
- license
2085+
- rights
2086+
- format
2087+
- creation date
2088+
class_uri: biolink:Dataset
20452089
physical essence or occurrent:
20462090
name: physical essence or occurrent
20472091
definition_uri: https://w3id.org/biolink/vocab/PhysicalEssenceOrOccurrent
@@ -2427,5 +2471,5 @@ classes:
24272471
- has biological sequence
24282472
class_uri: biolink:Genome
24292473
metamodel_version: 1.7.0
2430-
generation_date: '2025-10-26T20:29:14'
2474+
generation_date: '2025-10-26T21:18:16'
24312475

0 commit comments

Comments
 (0)