Fix the package name for ContentTripleSourceSPARQL

This commit is contained in:
j2blake 2015-04-21 15:35:49 -04:00
parent e8a2bf60b3
commit d335f6ea11

View file

@ -101,7 +101,7 @@
# :hasTdbDirectory "tdbContentModels" . # :hasTdbDirectory "tdbContentModels" .
#:sparqlContentTripleSource #:sparqlContentTripleSource
# a <java:edu.cornell.mannlib.vitro.webapp.triplesource.impl.virtuoso.ContentTripleSourceSPARQL> , # a <java:edu.cornell.mannlib.vitro.webapp.triplesource.impl.sparql.ContentTripleSourceSPARQL> ,
# <java:edu.cornell.mannlib.vitro.webapp.modules.tripleSource.ContentTripleSource> ; # <java:edu.cornell.mannlib.vitro.webapp.modules.tripleSource.ContentTripleSource> ;
# # The URI of the SPARQL endpoint for your triple-store. # # The URI of the SPARQL endpoint for your triple-store.
# :hasEndpointURI "PUT_YOUR_SPARQL_ENDPOINT_URI_HERE" ; # :hasEndpointURI "PUT_YOUR_SPARQL_ENDPOINT_URI_HERE" ;