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.1 spec/swap_test/contexts.n3
rdf_context-0.5.0 spec/swap_test/contexts.n3