@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 :mainMenuItem; :link ; :priority "110"; :title "Interesting links"; rdfs:label "Bookmarks"]. [ a :CoolStuff; :link "/rdf/"; rdfs:label "RDF Map"; :priority "80"; :title "A way to browse all our RDF" ]. [ a :CoolStuff; :link "/people/creations/"; rdfs:label "Creations"; :priority "90"; :title "Creations of Mindswappers" ]. [ a :CoolStuff; :link "/people/pages/"; rdfs:label "Default Pages"; :priority "90"; :title "Creates default page for every Mindswapper" ]. # 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".