Mercurial > code > home > repos > homeauto
comparison service/reasoning/input/startup.n3 @ 1415:a02b1b08f24f
clean up very old reasoning configs
Ignore-this: 29c9a3145a640c8a71d4add8ee219fae
darcs-hash:64a8a52854f34fc3ae932b796552795df31be1bb
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Wed, 24 Jul 2019 01:12:29 -0700 |
parents | 025c91f8baa4 |
children |
comparison
equal
deleted
inserted
replaced
1414:1a277dba4cdc | 1415:a02b1b08f24f |
---|---|
1 @prefix : <http://projects.bigasterisk.com/room/> . | 1 @prefix : <http://projects.bigasterisk.com/room/> . |
2 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 2 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
3 @prefix fr: <http://bigasterisk.com/foaf/> . | 3 @prefix fr: <http://bigasterisk.com/foaf/> . |
4 | |
5 # Note that turning off a source in here doesn't stop incoming oneshot | |
6 # requests (but it could, if we got continuous graphs such that | |
7 # oneshot was just a sequence of updates and not a reverse-direction | |
8 # request). | |
9 | |
10 # UNUSED- see sse_collector | |
11 <http://bang:9059/graph> is :source of :reasoning; rdfs:label "bang arduino" . | |
12 <http://garage:9059/graph> is :source of :reasoning; rdfs:label "garage pi" . | |
13 <http://kitchen:9059/graph> is :source of :reasoning; rdfs:label "kitchen pi" . | |
14 <http://living:9059/graph> is :source of :reasoning; rdfs:label "living room pi" . | |
15 <http://slash:9059/graph> is :source of :reasoning; rdfs:label "slash arduino" . | |
16 <http://bed:9059/graph> is :source of :reasoning; rdfs:label "bed pi" . | |
17 <http://brace6:9059/graph> is :source of :reasoning; rdfs:label "brace arduino" . | |
18 <http://changing:9059/graph> is :source of :reasoning; rdfs:label "changing pi" . | |
19 <http://frontdoor6:9059/graph> is :source of :reasoning; rdfs:label "frontdoor pi" . | |
20 <http://bang:9075/graph> is :source of :reasoning; rdfs:label "env" . | |
21 | |
22 <http://bang:9070/graph> is :source of :reasoning; rdfs:label "wifi usage" . | |
23 <http://bang:9099/graph> is :source of :reasoning; rdfs:label "trails" . | |
24 | |
25 <http://dash:9095/graph> is :source of :reasoning; rdfs:label "dash monitor" . | |
26 <http://dash:9107/graph> is :source of :reasoning; rdfs:label "dash x idle" . | |
27 <http://brace6:9095/graph> is :source of :reasoning; rdfs:label "brace monitor" . | |
28 <http://brace6:9107/graph> is :source of :reasoning; rdfs:label "brace x idle" . | |
29 <http://slash:9095/graph> is :source of :reasoning; rdfs:label "slash monitor" . | |
30 <http://slash:9107/graph> is :source of :reasoning; rdfs:label "slash x idle" .# | |
31 <http://frontdoor6:9095/graph> is :source of :reasoning; rdfs:label "frontdoor monitor" . | |
32 <http://frontdoor6:9107/graph> is :source of :reasoning; rdfs:label "frontdoor x idle" . | |
33 | |
34 | |
35 # not built yet | |
36 #<http://bang:9095/graph> is :source of :reasoning; rdfs:label "bang monitor" . | |
37 #<http://changing:8208/graph> is :source of :reasoning; rdfs:label "changing camera" . | |
38 | 4 |
39 | 5 |
40 [ a :OneShotPost; :subject <http://bigasterisk.com/host/star/slideshow>; :predicate :postAction ] . | 6 [ a :OneShotPost; :subject <http://bigasterisk.com/host/star/slideshow>; :predicate :postAction ] . |
41 [ a :OneShotPost; :subject <http://bigasterisk.com/host/star/sound>; :predicate :postAction ] . | 7 [ a :OneShotPost; :subject <http://bigasterisk.com/host/star/sound>; :predicate :postAction ] . |
42 [ a :OneShotPost; :subject <http://bigasterisk.com/host/slash/sound>; :predicate :postAction ] . | 8 [ a :OneShotPost; :subject <http://bigasterisk.com/host/slash/sound>; :predicate :postAction ] . |