I'm trying to use neosemantics in docker environment, based on Configure Neo4j Labs plugins.
I can read the document(Chapter 1 through 4), and execute some cypher queries, such as import RDF.
However, in Chapter 8 (Exporting RDF data) , the command below doesn't work,
:GET /rdf/neo4j/describe/206
and the result as shown below,
FetchURLError
Could not fetch URL: "404 Not Found". This could be due to the remote server policy. See your web browsers error console for more information.
The Chapter 8 says,
The paths used in the following sections assume that Neosemantics is mounted at /rdf. If you’ve mounted the extension under a different name (instructions on how to do this can be found in the Installation section) all you need to do is replace the /rdf bits in the urls in the following examples with the name you’ve used. Also every request has to include the name of the database you’re working on, so in the examples below replace <dbname> with your database ( in the examples we’ll use 'neo4j' as it’s the default DB)
therefore I suspect that "/rdf" should be replaced with something. A clue seems to be as shown below,
dbms.unmanaged_extension_classes=n10s.endpoint=/rdf
At this moment, I'm stuck. Could you explain how to get alternative of "/rdf" , or
to explore value of "dbms.unmanaged_extension_classes" ?
In addition, neo4j.conf has no information for n10s. It seems that neosemantics uses default value ...
root@9bdb50a24446:/var/lib/neo4j# grep n10s conf/neo4j.conf
best regards, and thanks in advance