-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
how does "type" defined in Point
differ from the "type" defined in Value
? Do they represent the same concept?
I think @tyarkoni has already explained this to me, but I cannot find my notes on it. @tyarkoni, could you remind me again if you have the time?
Point:
Lines 22 to 29 in 8b40695
"Point": { | |
"properties": [ | |
["coordinates", "nimads:Coordinates"], | |
["space", "schema:Text"], | |
["value", "nimads:Value"], | |
["type", "schema:Text"] | |
] | |
}, |
Value:
Lines 30 to 35 in 8b40695
"Value": { | |
"properties": [ | |
["type", "schema:Text"], | |
["value", "schema:Float"] | |
] | |
}, |
Metadata
Metadata
Assignees
Labels
No labels