메뉴 건너뛰기

Cloudera, BigData, Semantic IoT, Hadoop, NoSQL

Cloudera CDH/CDP 및 Hadoop EcoSystem, Semantic IoT등의 개발/운영 기술을 정리합니다. gooper@gooper.com로 문의 주세요.


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
select (xsd:integer(?a) as ?a_val) (xsd:integer(?b) as ?b_val) {
  BIND("23"^^xsd:string as ?a) BIND("20"^^xsd:string as ?b)
}


위로