메뉴 건너뛰기

Bigdata, Semantic IoT, Hadoop, NoSQL

Bigdata, Hadoop ecosystem, Semantic IoT등의 프로젝트를 진행중에 습득한 내용을 정리하는 곳입니다.
필요한 분을 위해서 공개하고 있습니다. 문의사항은 gooper@gooper.com로 메일을 보내주세요.




# ?now_loc은 모두 표시하면서 ?last_loc이 같은것은 표시하고 다른것은 ""로 구성된 결과 집합을 구하는 경우

select * where
      {
        ?person_id rdf:type foaf:Person ;
          DUL:hasLocation ?now_loc ;
   
          optional {
               ?person_id icbms:lastLocation ?last_loc .
               filter(?now_loc = ?last_loc)
           }

   }
20160129_164518.png

A personal place to organize information learned during the development of such Hadoop, Hive, Hbase, Semantic IoT, etc.
We are open to the required minutes. Please send inquiries to gooper@gooper.com.

위로