File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1006,7 +1006,7 @@ <h2 id="permissible-values">Permissible Values</h2>
10061006</ tr >
10071007< tr >
10081008< td > composed entity expression</ td >
1009- < td > None </ td >
1009+ < td > sssom:ComposedEntityExpression </ td >
10101010< td > This value indicates that the entity ID does not represent a single entity, b...</ td >
10111011</ tr >
10121012</ tbody >
@@ -1093,6 +1093,7 @@ <h2 id="linkml-source">LinkML Source</h2>
10931093 NOT be used in the predicate_type slot. This specifications does not prescribe
10941094 how an ID representing a composite entity should be interpreted; this is left
10951095 at the discretion of applications.
1096+ meaning: sssom:ComposedEntityExpression
10961097 see_also:
10971098 - https://github.com/mapping-commons/sssom/issues/402
10981099 - https://github.com/mapping-commons/sssom/blob/master/examples/schema/composite-entities.sssom.tsv
Original file line number Diff line number Diff line change @@ -951,7 +951,7 @@ <h2 id="permissible-values">Permissible Values</h2>
951951< tbody >
952952< tr >
953953< td > Not</ td >
954- < td > None </ td >
954+ < td > sssom:NegatedPredicate </ td >
955955< td > Negating the mapping predicate</ td >
956956</ tr >
957957</ tbody >
@@ -987,6 +987,7 @@ <h2 id="linkml-source">LinkML Source</h2>
987987 text: Not
988988 description: Negating the mapping predicate. The meaning of the triple becomes
989989 subject_id is not a predicate_id match to object_id.
990+ meaning: sssom:NegatedPredicate
990991
991992</ code > </ pre >
992993
Original file line number Diff line number Diff line change @@ -951,12 +951,12 @@ <h2 id="permissible-values">Permissible Values</h2>
951951< tbody >
952952< tr >
953953< td > 1.0</ td >
954- < td > None </ td >
954+ < td > sssom:version1.0 </ td >
955955< td > SSSOM specification version 1</ td >
956956</ tr >
957957< tr >
958958< td > 1.1</ td >
959- < td > None </ td >
959+ < td > sssom:version1.1 </ td >
960960< td > SSSOM specification version 1</ td >
961961</ tr >
962962</ tbody >
@@ -995,9 +995,11 @@ <h2 id="linkml-source">LinkML Source</h2>
995995 '1.0':
996996 text: '1.0'
997997 description: SSSOM specification version 1.0
998+ meaning: sssom:version1.0
998999 '1.1':
9991000 text: '1.1'
10001001 description: SSSOM specification version 1.1
1002+ meaning: sssom:version1.1
10011003
10021004</ code > </ pre >
10031005
Load diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments