Method: RdfContext::Namespace#bind
- Defined in:
- lib/rdf_context/namespace.rb
#bind(graph) ⇒ Namespace
Bind this namespace to a Graph
68 69 70 |
# File 'lib/rdf_context/namespace.rb', line 68 def bind(graph) graph.bind(self) end |
Bind this namespace to a Graph
68 69 70 |
# File 'lib/rdf_context/namespace.rb', line 68 def bind(graph) graph.bind(self) end |