@prefix : . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix foaf: . :CoolStuff a daml:Class; rdfs:subClassOf :mainMenuItem; rdfs:label "Cool Stuff". [ a :CoolStuff; :link "/2003/arbitrary/"; rdfs:label "RDF Map"; :priority "80"; :title "A way to browse all our RDF" ]. [ a :CoolStuff; :link "/2003/creations/"; rdfs:label "Creations"; :priority "90"; :title "Creations of Mindswappers" ]. # This appears in the managing rdf page to make it easier to # identify this file <> a :rdfSnippit; dc:creator "Amy Alford"; :creator [ foaf:mbox ]; dc:date "03/25/2003"; dc:description "RDF Map menu item".