-
Notifications
You must be signed in to change notification settings - Fork 0
/
owl.js
27 lines (14 loc) · 1.05 KB
/
owl.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
export const Crop = "https://agrosolid.inrupt.net/agrosolid.owl#Crop";
export const Event = "https://agrosolid.inrupt.net/agrosolid.owl#Event";
export const Farm = "https://agrosolid.inrupt.net/agrosolid.owl#Farm";
export const Harvesting = "https://agrosolid.inrupt.net/agrosolid.owl#Harvesting";
export const Plot = "https://agrosolid.inrupt.net/agrosolid.owl#Plot";
export const Sowing = "https://agrosolid.inrupt.net/agrosolid.owl#Sowing";
export const name = "https://agrosolid.inrupt.net/agrosolid.owl#name";
export const quantity = "https://agrosolid.inrupt.net/agrosolid.owl#quantity";
export const surface = "https://agrosolid.inrupt.net/agrosolid.owl#surface";
export const timestamp = "https://agrosolid.inrupt.net/agrosolid.owl#timestamp";
export const hasCrop = "https://agrosolid.inrupt.net/agrosolid.owl#hasCrop";
export const hasEvent = "https://agrosolid.inrupt.net/agrosolid.owl#hasEvent";
export const hasOwner = "https://agrosolid.inrupt.net/agrosolid.owl#hasOwner";
export const hasPlot = "https://agrosolid.inrupt.net/agrosolid.owl#hasPlot";