Sha256: 459dcb281ef208725d36e5a6f1af72650b5497659c126d38d2be33d5c3d026f6

Contents?: true

Size: 951 Bytes

Versions: 22

Compression:

Stored size: 951 Bytes

Contents

     @prefix : <#> .
     @prefix fam: <http://www.daml.example.org/2001/03/fam#> .
     @prefix foo: <foo.n3#> .
     @prefix lang: <http://www.daml.example.org/2000/10/lang#> .
     @prefix math: <http://www.w3.org/2000/10/swap/math#> .
     @prefix s: <http://www.w3.org/2000/01/rdf-schema#> .
    
         @forSome :_g0,
                :_g1,
                :_g2,
                :_g3 .
      ( "1" 
        "2"  )
         math:sum  [
             a foo:THREE ] .
      ( :_g2 
         [
                 <d> <c> ] )
         :relatedTo  (
        :_g3  ) .
    
    <a>     <b> :_g2 .
    
    <e>     <f>  [
             <g> :_g3 ] .
    
    foo:admires     foo:converse :_g1 .
    
    foo:albert     fam:mother  [
             :_g0 foo:auntieAnne ];
         :_g1 foo:grumpy .
    
    foo:mentor     foo:inverse :_g0 .
    
    foo:x     s:label  [
             lang:eng "Help!" ],
                 [
             lang:fr "foo" ] .
    

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
rdf_context-0.5.1 spec/swap_test/ref/path2.n3
rdf_context-0.5.0 spec/swap_test/ref/path2.n3