#  test definitive document handling - 2
#
#   cwm --mode=rse defdoc2.n3 --think
#
@prefix : <#>.
@prefix log: <http://www.w3.org/2000/10/swap/log#>.
@prefix state: <data/USRegionState.n3#> .
@prefix city: <data/USCity.n3#> .

# Question: What cities are in states bordering Massachusetts?


{"MA"^state:code!state:borderstate^city:state city:name ?n}=>{
   ?n a :NAME_OF_CITY_IN_A_STATE_BORDERING_MASSACHUSETTS }.

# ends	
