#Processed by Id: cwm.py,v 1.126 2003/02/14 17:48:08 sandro Exp # using base file:/data/users/www/html/owl/2003/submit-rdf/15.rdf # Notation3 generation by # notation3.py,v 1.133 2003/02/02 16:09:09 timbl Exp # Base was: file:/data/users/www/html/owl/2003/submit-rdf/15.rdf @prefix : . @prefix dc: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix foaf: . <> a :rdfSnippit; dc:creator "Amy Alford"; :creator [ foaf:mbox ]; dc:date "3/25/2003"; rdfs:label "Menu Items" . [ a :mainMenuItem; :link ; :priority "10"; :title "Mindswaps OWL based home page"; rdfs:label "Home" ]. [ a :mainMenuItem; :link ; :priority "20"; :title "People affiliated with Mindswap"; rdfs:label "People" ]. [ a :mainMenuItem; :link ; :priority "30"; :title "Papers by Mindswap affiliates"; rdfs:label "Papers" ]. # [ a :mainMenuItem; # :link ; # :priority "40"; # rdfs:label "Services" ]. [ a :mainMenuItem; :link ; :priority "50"; :title "Stuff you can download from us"; rdfs:label "Downloads" ]. [ a :mainMenuItem; :link ; :priority "60"; :title "Directions to the Mind lab"; rdfs:label "Directions" ]. [ a :mainMenuItem; :link ; :priority "70"; :title "Wikis hosted by Mindswap"; rdfs:label "Wikis" ]. #ENDS