Mercurial > code > home > repos > homeauto
diff 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 |
line wrap: on
line diff
--- a/service/reasoning/input/startup.n3 Wed Jul 24 01:03:21 2019 -0700 +++ b/service/reasoning/input/startup.n3 Wed Jul 24 01:12:29 2019 -0700 @@ -2,40 +2,6 @@ @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 ] .