| Class | Redland::Namespace |
| In: | rdf/redland/node.rb |
| Parent: | Node |
A helper class for namespace. Caches the nodes for a given namespaces
foaf = Namespace.new('http://xmlns.com/0.1/foaf/')
model.find(nil,foaf['name'],'Dominic')
puts foaf['name'] => http://xmlns.com/0.1/foaf/name
Copyright 2004-2005 Dave Beckett, Institute for Learning and Research Technology, University of Bristol