@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 ; rdfs:label "Image Demo"; :priority "83"; :title "Demo site for PhotoStuff" ]. [ a :CoolStuff; :link ; rdfs:label "Provenance"; :priority "90"; :title "Provenance info about creations" ]. # [ a :CoolStuff; # :link ; # rdfs:label "Image Map"; # :priority "85"; # :title "Similar to the rdf map, for images"]. [ a :CoolStuff; :link "/people/pages/"; rdfs:label "Page Creator"; :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".