Sha256: d1bfaec15f88d16be1e0f260cf7f955a54eda0826a44ece5f0b64f6f4465f395

Contents?: true

Size: 890 Bytes

Versions: 22

Compression:

Stored size: 890 Bytes

Contents

# Test the cwm path 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



  :albert!fam:mother :mentor!:inverse :auntieAnne .
 
  :albert   :admires!:converse :grumpy.

  ("1" "2")!math:sum a :THREE.

  :x  s:label "Help!"^lang:eng, "foo"^lang:fr . # "Au seccours!"^lang:fr.

# Can one put paths inside lists?
#   yup.

(  <a>!<b>  <c>^<d> ) <#relatedTo> ( <e>!<f>!<g> ) .


#ends

Version data entries

22 entries across 22 versions & 2 rubygems

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