티스토리 뷰

KDATA (http://kdata.kr)

에서 제공하고 있는 행정구역 중

서울시에 속한 행정구 목록 쿼리


-------------------------------------------------------

PREFIX adsec: <http://data.kdata.kr/administrative_section/>

PREFIX fn: <http://www.w3.org/2005/xpath-functions/>

PREFIX afn: <http://jena.hpl.hp.com/ARQ/function#>

select * where {

?s adsec:isPartOf adsec:Seoul.

filter(afn:substr(str(?s),0,11)="http://data")

?s rdfs:label ?label.

filter(lang(?label)="")

-------------------------------------


실행하기 클릭


--------------------

afn:substr(str(?s),0,11)="http://data"

dbpedia의 자원이 포함되어 있음으로 kdata 자원만을 추출하기 위해

arq function을 이용해 substring 함


lang(?label)=""

language type이 en, cn 등

여러가지가 있음으로 

language type을 표시하지 않은 label을 추출하기 위해 사용


최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
«   2024/05   »
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
글 보관함