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
While implementing a proxy, it turned out that the name semanticTypes, which is not equal to TD's @type, is actually quite good, because semanticTypes only contains the additional semantic annotations, but not the Interaction Pattern such as Property. The latter is anyway given already, since we do addPropertyetc.
Lets keep it that way and document clearly that semanticTypes is a subset of @type.
The text was updated successfully, but these errors were encountered:
mkovatsc
changed the title
Interaction Inits: @type = patter . semanticTypes
Interaction Inits: @type = patter ∪ semanticTypes
Nov 7, 2017
mkovatsc
changed the title
Interaction Inits: @type = patter ∪ semanticTypes
Interaction Inits: @type = pattern ∪ semanticTypes
Nov 7, 2017
While implementing a proxy, it turned out that the name
semanticTypes
, which is not equal to TD's@type
, is actually quite good, becausesemanticTypes
only contains the additional semantic annotations, but not the Interaction Pattern such asProperty
. The latter is anyway given already, since we doaddProperty
etc.Lets keep it that way and document clearly that
semanticTypes
is a subset of@type
.The text was updated successfully, but these errors were encountered: