Cloudera CDH/CDP 및 Hadoop EcoSystem, Semantic IoT등의 개발/운영 기술을 정리합니다. gooper@gooper.com로 문의 주세요.
select distinct (?s as ?uri) ?name (concat(?phones, "AA") as ?phone) ?managerOf
where
{
?s rdf:type foaf:Person ;
foaf:name ?name ;
icbms:hasIdentifier ?id ;
foaf:phone ?phones ;
icbms:managerOf ?managerOf ;
?p ?o .
filter(?id="S00001") .
}
limit 50