Sha256: 4cb7a77927e21438505f6615ec0ae0cd6c7fb404784a412a2c0d7c8a839425a5
Contents?: true
Size: 293 Bytes
Versions: 22
Compression:
Stored size: 293 Bytes
Contents
# Test the cwm quick variable declarations @prefix : <foo.n3#>. # Local stuff @keywords . # Use no keywards @forAll :x, :y, :z. @forSome :a, :b, :c. b a c. # Should simply use a as a local symbol, NOT as rdf:type. #{ :x <#mother> :y. :y <#sister> :z } => { :x <#aunt> :z }. #ends
Version data entries
22 entries across 22 versions & 2 rubygems