Skip to content

Commit

Permalink
Prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jun 4, 2024
1 parent 1576bac commit ef7412b
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,14 @@ The tutorial uses [cUrl](https://ec.haxx.se/) commands throughout, but is also a

# Understanding Entities and Relationships

> “The essence of philosophy is a sense of wonder at the interconnectedness of human beings to one another and to the universe that encompasses them.”
> “The essence of philosophy is a sense of wonder at the interconnectedness of human beings to one another and to the
> universe that encompasses them.”
>
> ― Marcus Tullius Cicero, On Living and Dying Well
> ― Marcus Tullius Cicero, On Living and Dying Well
Within the FIWARE platform, the context of an entity represents the state of a physical or conceptual object which
exists in the real world. The connection from one entity to another is expressed using a **Relationship**, enabling users
to make inferences across the whole knowledge graph of the system.
exists in the real world. The connection from one entity to another is expressed using a **Relationship**, enabling
users to make inferences across the whole knowledge graph of the system.

## Entities within a Farm Management Information System (FMIS)

Expand Down Expand Up @@ -101,6 +102,7 @@ and the `fillingLevel` of the barn could be reduced and so on. An organic **Fert
could change its `formula`, hay could be sold and the `fillingLevel` of the barn could be reduced and so on.

> [!NOTE]
>
> This tutorial uses the following typographic styling :
>
> - Entity types have been made **bold text**.
Expand Down Expand Up @@ -194,6 +196,7 @@ This command will also import seed data (**Building**, **Person**, **Temperature
**Herbicide** and **PartField**) on startup.

> [!NOTE]
>
> If you want to clean up and start over again you can do so with the following command:
>
> ```console
Expand Down Expand Up @@ -484,12 +487,12 @@ response is a JSON array as shown.
{
"@context": "http://context/ngsi-context.jsonld",
"id": "urn:ngsi-ld:TemperatureSensor:001",
"type": "TemperatureSensor",
"type": "TemperatureSensor"
},
{
"@context": "http://context/ngsi-context.jsonld",
"id": "urn:ngsi-ld:FillingLevelSensor:001",
"type": "FillingLevelSensor",
"type": "FillingLevelSensor"
}
]
```
Expand Down

0 comments on commit ef7412b

Please sign in to comment.