Method: ActiveRDF::Namespace.abbreviations
- Defined in:
- lib/active_rdf/objectmanager/namespace.rb
.abbreviations ⇒ Object
returns currently registered namespace abbreviations (e.g. :foaf, :rdf)
35 36 37 |
# File 'lib/active_rdf/objectmanager/namespace.rb', line 35 def Namespace.abbreviations @@namespaces.keys end |