@prefix : . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix foaf: . @prefix owl: . :rdfSnippit :listLabelProp dc:description; rdfs:label "RDF Snippit". :Paper :listLabelProp dc:title. :newsItem rdfs:label "News item"; :listLabelProp dc:title. :Software rdfs:label "Software"; :listLabelProp :softwareName. :creator owl:inverseOf :created. # This appears in the managing rdf page to make it easier to # identify this file <> a :rdfSnippit; :creator [ foaf:mbox ]; dc:date "07/22/2003"; dc:description "Asserting some things to be :listLabelProp for the new creations page".