Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions examples/flights.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ ontology:
multiplicity: ManyToOne
- name: shapelength
roles:
- concept: Float
verbalizes: [ '{Example_Runway} shapeLength {Float}' ]
- concept: Decimal
verbalizes: [ '{Example_Runway} shapeLength {Decimal}' ]
multiplicity: ManyToOne
- name: airportid
roles:
Expand All @@ -24,8 +24,8 @@ ontology:
multiplicity: ManyToOne
- name: length
roles:
- concept: Float
verbalizes: [ '{Example_Runway} length {Float}' ]
- concept: Decimal
verbalizes: [ '{Example_Runway} length {Decimal}' ]
multiplicity: ManyToOne
- name: geometry
roles:
Expand Down Expand Up @@ -1071,7 +1071,7 @@ ontology_mappings:
expression: Example_Runway_example_runway.id
children:
- object_mapping:
concept: Float
concept: Decimal
expression: Example_Runway_example_runway.length
relationship: length
- object_mapping:
Expand All @@ -1083,7 +1083,7 @@ ontology_mappings:
expression: Example_Runway_example_runway.designator
relationship: designator
- object_mapping:
concept: Float
concept: Decimal
expression: Example_Runway_example_runway.shape_length
relationship: shape_length
- object_mapping:
Expand Down
1 change: 0 additions & 1 deletion ontology/ontology.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Ontologies come with several built in concepts that can be referred to by name:
| `Date` | Most general date value type |
| `DateTime` | Most general datetime value type |
| `Decimal` | Most general decimal value type |
| `Float` | Most general floating point value type |
| `Integer` | Most general integer value type |
| `String` | Most general string value type |

Expand Down