Method: RDF::Vocabulary.properties

Defined in:
lib/rdf/vocabulary.rb

.propertiesObject Also known as: __properties__

@return [Array<RDF::URI>] a list of properties in the current vocabulary



333
334
335
# File 'lib/rdf/vocabulary.rb', line 333

def properties
  props.values
end