Mercurial > code > home > repos > homeauto
annotate service/reasoning/input/startup.n3 @ 1059:faf1f8677a91
pi device support for motionStart edge trigger
Ignore-this: 1eda3d0bed8def055573fdc1db3cd7c3
darcs-hash:b77ef0bc873415b7319e8dff11d484d48f4bd10e
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Mon, 21 Mar 2016 04:18:45 -0700 |
parents | cfc9c9f48824 |
children | 570b0e73d2bc |
rev | line source |
---|---|
851
0d86b3955bcd
rewriting reasoning to use graphs for config
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
1 @prefix : <http://projects.bigasterisk.com/room/> . |
0d86b3955bcd
rewriting reasoning to use graphs for config
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
2 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
0d86b3955bcd
rewriting reasoning to use graphs for config
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
3 |
1051 | 4 |
5 <http://bang:9059/graph> is :source of :reasoning; rdfs:label "bang arduino" . | |
6 <http://kitchen:9059/graph> is :source of :reasoning; rdfs:label "kitchen pi" . | |
7 <http://living:9059/graph> is :source of :reasoning; rdfs:label "living room pi" . | |
8 <http://slash:9059/graph> is :source of :reasoning; rdfs:label "slash arduino" . | |
9 <http://sticker:9059/graph> is :source of :reasoning; rdfs:label "bed pi" . | |
10 <http://brace6:9059/graph> is :source of :reasoning; rdfs:label "brace arduino" . | |
1059
faf1f8677a91
pi device support for motionStart edge trigger
drewp <drewp@bigasterisk.com>
parents:
1051
diff
changeset
|
11 <http://changing:9059/graph> is :source of :reasoning; rdfs:label "changing pi" . |
faf1f8677a91
pi device support for motionStart edge trigger
drewp <drewp@bigasterisk.com>
parents:
1051
diff
changeset
|
12 |
faf1f8677a91
pi device support for motionStart edge trigger
drewp <drewp@bigasterisk.com>
parents:
1051
diff
changeset
|
13 #<http://changing:8208/graph> is :source of :reasoning; rdfs:label "changing camera" . |
877 | 14 |
1051 | 15 <http://bang:9070/graph> is :source of :reasoning; rdfs:label "wifi usage" . |
16 <http://bang:9075/graph> is :source of :reasoning; rdfs:label "env" . | |
17 <http://bang:9099/graph> is :source of :reasoning; rdfs:label "trails" . | |
18 | |
19 <http://dash:9095/graph> is :source of :reasoning; rdfs:label "dash monitor" . | |
20 <http://dash:9107/graph> is :source of :reasoning; rdfs:label "dash x idle" . | |
21 <http://brace6:9095/graph> is :source of :reasoning; rdfs:label "brace monitor" . | |
22 <http://brace6:9107/graph> is :source of :reasoning; rdfs:label "brace x idle" . | |
23 <http://slash:9095/graph> is :source of :reasoning; rdfs:label "slash monitor" . | |
24 <http://slash:9107/graph> is :source of :reasoning; rdfs:label "slash x idle" . | |
25 #<http://bang:9095/graph> is :source of :reasoning; rdfs:label "bang monitor" . | |
877 | 26 |
934
3bb18b7d21df
reasoning actions: generalize them a bit but then add a bunch of special cases for mpd for now
drewp <drewp@bigasterisk.com>
parents:
892
diff
changeset
|
27 |
3bb18b7d21df
reasoning actions: generalize them a bit but then add a bunch of special cases for mpd for now
drewp <drewp@bigasterisk.com>
parents:
892
diff
changeset
|
28 [ a :OneShotPost; :subject <http://bigasterisk.com/host/star/slideshow>; :predicate :postAction ] . |
3bb18b7d21df
reasoning actions: generalize them a bit but then add a bunch of special cases for mpd for now
drewp <drewp@bigasterisk.com>
parents:
892
diff
changeset
|
29 [ a :OneShotPost; :subject <http://bigasterisk.com/host/star/sound>; :predicate :postAction ] . |
3bb18b7d21df
reasoning actions: generalize them a bit but then add a bunch of special cases for mpd for now
drewp <drewp@bigasterisk.com>
parents:
892
diff
changeset
|
30 [ a :OneShotPost; :subject <http://bigasterisk.com/host/slash/sound>; :predicate :postAction ] . |
986
b279ca8d2894
new reasoning config for storage motion.
drewp <drewp@bigasterisk.com>
parents:
934
diff
changeset
|
31 [ a :OneShotPost; :subject <http://bigasterisk.com/host/plus/sound>; :predicate :postAction ] . |
934
3bb18b7d21df
reasoning actions: generalize them a bit but then add a bunch of special cases for mpd for now
drewp <drewp@bigasterisk.com>
parents:
892
diff
changeset
|
32 |
3bb18b7d21df
reasoning actions: generalize them a bit but then add a bunch of special cases for mpd for now
drewp <drewp@bigasterisk.com>
parents:
892
diff
changeset
|
33 [ a :OneShotPost; :subject <http://bigasterisk.com/host/slash/mpd>; :predicate :postAction ] . |