# Test Set syntax
#

@prefix t: <test#> .
@prefix : <test#> .
@prefix ont: <http://www.w3.org/2000/10/swap/log#> .



:threeItems = {$ :b, :c, :d $} .

:theeDistinctItems = {$  :b, :c, :d, :c $}.

:nested ={$ :first, :second, {$ :left3, :right3 $}, :fourth $}  .

:emptyList = {$ $} .

:listOf2Empties = {${$$},{$$}$} .

:twoAnons = {$[a :mother],[a :father]$}.

{$$} :verb0 :object0.
{$ "subj1" $} :verb1 :object1.
{$ "subj2a", "subj2b" $} :verb2 :object2.


# N3 only:

{$ 1 $} <#linksEqualSets> {$ 1 $} .



:twoFormulae = {$ {:a a :mother}, {:b a :father}  $}.


:setOfLists =   {$  ( 1 2 ), (), ( 3 4 5 ) $}.



#ENDS

