Skip to content

Commit 3d45e74

Browse files
committed
Updating the bican biolink yaml file for the bican specific case
1 parent 9eaddd7 commit 3d45e74

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

linkml-schema/bican_biolink.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
id: https://w3id.org/biolink/bican-biolink-schema
22
name: bican-biolink-schema
33
title: BICAN Biolink Schema
4-
description: |-
5-
The BICAN Biolink schema contains a subset of classes from the Biolink Model that are frequently used in BICAN schemas. The Biolink model represents life-sciences data and defines entities and association taxonomy classes.
4+
description: The BICAN Biolink schema contains a subset of classes from the Biolink
5+
Model that are frequently used in BICAN schemas. The Biolink model represents life-sciences
6+
data and defines entities and association taxonomy classes.
67
version: 4.2.0-rc.2
78
imports:
89
- linkml:types
@@ -787,7 +788,7 @@ slots:
787788
category:
788789
name: category
789790
definition_uri: https://w3id.org/biolink/vocab/category
790-
description: Name of the high level ontology class in which this entity is categorized.
791+
description: 'Name of the high level ontology class in which this entity is categorized.
791792
Corresponds to the label for the biolink entity type class. In a neo4j database
792793
this MAY correspond to the neo4j label tag. In an RDF database it should be
793794
a biolink model class URI. This field is multi-valued. It should include values
@@ -798,7 +799,8 @@ slots:
798799
than something in biolink. For example, a sequence feature `f` may have a rdf:type
799800
assertion to a SO class such as TF_binding_site, which is more specific than
800801
anything in biolink. Here we would have categories {biolink:GenomicEntity, biolink:MolecularEntity,
801-
biolink:NamedThing}
802+
biolink:NamedThing}. NOTE: The category slot was modified to have a curie range
803+
and a pattern for bican categories.'
802804
in_subset:
803805
- translator_minimal
804806
from_schema: https://w3id.org/biolink/biolink-model
@@ -811,7 +813,8 @@ slots:
811813
domain_of:
812814
- entity
813815
is_class_field: true
814-
range: uriorcurie
816+
range: curie
817+
pattern: ^bican:[A-Z][A-Za-z]+$
815818
name:
816819
name: name
817820
definition_uri: https://w3id.org/biolink/vocab/name
@@ -1935,4 +1938,3 @@ classes:
19351938
metamodel_version: 1.7.0
19361939
source_file_size: 44864
19371940
generation_date: '2024-03-27T11:46:24'
1938-

0 commit comments

Comments
 (0)