# Test the cwm builtins #@prefix rdf: . #@prefix s: . #@prefix daml: . #@prefix dpo: . #@prefix ex: . #@prefix log: . @prefix : . # Local stuff @prefix foo: . # Local stuff # Usage: cwm a1.n3 ; cwm a1.n3 -flat # # Output should conclude all test* a :success and no failures. # """ The idea is that each _:xxx style qname should be taken as an implicitly declared anonymous variable.""" :isAbout <>. :joe :livesIn _:h. _:h :in :texas. :joe :address _:a. _:a :street "Accacia Avenue". _:a :number "17". _:a :town "anytown USA". _:p a :phone. _:p :areacode "555". _:p :otherdigits "555-1212". _:p :owner :joe. _:p :location _:a. #ends