On 9/20/18 3:28 AM, Mark Wilkinson UPM wrote:
> After installing the packages via Conductor upload, and confirming
> that ods is now an option (the interface is now available) I'm still
> hitting problems.
>
> I can start "briefcase", and see folders that belong to me (dav user -
> logged-in); however,I cannot interact with them.  I just get thrown
> back to the ODS login page (even though I am logged-in!), which then
> rejects my dav username and password.
>
> If I simply attempt to interact with (via LDP curl calls)  the Public
> or RDFData folders within the dav folder, I still get the turtle
> parser error that I initially reported.
>
> So... I'm not making a lot of progress.
>
> Suggestions?
>
> Mark

You don't really need to take the ODS-Briefcase route into this
LDP/WebDAV realm. You can also get their via the Conductor. Thus, when
you get in via the Conductor UI ("Content Management" menu item) do you
see the "enable LDP" button associated with the property lookup on a
folder?


Kingsley
>
>
>
>
> On 09/19/2018 05:01 PM, Patrick van Kleef wrote:
>> 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
>> Virtuoso-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/virtuoso-users
>>
>

-- 
Regards,

Kingsley Idehen       
Founder & CEO 
OpenLink Software   
Home Page: http://www.openlinksw.com
Community Support: https://community.openlinksw.com

Weblogs (Blogs):
Medium Blog: https://medium.com/@kidehen
Legacy Blogs: http://www.openlinksw.com/blog/~kidehen/
              http://kidehen.blogspot.com

Profile Pages:
Pinterest: https://www.pinterest.com/kidehen/
Quora: https://www.quora.com/profile/Kingsley-Uyi-Idehen
Twitter: https://twitter.com/kidehen
Google+: https://plus.google.com/+KingsleyIdehen/about
LinkedIn: http://www.linkedin.com/in/kidehen

Web Identities (WebID):
Personal: http://kingsley.idehen.net/public_home/kidehen/profile.ttl#i
        : 
http://id.myopenlink.net/DAV/home/KingsleyUyiIdehen/Public/kingsley.ttl#this


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to