# Test data in notation3 http://www.w3.org/DesignIssues/Notation3.html
#    
#
@prefix x: <http://example.org/x-ns/#> .
@prefix dc: <http://purl.org/dc/elements/1.1/#> .


# 

   [ >- x:firstname -> "Ora" ] >- dc:wrote ->
    [ >- dc:title -> "Moby Dick" ] .
     @prefix default <http://example.org/default#>.
     <uriPath> :localProp :defaultedName .

# ENDS
