Skip to content

Commit 9f31b4d

Browse files
authored
Merge branch 'master' into plural-original-subject-object
2 parents c3fc130 + 1b902b7 commit 9f31b4d

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

@@ -6016,6 +6030,25 @@ slots:
60166030
multivalued: true
60176031
range: publication
60186032

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+
60196052
associated environmental context:
60206053
is_a: association slot
60216054
description: >-
@@ -6998,6 +7031,7 @@ classes:
69987031
- resource id
69997032
- resource role
70007033
- upstream resource ids
7034+
- source record urls
70017035
- xref
70027036
slot_usage:
70037037
resource id:
@@ -7008,13 +7042,18 @@ classes:
70087042
resource role:
70097043
required: true
70107044
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.
70137047
upstream resource ids:
70147048
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.
70187057
70197058
## Top Level Abstractions of Material & Process Entities
70207059

@@ -9437,6 +9476,7 @@ classes:
94379476
- qualifier
94389477
- qualifiers # deprecated
94399478
- publications
9479+
- sources
94409480
- has evidence
94419481
- knowledge source
94429482
- primary knowledge source

0 commit comments

Comments
 (0)