Properties von Node
| Property |
Erwarteter Typ |
Beschreibung |
| HallAddress |
xsd:string |
Die eindeutige UUID (Hall-Adresse) des Knotens. |
| NodeName |
xsd:string |
Interner technischer Bezeichner des Nodes. |
| HerbrichName |
xsd:string |
Der Anzeigename im Herbrich-Kontext. |
| NodeDescription |
schema:Text |
Eine ausführliche Beschreibung des Standorts oder Objekts. |
| LocJ |
xsd:float |
Geografische Länge (entspricht schema:longitude). |
| LocH |
xsd:float |
Geografische Breite (entspricht schema:latitude). |
| SubNodes |
Array von Node |
Eine Liste von untergeordneten Knotenpunkten. |
JSON-LD Beispiel
{
"@context": "https://www.herbrich.org/ontology/",
"@type": "Node",
"Id": "8122e872-3eb6-42c4-8bb9-fc8ad68901a8",
"NodeName": "Haus-G",
"HerbrichName": "Herbrich Wohnhaus 2",
"LocJ": 10.165143,
"LocH": 53.587648
}