You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: biolink-model.yaml
+47-7Lines changed: 47 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -745,6 +745,18 @@ slots:
745
745
an Edge provided by the ARAGORN ARA can expressing knowledge it
746
746
retrieved from both the automat-mychem-info and molepro KPs,
747
747
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
748
760
domain: retrieval source
749
761
range: uriorcurie
750
762
@@ -1243,13 +1255,15 @@ slots:
1243
1255
1244
1256
affinity:
1245
1257
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.
1247
1260
is_a: association slot
1248
1261
range: float
1249
1262
1250
1263
affinity parameter:
1251
1264
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.
1253
1267
is_a: association slot
1254
1268
range: AffinityParameterEnum
1255
1269
@@ -6016,6 +6030,25 @@ slots:
6016
6030
multivalued: true
6017
6031
range: publication
6018
6032
6033
+
sources:
6034
+
aliases: ['source retrieval provenance']
6035
+
description: >-
6036
+
A set of RetrievalSources, which traces where the statement expressed in an
6037
+
Association came from. For example, the provenance of a Gene-Chemical Edge
6038
+
might be traced through the Translator Resource that provided it (e.g. MolePro)
6039
+
to one or more intermediate aggregator resources (e.g. ChEMBL), and finally to
6040
+
the resource that originally created/curated it (e.g. ClinicalTrials.org).
6041
+
comments: >-
6042
+
Note that source retrieval provenance concerns the mechanical retrieval and
6043
+
transformation of data between web accessible information systems. It does not
6044
+
trace the source of knowledge back to specific publications or data sets. And
6045
+
it is not concerned with the reasoning, inference or analysis activities that
6046
+
generate knowledge in the first place (this is instead covered by 'knowledge
6047
+
level' and 'agent type' properties).
6048
+
is_a: association slot
6049
+
multivalued: true
6050
+
range: retrieval source
6051
+
6019
6052
associated environmental context:
6020
6053
is_a: association slot
6021
6054
description: >-
@@ -6998,6 +7031,7 @@ classes:
6998
7031
- resource id
6999
7032
- resource role
7000
7033
- upstream resource ids
7034
+
- source record urls
7001
7035
- xref
7002
7036
slot_usage:
7003
7037
resource id:
@@ -7008,13 +7042,18 @@ classes:
7008
7042
resource role:
7009
7043
required: true
7010
7044
description: >-
7011
-
The role of the InformationResource in the retrieval of the
7012
-
knowledge expressed in an Edge, or data used to generate this knowledge.
7045
+
The role of the InformationResource in the retrieval of the
7046
+
knowledge expressed in an Edge, or data used to generate this knowledge.
7013
7047
upstream resource ids:
7014
7048
description: >-
7015
-
The InformationResources that served as a source for the
7016
-
InformationResource that served as a source for the knowledge
7017
-
expressed in an Edge, or data used to generate this knowledge.
7049
+
A list of upstream InformationResources from which the resource
7050
+
being described directly retrieved a record of the knowledge
7051
+
expressed in the Edge, or data used to generate this knowledge.
7052
+
source record urls:
7053
+
description: >-
7054
+
One or more URLs that link to a specific web page or document provided by
7055
+
the InformationResource, that contains a record of the knowledge expressed
7056
+
in the Edge.
7018
7057
7019
7058
## Top Level Abstractions of Material & Process Entities
0 commit comments