Skip to content

Point type vs Value type #1

@jdkent

Description

@jdkent

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:

NIMADS/definitions.json

Lines 22 to 29 in 8b40695

"Point": {
"properties": [
["coordinates", "nimads:Coordinates"],
["space", "schema:Text"],
["value", "nimads:Value"],
["type", "schema:Text"]
]
},

Value:

NIMADS/definitions.json

Lines 30 to 35 in 8b40695

"Value": {
"properties": [
["type", "schema:Text"],
["value", "schema:Float"]
]
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions