fix(example): more realistic data
This commit is contained in:
parent
8358cf43e1
commit
edb64baf52
4 changed files with 35 additions and 35 deletions
|
@ -1,17 +1,17 @@
|
|||
@Entry {
|
||||
is: [Street],
|
||||
|
||||
name: "Allée des sources",
|
||||
administrativeEntity: [Le val d'hazey],
|
||||
osm: "relation:1393348"
|
||||
name: "Detroit Street",
|
||||
administrativeEntity: [Denver],
|
||||
osm: "way:16989068"
|
||||
}
|
||||
|
||||
@Entry {
|
||||
is: [House],
|
||||
name: "Les valets house",
|
||||
name: "The Red House",
|
||||
|
||||
pos: Geo(lat: 1.33, lng: 49.175),
|
||||
street: [Detroit Street],
|
||||
houseNumber: 1012,
|
||||
|
||||
street: [Allée des sources, le Val d'Hazey],
|
||||
houseNumber: 6,
|
||||
osm: "way:664731946"
|
||||
}
|
||||
|
|
28
examples/notebook/persons/family.pdel
Normal file
28
examples/notebook/persons/family.pdel
Normal file
|
@ -0,0 +1,28 @@
|
|||
@Entry {
|
||||
is: [Familly](Q8436)
|
||||
name: "Doe family",
|
||||
description: "A close family mainly living in Denver",
|
||||
living: (
|
||||
[The Red House, Denver]
|
||||
),
|
||||
members: (
|
||||
[John Doe],
|
||||
[Dereck Doe],
|
||||
[Henry Doe],
|
||||
[Emma Doe]
|
||||
)
|
||||
}
|
||||
|
||||
@Entry {
|
||||
is: [Human],
|
||||
firstName: "John",
|
||||
lastName: "Doe",
|
||||
circles: (
|
||||
[Doe family] => {
|
||||
},
|
||||
[A Very respectable software company] => {
|
||||
role: [QA engineer]
|
||||
}
|
||||
),
|
||||
email: "john@doe.org"
|
||||
}
|
|
@ -1,28 +0,0 @@
|
|||
@Entry {
|
||||
is: [Close family](Q4343)
|
||||
name: "Bessat Family",
|
||||
description: "A close family mainly living in aubevoye",
|
||||
living: (
|
||||
[Les valets house]
|
||||
),
|
||||
members: (
|
||||
[Matthieu Bessat],
|
||||
[Antoine Bessat],
|
||||
[Sonia Bessat]
|
||||
)
|
||||
}
|
||||
|
||||
@Entry {
|
||||
is: [Human],
|
||||
firstName: "Matthieu",
|
||||
lastName: "Bessat",
|
||||
circles: (
|
||||
[Bessat Family] => {
|
||||
role: [Child]
|
||||
},
|
||||
[MSA Kosc/Covage] => {
|
||||
role: [Developer]
|
||||
}
|
||||
),
|
||||
email: "mail@matthieubessat.fr"
|
||||
}
|
Loading…
Reference in a new issue