|
tolog query
|
|
|
|
|
The following is sample queries of the topic map.
|
****************************************************************
インスタンストピックの問合せ
****************************************************************
----- すべてのトピック型のすべてのインスタンスを問合せ ---
instance-of($INSTANCE, $TOPIC)?
----- "heading" 型のすべてのインスタンスを問合せ ---
using psi1 for i"http://www.jla.or.jp/bsh/"
instance-of($INSTANCE, psi1:heading)
order by $INSTANCE?
**********************************************************************
"参照(USE-UF)関係を問合せ
**********************************************************************
using psi1 for i"http://www.jla.or.jp/bsh/"
psi1:prior($USE : psi1:use, $UF : psi1:uf)
order by $USE, $UF?
|
|