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
@@ -6010,6 +6024,25 @@ slots:
6010
6024
multivalued: true
6011
6025
range: publication
6012
6026
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
+
6013
6046
associated environmental context:
6014
6047
is_a: association slot
6015
6048
description: >-
@@ -6992,6 +7025,7 @@ classes:
6992
7025
- resource id
6993
7026
- resource role
6994
7027
- upstream resource ids
7028
+
- source record urls
6995
7029
- xref
6996
7030
slot_usage:
6997
7031
resource id:
@@ -7002,13 +7036,18 @@ classes:
7002
7036
resource role:
7003
7037
required: true
7004
7038
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.
7007
7041
upstream resource ids:
7008
7042
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.
7012
7051
7013
7052
## Top Level Abstractions of Material & Process Entities
0 commit comments