As usual you can get Semantic Search for DSpace v3.0 directly through
git from the corresponding tag (
SSv3.0). A
patch is also available at the
new download location in google drive. There is also a Semantic Search version with most of the new features that is compatible with
DSpace 3.x (tag
SSv2.3-LD-codemirror).
Finally, for Jersey REST service to work properly (now that individuals' indentifiers are encoded withing the URL), you need to enable ALLOW_ENCODED_SLASH in your servlet container, e.g. for tomcat add the following parameter to your startup script:
-Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true