Sha256: ce24be237fbb24269ccc8b727fec5ad6e4522bacc03494e947ef3e4456b609bd

Contents?: true

Size: 379 Bytes

Versions: 22

Compression:

Stored size: 379 Bytes

Contents

# Test data in notation3 http://www.w3.org/DesignIssues/Notation3.html
#    
@prefix u: <http://www.example.org/utilities#> .
@prefix : <#> .

:assumption = { :fred u:knows :john .
                :john u:knows :mary .} .

:conclusion = { :fred u:knows :mary . } .

# The empty context is trivially true.
# Check that we can input it and output it!

:trivialTruth = { }.

# ENDS

Version data entries

22 entries across 22 versions & 2 rubygems

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