All,
> You need to install the ODS-Framework [1] and ODS-Briefcase [2] modules
> atop your Virtuoso instance. Net effect, it adds an LDP layer to the
> Virtuoso WebDAV core.
>
> Once installed, you can simply perform the following verification tests.
>
> Setup verification tests:
>
>
> 1. curl -X OPTIONS -IH "Accept: text/turtle" {URI-of-LDP-Folder}
>
> 2. curl -iH "Accept: text/turtle" {URI-of-LDP-Folder}
>
> If the above is successful, you can perform some based read-write tests:
>
> JSON-LD:
>
> curl --cert {pkcs#12-file}.p12:1234 --cert-type P12 -X POST -H
> 'Content-Type: application/ld+json' \
> -d '[{"@id":"","http://schema.org/name":"Foo"}]'
> {URI-of-LDP-Folder}/test.jsonld
>
>
> RDF-Turtle:
>
> curl --cert {pkcs#12-file}.p12:1234 --cert-type P12 -X POST
> -H'Content-Type: text/turtle' \
> -d '<#this> <#relatedTo> <#that> .' {URI-of-LDP-Folder}/test.ttl
>
>
VOS requires a different version of the ODS packages in order to work:
> Links:
>
> [1]
> http://download3.openlinksw.com/uda/vad-packages/7.2/ods_framework_dav.vad
>
http://download3.openlinksw.com/uda/vad-vos-packages/7.2/ods_framework_dav.vad
> [2]
> http://download3.openlinksw.com/uda/vad-packages/7.2/ods_briefcase_dav.vad
http://download3.openlinksw.com/uda/vad-vos-packages/7.2/ods_briefcase_dav.vad
Patrick
---
Patrick van Kleef
Program Manager
OpenLink Software
http://www.openlinksw.com/
http://twitter.com/openlink/
_______________________________________________
Virtuoso-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/virtuoso-users