@prefix : . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . :email a daml:UnambiguousProperty. :weight a daml:Property; rdfs:label "Weight". [ :email ; :weight "156" ]. # This appears in the managing rdf page to make it easier to # identify this file <> a :rdfSnippit; dc:creator "Ron Alford"; dc:date "04/09/2003"; dc:description "Test Case for Smoosh-Nodes".