- From: Tobias Zahn <tobias-zahn@gmx.net>
- Date: Mon, 11 May 2015 19:41:01 +0200
- To: public-hydra@w3.org
Hello everybody,
after being pointed to this mailing list by Markus Lanthaler, I would
like to ask a question here which I have previously posted on
StackOverflow, as the question could not be fully answered there.
I deployed the Hydra Console from M. Lanthaler to my own Machine
(apache2). I then tried to create an entry point similar to the one in
the Example Application (Issue Tracker) used as an example for the Hydra
Console. It looks like this:
{
"@context": "EntryPoint.jsonld",
"@id": "index.jsonld",
"@type": "EntryPoint",
"issues": "example/issues.jsonld"
}
The Context and Vocab are deployed to the same directory as
EntryPoint.jsonld. Unfortunately, this does not work. If I open this
document in the Hydra Console, it looks like this:
{
"@context": ,
"@id": ,
"@type": ,
"issues":
}
And it says "not mapped to an IRI" as a tooltip on the later three. As
there is no error message or any way for me to understand what is wrong
I ask the question here. Please help me to solve the problem. If you
have hints for me how to debug on my own that would be welcomed.
Note: phpinfo works on this apache, therefore I assume PHP works
correctly. Also, I have adjusted the schema etc. to make them point to
my machine. What I have _not_ done is to setup/copy the PHP files for
the issue tracker (but only the JSON-LD files), as I do not plan to use it.
Thanks and best regards,
Tobias
Received on Monday, 11 May 2015 18:54:38 UTC