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