Skip to content

Commit bef1b5c

Browse files
committed
add botanic search scenario, closes #55
1 parent e9afbc1 commit bef1b5c

File tree

926 files changed

+8495
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

926 files changed

+8495
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"type": "Collection",
3+
"id": "f18ae53c-6fe5-40a3-9474-fa4d43448fc9",
4+
"data": {
5+
"name": "Tags",
6+
"scenario": "general.botanicExample"
7+
}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"type": "Collection",
3+
"id": "5fef1d2a-662e-422c-b5cd-fa53fbfeb494",
4+
"data": {
5+
"name": "Locations",
6+
"scenario": "general.botanicExample"
7+
}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"type": "Location",
3+
"id": "3d8dbec5-41dd-43ff-bc48-a9ccafa07127",
4+
"data": {
5+
"name": "Europe",
6+
"scenario": "general.botanicExample"
7+
}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"type": "Location",
3+
"id": "f393312f-5a70-456d-992d-5bf26e152a46",
4+
"data": {
5+
"name": "North America",
6+
"scenario": "general.botanicExample"
7+
}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"type": "Location",
3+
"id": "50c6b6af-dcad-4dfa-a368-37e0b773a5fb",
4+
"data": {
5+
"name": "Asia",
6+
"scenario": "general.botanicExample"
7+
}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"type": "Location",
3+
"id": "1b8203c3-0cfc-4349-b580-9af8f20cc475",
4+
"data": {
5+
"name": "Africa",
6+
"scenario": "general.botanicExample"
7+
}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"type": "Location",
3+
"id": "cff9b567-d693-4686-ad2d-9c0fcee49a42",
4+
"data": {
5+
"name": "South America",
6+
"scenario": "general.botanicExample"
7+
}
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"type": "Location",
3+
"id": "87fc7d3d-a5d8-4cf7-aa67-3a207ad1fd0f",
4+
"data": {
5+
"name": "Australia",
6+
"scenario": "general.botanicExample"
7+
}
8+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"type": "Plant",
3+
"id": "0fdd52ba-55da-430c-b015-3277a231e895",
4+
"data": {
5+
"name": "Rose",
6+
"scientificName": "Rosa",
7+
"description": "A rose is either a woody perennial flowering plant of the genus Rosa (/\u02c8ro\u028az\u0259/),[4] in the family Rosaceae (/ro\u028a\u02c8ze\u026asi\u02d0\u02cci\u02d0/),[4] or the flower it bears. There are over three hundred species and tens of thousands of cultivars.[5] They form a group of plants that can be erect shrubs, climbing, or trailing, with stems that are often armed with sharp prickles.[6] Their flowers vary in size and shape and are usually large and showy, in colours ranging from white through pinks, reds, oranges and yellows. Most species are native to Asia, with smaller numbers native to Europe, North America, and Northwest Africa.[6] Species, cultivars and hybrids are all widely grown for their beauty and often are fragrant. Roses have acquired cultural significance in many societies. Rose plants range in size from compact, miniature roses to climbers that can reach seven meters in height.[6] Different species hybridize easily, and this has been used in the development of the wide range of garden roses.",
8+
"link": "https://en.wikipedia.org/wiki/Rose",
9+
"scenario": "general.botanicExample"
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"type": "Plant",
3+
"id": "884dd581-bcdd-43f1-9dab-11524578d9e2",
4+
"data": {
5+
"name": "Cornflower",
6+
"scientificName": "C. cyanus",
7+
"description": "Centaurea cyanus, commonly known as cornflower or bachelor's button (among other names[note 1]), is an annual flowering plant in the family Asteraceae native to Europe. In the past, it often grew as a weed in cornfields (in the broad sense of \"corn\", referring to grains, such as wheat, barley, rye, or oats), hence its name. It is now endangered in its native habitat by agricultural intensification, particularly by over-use of herbicides. However, Centaurea cyanus is now also naturalised in many other parts of the world, including North America and parts of Australia through introduction as an ornamental plant in gardens and as a seed contaminant in crop seeds.[3]",
8+
"link": "https://en.wikipedia.org/wiki/Centaurea_cyanus",
9+
"scenario": "general.botanicExample"
10+
}
11+
}

0 commit comments

Comments
 (0)