Skip to content

Commit 1b902b7

Browse files
authored
Merge pull request #1569 from colleenXu/add-sources
Add `sources` and `source record urls` to align with TRAPI
2 parents 56bb3a0 + 75447d7 commit 1b902b7

File tree

1 file changed

+47
-7
lines changed

1 file changed

+47
-7
lines changed

biolink-model.yaml

Lines changed: 47 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,18 @@ slots:
745745
an Edge provided by the ARAGORN ARA can expressing knowledge it
746746
retrieved from both the automat-mychem-info and molepro KPs,
747747
which both provided it with records of this single fact.
748+
multivalued: true
749+
domain: retrieval source
750+
range: uriorcurie
751+
752+
source record urls:
753+
is_a: node property
754+
description: >-
755+
A URL linking to a specific web page or document provided by the
756+
source, that contains a record of the knowledge expressed in the
757+
Edge. If the knowledge is contained in more than one web page on
758+
an Information Resource's site, urls MAY be provided for each.
759+
multivalued: true
748760
domain: retrieval source
749761
range: uriorcurie
750762

@@ -1243,13 +1255,15 @@ slots:
12431255

12441256
affinity:
12451257
description: >-
1246-
The numerical value describing the strength of an affinity between two entities. For instance, if a chemical inhibits a protein with a pIC50 of 8.6, the affinity is 8.6. Used in conjunction with the affinity parameter slot.
1258+
The numerical value describing the strength of an affinity between two entities. For instance, if a chemical inhibits a protein with a pIC50 of 8.6,
1259+
the affinity is 8.6. Used in conjunction with the affinity parameter slot.
12471260
is_a: association slot
12481261
range: float
12491262

12501263
affinity parameter:
12511264
description: >-
1252-
The type of parameter describing the strength of an affinity between two entities. For instance, if a chemical inhibits a protein with a pIC50 of 8.6, the affinity parameter is pIC50. Used in conjunction with the affinity slot.
1265+
The type of parameter describing the strength of an affinity between two entities. For instance, if a chemical inhibits a protein with a pIC50 of 8.6,
1266+
the affinity parameter is pIC50. Used in conjunction with the affinity slot.
12531267
is_a: association slot
12541268
range: AffinityParameterEnum
12551269

@@ -6010,6 +6024,25 @@ slots:
60106024
multivalued: true
60116025
range: publication
60126026

6027+
sources:
6028+
aliases: ['source retrieval provenance']
6029+
description: >-
6030+
A set of RetrievalSources, which traces where the statement expressed in an
6031+
Association came from. For example, the provenance of a Gene-Chemical Edge
6032+
might be traced through the Translator Resource that provided it (e.g. MolePro)
6033+
to one or more intermediate aggregator resources (e.g. ChEMBL), and finally to
6034+
the resource that originally created/curated it (e.g. ClinicalTrials.org).
6035+
comments: >-
6036+
Note that source retrieval provenance concerns the mechanical retrieval and
6037+
transformation of data between web accessible information systems. It does not
6038+
trace the source of knowledge back to specific publications or data sets. And
6039+
it is not concerned with the reasoning, inference or analysis activities that
6040+
generate knowledge in the first place (this is instead covered by 'knowledge
6041+
level' and 'agent type' properties).
6042+
is_a: association slot
6043+
multivalued: true
6044+
range: retrieval source
6045+
60136046
associated environmental context:
60146047
is_a: association slot
60156048
description: >-
@@ -6992,6 +7025,7 @@ classes:
69927025
- resource id
69937026
- resource role
69947027
- upstream resource ids
7028+
- source record urls
69957029
- xref
69967030
slot_usage:
69977031
resource id:
@@ -7002,13 +7036,18 @@ classes:
70027036
resource role:
70037037
required: true
70047038
description: >-
7005-
The role of the InformationResource in the retrieval of the
7006-
knowledge expressed in an Edge, or data used to generate this knowledge.
7039+
The role of the InformationResource in the retrieval of the
7040+
knowledge expressed in an Edge, or data used to generate this knowledge.
70077041
upstream resource ids:
70087042
description: >-
7009-
The InformationResources that served as a source for the
7010-
InformationResource that served as a source for the knowledge
7011-
expressed in an Edge, or data used to generate this knowledge.
7043+
A list of upstream InformationResources from which the resource
7044+
being described directly retrieved a record of the knowledge
7045+
expressed in the Edge, or data used to generate this knowledge.
7046+
source record urls:
7047+
description: >-
7048+
One or more URLs that link to a specific web page or document provided by
7049+
the InformationResource, that contains a record of the knowledge expressed
7050+
in the Edge.
70127051
70137052
## Top Level Abstractions of Material & Process Entities
70147053

@@ -9431,6 +9470,7 @@ classes:
94319470
- qualifier
94329471
- qualifiers # deprecated
94339472
- publications
9473+
- sources
94349474
- has evidence
94359475
- knowledge source
94369476
- primary knowledge source

0 commit comments

Comments
 (0)