---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-2-3d71195b321c> in <module>()
8 q.set_select_clause("?obId1 ?obId2 ?v1 ?v2")
9 q.set_where_clause("?p1 a <http://www.insight-centre.org/citytraffic#CongestionLevel>.?p2 a <http://www.insight-centre.org/citytraffic#CongestionLevel>.")
---> 10 e.add_stream(qname,"AarhusTrafficData182955", "http://triplewave1.westeurope.cloudapp.azure.com:4000/sgraph").add_window('3s','1s').add_bgp("{?obId1 a ?ob.?obId1 <http://purl.oclc.org/NET/ssnx/ssn#observedProperty> ?p1.?obId1 <http://purl.oclc.org/NET/sao/hasValue> ?v1.?obId1 <http://purl.oclc.org/NET/ssnx/ssn#observedBy> <http://www.insight-centre.org/dataset/SampleEventService#AarhusTrafficData182955>.}")
11 e.add_stream(qname,"AarhusTrafficData158505", "http://triplewave1.westeurope.cloudapp.azure.com:4001/sgraph").add_window('3s','1s').add_bgp("{?obId2 a ?ob.?obId2 <http://purl.oclc.org/NET/ssnx/ssn#observedProperty> ?p2.?obId2 <http://purl.oclc.org/NET/sao/hasValue> ?v2.?obId2 <http://purl.oclc.org/NET/ssnx/ssn#observedBy> <http://www.insight-centre.org/dataset/SampleEventService#AarhusTrafficData158505>.}")
12
AttributeError: 'NoneType' object has no attribute 'add_bgp'