Sha256: bb89e6f4649d5661fb970e273288463d0080e029d153dfdbacb31dd24c13bf98

Contents?: true

Size: 662 Bytes

Versions: 22

Compression:

Stored size: 662 Bytes

Contents

# Test the cwm quick variable expressions

#@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
#@prefix s: <http://www.w3.org/2000/01/rdf-schema#> .
#@prefix daml:  <http://www.daml.org/2000/10/daml-ont#> .
#@prefix fam:  <http://www.daml.example.org/2001/03/fam#> .
#@prefix lang:   <http://www.daml.example.org/2000/10/lang#> .
#@prefix log:  <http://www.w3.org/2000/10/swap/log#> .
#@prefix math:  <http://www.w3.org/2000/10/swap/math#> .
#@prefix  lang:  <http://www.w3.example.org/2000/10/swap/lang#> .

#@prefix : <foo.n3#>.  # Local stuff
#@prefix foo: <foo.n3#>.  # Local stuff


{ ?b <#aunt> ?c } <=
{ [] <#parent> ?b; <#sister> ?c }.

#ends

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
rdf_context-0.5.1 spec/swap_test/syntax/qvars2.n3
rdf_context-0.5.0 spec/swap_test/syntax/qvars2.n3