GeoSparql queries not working

I’m trying to do some GeoSparql queries. I enabled spatial functionality when creating the repo.
If I do "stardog-admin metdata get " I get:
| spatial.enabled | true
| spatial.index.version | 1
| spatial.precision | 11

But in the stardog.log the following appears:
SELECT ?m ?p
WHERE {
?m a ex:Monument ;
geo:hasGeometry ?mgeo .
?p a ex:Park ;
geo:hasGeometry ?pgeo .
?mgeo geof:within ?pgeo .
} limit 50 offset 0
org.openrdf.query.QueryEvaluationException: com.complexible.stardog.plan.eval.ExecutionException: The database has geospatial functionality disabled, cannot perform spatial queries.

Any clue what the problem could be?
I’m using Stardog Community 4.2.3 on windows 7 with jre1.8.0_111

Cheers,
Niels

Niels,

Geospatial, HA Cluster, JMX, and Virtual Graphs aren’t available in Community. You can try them in the Stardog Enterprise eval.

Cheers,
Kendall

Hi,

I was suspecting something like that…

There’s nothing in the documentation about those differences though is there? Or did I overlook that section?

It would be good to have those limitations clearly documented.

Cheers, Niels

There isn’t enough in the documentation about this to be sure. We will fix this for the upcoming 5.0 release. Thanks for bringing it to our attention.

Cheers,
Kendall