This HTML5 document contains 44 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
n23http://myopenlink.net:8890/
dctermshttp://purl.org/dc/terms/
n21http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtuosoOdsUbiquityTutorialsPublAddressbook/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n16http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
n12http://vos.openlinksw.com/wiki/main/VOS/VirtuosoOdsUbiquityTutorialsPublAddressbook/
n24http://demo.openlinksw.com/DAV/home/demo/
dchttp://purl.org/dc/elements/1.1/
n22http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n15http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n18http://vos.openlinksw.com/dataspace/person/dav#
n6http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n13http://demo.openlinksw.com/
n11http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n4http://demo.openlinksw.com/ods/
n10http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n8http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#

Statements

Subject Item
n2:VirtuosoOdsUbiquityTutorialsPublAddressbook
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:44:29.562582
dcterms:modified
2017-06-13T05:44:29.562582
rdfs:label
VirtuosoOdsUbiquityTutorialsPublAddressbook
foaf:maker
n8:this n18:this
dc:title
VirtuosoOdsUbiquityTutorialsPublAddressbook
opl:isDescribedUsing
n21:sioc.rdf
sioc:has_creator
n11:this n22:this
sioc:attachment
n12:u3.png n12:u7.png n12:u20.png n12:u21.png n12:u19.png n12:u2.png n12:u17.png n12:u18.png n12:u1.png
sioc:content
---++Addressbook Publication Ubiquity Tutorial This tutorial demonstrates how to make publication from OpenLink [[http://demo.openlinksw.com/ods][Demo server]] Addressbook instance for user demo and import the data to [[http://myopenlink.net:8890/ods][MyOpenlink server]] Addressbook instance for user demo. ---+++Ubiquity Commands Subscription If not already subscribed, perform the following steps: 1. Go to http://demo.openlinksw.com/ods/ods_ubiquity.html 2. Click the button "Subscribe" 3. Click the button "I know what I'm doing. Subscribe to it". 4. As result should be shown message for "Subscription Successful" and we are ready to perform the steps from the tutorial. ---+++Initial conditions In order to be executed correctly the steps below, there should be ODS Addressbook instance for user demo at the [[http://demo.openlinksw.com/ods][Demo server]] and there should be ODS Addressbook instance for user demo at the [[http://myopenlink.net:8890/ods][MyOpenlink server]]. If not existing, it is enough after log in to go to Addressbook from the left ODS Vertical Main Navigation. This will cause automatically to be created ODS Addressbook instance. ---+++Basic Tutorial Steps 1. Authenticate using ODS command mode: 1. *sid*: 1. Execute the command: <verbatim> ods-host http://demo.openlinksw.com/ods </verbatim> * <img src="%ATTACHURLPATH%/u1.png" style="wikiautogen"/> 1. Execute the command: <verbatim> ods-set-mode sid </verbatim> * <img src="%ATTACHURLPATH%/u2.png" style="wikiautogen"/> 1. Execute the command: <verbatim> ods-authenticate-user demo password demo </verbatim> * <img src="%ATTACHURLPATH%/u3.png" style="wikiautogen"/> 1. *oauth*: detailed description you can find [[VirtuosoOdsUbiquityTutorialsAddressbookOAuthD][here]]. 1. Execute the command: <verbatim> ods-get-instance-id demo's AddressBook </verbatim> * <img src="%ATTACHURLPATH%/u17.png" style="wikiautogen"/> 1. As result will be shown the instance id. For the "demo's AddressBook" instance this should be 36. 1. Execute the command: <verbatim> ods-create-addressbook-publication 36 name MyContacts destinationType URL destination http://myopenlink.net:8890/DAV/home/demo/mycontacts.vcf userName demo userPassword demo </verbatim> * <img src="%ATTACHURLPATH%/u18.png" style="wikiautogen"/> * Note that you can also set destination Type to WebDAV and destination to /DAV/home/demo/mycontacts.vcf for ex. In this case, several steps below when the user tries to import the data from the mycontacts.vcf file, need to set as sourceType URL and the source value should be then http://demo.openlinksw.com/DAV/home/demo/mycontacts.vcf 1. As result the publication will be created and will be shown its id (for ex. 6). 1. To synchronize you can use ubiquity command or the Addressbook UI: 1. Using the ubiquity sync command: 1. Execute the command: <verbatim> ods-sync-addressbook-publication 6 </verbatim> 1. As result should be shown message for Success. 1. Using the Addressbook UI: 1. Go to http://demo.openlinksw.com/ods 1. Log in as demo password demo 1. Go to <nowiki>AddressBook</nowiki> 1. Go to Preferences->Publications 1. Click the button "Sync" for "<nowiki>MyContacts </nowiki>" publication. 1. As result a synchronization will be performed. * <img src="%ATTACHURLPATH%/u19.png" style="wikiautogen"/> 1. Now let's get the contacts to <nowiki>MyOpenlink</nowiki> ODS Addressbook instance. 1. Authenticate using ODS command mode: 1. *sid*: 1. Execute the command: <verbatim> ods-host http://myopenlink.net:8890/ods </verbatim> * <img src="%ATTACHURLPATH%/u7.png" style="wikiautogen"/> 1. Execute the command: <verbatim> ods-set-mode sid </verbatim> * <img src="%ATTACHURLPATH%/u2.png" style="wikiautogen"/> 1. Execute the command: <verbatim> ods-authenticate-user demo password demo </verbatim> * <img src="%ATTACHURLPATH%/u3.png" style="wikiautogen"/> 1. *oauth*: detailed description you can find [[VirtuosoOdsUbiquityTutorialsAddressbookOAuthM][here]]. 1. Execute the command: <verbatim> ods-get-instance-id demo's AddressBook </verbatim> * <img src="%ATTACHURLPATH%/u17.png" style="wikiautogen"/> 1. As result will be shown the instance id. For the "demo's Addressbook" instance this should be 517. 1. Execute the command: <verbatim> ods-import-addressbook 517 source /DAV/home/demo/mycontacts.vcf sourceType WebDAV </verbatim> * <img src="%ATTACHURLPATH%/u20.png" style="wikiautogen"/> 1. As result should be shown message for Success. Let's check the Addressbook instance for user demo at the [[http://myopenlink.net:8890/ods][MyOpenlink server]] . 1. Go to http://myopenlink.net:8890/ods 1. Log in as demo with password demo 1. Go to Addressbook 1. As result in "My Contacts" list will be shown the imported contacts. * <img src="%ATTACHURLPATH%/u21.png" style="wikiautogen"/> CategoryODS CategoryOpenSource CategoryAddressBook CategoryOdsAddressBook
sioc:id
1e8024410a3d7defb905ea4d867df21c
sioc:link
n2:VirtuosoOdsUbiquityTutorialsPublAddressbook
sioc:has_container
n6:VOS
n15:has_services
n16:item
atom:title
VirtuosoOdsUbiquityTutorialsPublAddressbook
sioc:links_to
n4:ods_ubiquity.html n2:OpenLink n2:CategoryODS n10:CategoryAddressBook n10:AddressBook n13:ods n2:CategoryOdsAddressBook n2:WebDAV n2:VirtuosoOdsUbiquityTutorialsAddressbookOAuthD n23:ods n10:VirtuosoOdsUbiquityTutorialsAddressbookOAuthM n2:CategoryOpenSource n24:mycontacts.vcf
atom:source
n6:VOS
atom:author
n18:this
atom:published
2017-06-13T05:44:29Z
atom:updated
2017-06-13T05:44:29Z
sioc:topic
n6:VOS