@prefix : . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix foaf: . a :Wiki; :wikiName "Graduate AI Course Wiki"; :wikiStatus :wikiFrozen; :wikiRestriction :wikiPublic. a :Wiki; :wikiName "Research Group Wiki"; :wikiStatus :wikiActive; :wikiRestriction :wikiPassworded. # 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/26/2003"; dc:description "Wiki stuff".