Sha256: 3eaefa092c4f7ff986373008a095e37f299c678f98c20a032ad18e834710c359

Contents?: true

Size: 490 Bytes

Versions: 22

Compression:

Stored size: 490 Bytes

Contents

# Test list syntax
#

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



:threeItems = ( :b :c :d ) .

: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 ) <#linksEqualLists> ( 1 ) .



:twoFormulae = ({:a a :mother} {:b a :father}).


#ENDS

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
rdf_context-0.5.11 spec/swap_test/lists.n3
rdf-n3-0.3.0 spec/swap_test/lists.n3
rdf_context-0.5.10 spec/swap_test/lists.n3
rdf-n3-0.2.3.2 spec/swap_test/lists.n3
rdf-n3-0.2.3.1 spec/swap_test/lists.n3
rdf-n3-0.2.3 spec/swap_test/lists.n3
rdf_context-0.5.9.1 spec/swap_test/lists.n3
rdf_context-0.5.9 spec/swap_test/lists.n3
rdf_context-0.5.8.2 spec/swap_test/lists.n3
rdf_context-0.5.8.1 spec/swap_test/lists.n3
rdf-n3-0.2.2 spec/swap_test/lists.n3
rdf_context-0.5.7 spec/swap_test/lists.n3
rdf_context-0.5.6 spec/swap_test/lists.n3
rdf-n3-0.2.1 spec/swap_test/lists.n3
rdf-n3-0.0.3 spec/swap_test/lists.n3
rdf-n3-0.0.2 spec/swap_test/lists.n3
rdf-n3-0.0.1 spec/swap_test/lists.n3
rdf_context-0.5.5 spec/swap_test/lists.n3
rdf_context-0.5.3 spec/swap_test/lists.n3
rdf_context-0.5.2 spec/swap_test/lists.n3