Method: RDF::Repository#uri

Defined in:
lib/rdf/repository.rb

#uriURI (readonly) Also known as: url

Returns the URI of this repository.

Returns:

[View source] [View on GitHub]

103
104
105
# File 'lib/rdf/repository.rb', line 103

def uri
  @uri
end