view service/reasoning/input/startup.n3 @ 1404:025c91f8baa4

frontwindow display config, move keys out Ignore-this: 1d725d6548558e8cbcba30768c604c9f darcs-hash:0e084d33fda38aa2689131cb5c746bbc202b05af
author drewp <drewp@bigasterisk.com>
date Tue, 23 Jul 2019 10:25:56 -0700
parents ac127fdace62
children 4bee03b708c7
line wrap: on
line source

@prefix : <http://projects.bigasterisk.com/room/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fr: <http://bigasterisk.com/foaf/> .

# Note that turning off a source in here doesn't stop incoming oneshot
# requests (but it could, if we got continuous graphs such that
# oneshot was just a sequence of updates and not a reverse-direction
# request).

# UNUSED- see sse_collector
<http://bang:9059/graph>       is :source of :reasoning; rdfs:label "bang arduino" .
<http://garage:9059/graph>     is :source of :reasoning; rdfs:label "garage pi" .
<http://kitchen:9059/graph>    is :source of :reasoning; rdfs:label "kitchen pi" .
<http://living:9059/graph>     is :source of :reasoning; rdfs:label "living room pi" .
<http://slash:9059/graph>      is :source of :reasoning; rdfs:label "slash arduino" .
<http://bed:9059/graph>        is :source of :reasoning; rdfs:label "bed pi" .
<http://brace6:9059/graph>     is :source of :reasoning; rdfs:label "brace arduino" .
<http://changing:9059/graph>   is :source of :reasoning; rdfs:label "changing pi" .
<http://frontdoor6:9059/graph> is :source of :reasoning; rdfs:label "frontdoor pi" .
<http://bang:9075/graph>       is :source of :reasoning; rdfs:label "env" .

<http://bang:9070/graph>       is :source of :reasoning; rdfs:label "wifi usage" .
<http://bang:9099/graph>       is :source of :reasoning; rdfs:label "trails" .

<http://dash:9095/graph>       is :source of :reasoning; rdfs:label "dash monitor" .
<http://dash:9107/graph>       is :source of :reasoning; rdfs:label "dash x idle" .
<http://brace6:9095/graph>     is :source of :reasoning; rdfs:label "brace monitor" .
<http://brace6:9107/graph>     is :source of :reasoning; rdfs:label "brace x idle" .
<http://slash:9095/graph>      is :source of :reasoning; rdfs:label "slash monitor" .
<http://slash:9107/graph>      is :source of :reasoning; rdfs:label "slash x idle" .#
<http://frontdoor6:9095/graph> is :source of :reasoning; rdfs:label "frontdoor monitor" .
<http://frontdoor6:9107/graph> is :source of :reasoning; rdfs:label "frontdoor x idle" .


# not built yet
#<http://bang:9095/graph>    is :source of :reasoning; rdfs:label "bang monitor" .
#<http://changing:8208/graph> is :source of :reasoning; rdfs:label "changing camera" .


[ a :OneShotPost; :subject <http://bigasterisk.com/host/star/slideshow>; :predicate :postAction ] .
[ a :OneShotPost; :subject <http://bigasterisk.com/host/star/sound>; :predicate :postAction ] .
[ a :OneShotPost; :subject <http://bigasterisk.com/host/slash/sound>; :predicate :postAction ] .
[ a :OneShotPost; :subject <http://bigasterisk.com/host/plus/sound>; :predicate :postAction ] .

[ a :OneShotPost; :subject <http://bigasterisk.com/host/slash/mpd>; :predicate :postAction ] .

<http://bigasterisk.com/homeauto/thermostatSetTemp> :temperatureF 70 .
# run rdfdb, put it in there


@prefix reasoning: <http://projects.bigasterisk.com/ns/reasoning/>.

reasoning:defaultOutput reasoning:default
[:subject :frontWindow; :predicate :line1;
  :defaultObject "Scan card..." 
  ],
[:subject :frontWindow; :predicate :line2;
  :defaultObject "Locked" 
  ],
[:subject :frontWindow; :predicate :line3;
  :defaultObject "Closed" 
  ] .