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

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

PrefixNamespace IRI
n15http://ods.openlinksw.com/dataspace/person/dav#
n30http://ods.openlinksw.com/wiki/main/ODS/OdsAddressbookCRUDEndpoint/abcrud12.
n4http://ods.openlinksw.com/wiki/main/ODS/OdsAddressbookCRUDEndpoint/abcrud7.
n12http://ods.openlinksw.com/wiki/main/ODS/OdsAddressbookCRUDEndpoint/abcrud6.
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
n16http://ods.openlinksw.com/dataspace/owiki/wiki/
foafhttp://xmlns.com/foaf/0.1/
n11http://ods.openlinksw.com/wiki/main/ODS/OdsAddressbookCRUDEndpoint/abcrud5.
oplhttp://www.openlinksw.com/schema/attribution#
n24http://ods.openlinksw.com/wiki/main/ODS/OdsAddressbookCRUDEndpoint/abcrud4.
n27http://ods.openlinksw.com/wiki/main/ODS/OdsAddressbookCRUDEndpoint/abcrud13.
n19http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/
n20http://ods.openlinksw.com/dataspace/%28NULL%29/wiki/ODS/
n9http://ods.openlinksw.com/dataspace/dav/wiki/ODS/
n35http://ietfreport.isoc.org/idref/draft-ietf-vcarddav-carddav/
n8http://ods.openlinksw.com/dataspace/owiki#
n23http://ods.openlinksw.com/wiki/main/ODS/OdsAddressbookCRUDEndpoint/abcrud3.
dchttp://purl.org/dc/elements/1.1/
n26http://ods.openlinksw.com/wiki/main/ODS/OdsAddressbookCRUDEndpoint/abcrud2.
rdfshttp://www.w3.org/2000/01/rdf-schema#
n6http://rdfs.org/sioc/services#
n2http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/
n28http://ods.openlinksw.com/wiki/main/ODS/OdsAddressbookCRUDEndpoint/abcrud14.
siocthttp://rdfs.org/sioc/types#
n18http://ods.openlinksw.com/wiki/main/ODS/OdsAddressbookCRUDEndpoint/abcrud1.
n14http://ods.openlinksw.com/dataspace/person/owiki#
n29http://ods.openlinksw.com/wiki/main/ODS/OdsAddressbookCRUDEndpoint/abcrud10.
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n25http://ods.openlinksw.com/wiki/main/ODS/OdsAddressbookCRUDEndpoint/abcrud15.
n5http://ods.openlinksw.com/dataspace/services/wiki/
n34http://localhost:8890/DAV/home/demo/addressbooks/demoAddressBook/</
n37http://ods.openlinksw.com/wiki/main/ODS/OdsAddressbookCRUDEndpoint/abcrud9.
n32http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/OdsAddressbookCRUDEndpoint/sioc.
xsdhhttp://www.w3.org/2001/XMLSchema#
n22http://ods.openlinksw.com/dataspace/dav#
n7http://ods.openlinksw.com/wiki/main/ODS/OdsAddressbookCRUDEndpoint/abcrud8.
siochttp://rdfs.org/sioc/ns#
Subject Item
n15:this
foaf:made
n2:OdsAddressbookCRUDEndpoint
Subject Item
n5:item
n6:services_of
n2:OdsAddressbookCRUDEndpoint
Subject Item
n8:this
sioc:creator_of
n2:OdsAddressbookCRUDEndpoint
Subject Item
n16:ODS
sioc:container_of
n2:OdsAddressbookCRUDEndpoint
atom:entry
n2:OdsAddressbookCRUDEndpoint
atom:contains
n2:OdsAddressbookCRUDEndpoint
Subject Item
n22:this
sioc:creator_of
n2:OdsAddressbookCRUDEndpoint
Subject Item
n2:OdsAddressbookCRUDEndpoint
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T06:01:55.891995
dcterms:modified
2017-06-29T07:30:37.070052
rdfs:label
OdsAddressbookCRUDEndpoint
foaf:maker
n14:this n15:this
dc:title
OdsAddressbookCRUDEndpoint
opl:isDescribedUsing
n32:rdf
sioc:has_creator
n22:this n8:this
sioc:attachment
n4:png n7:png n11:png n12:png n18:png n23:png n24:png n25:png n26:png n27:png n28:png n29:png n30:png n37:png
sioc:content
%META:TOPICPARENT{name="OdsAddressbook"}% ---+Manipulate my Addressbook data via CRUD RESTful using Addressbook CardDAV Endpoint %TOC% ---++What? AddressBook CRUD (<b>C</b>reate, <b>R</b>ead, <b>U</b>pdate, <b>D</b>elete) Endpoint Service. ---++Why? Using CRUD RESTful Endpoint service provides an easy way to manage contacts. ---++How? Knowing an Addressbook CRUD Endpoint Service endpoint URL, one can perform the following activities: * Copy-paste vCard files containing contacts. So once pasted, the system creates the contacts; * Edit contact(s); * Update contact(s); * Delete contact(s); * Update RDF Data for the Addressbook instance. Depending on the instance's model: * When model is "Closed", will be updated the RDF Data for the instance's private graph: <verbatim> http://cname/dataspace/protected/[name-of-the-instance] </verbatim> * When model is "Opened", will be updated the RDF Data for the ODS Dataspace public graph: <verbatim> http://cname/dataspace/[name-of-the-instance] </verbatim> ---+++Example with Addressbook instance that has Member model from type "Closed" and is not set "Visible to public" 1. Suppose a user, for ex. "demo", has created Addressbook instance with name "demoAddressBook" and <code>Member model</code> is "Closed": %BR%%BR%<img src="%ATTACHURLPATH%/abcrud1.png" />%BR%%BR% 1 Mount the Addressbook CardDAV Endpoint URL <code> http://localhost:8890/DAV/home/demo/addressbooks/demoAddressBook/</code> %BR%%BR%<img src="%ATTACHURLPATH%/abcrud2.png" />%BR%%BR% %BR%%BR%<img src="%ATTACHURLPATH%/abcrud3.png" />%BR%%BR% %BR%%BR%<img src="%ATTACHURLPATH%/abcrud4.png" />%BR%%BR% 1 Drop a .vcf file, for ex. kidehen.vcf into the mapped CardDAV Addressbook folder: <verbatim> -- kidehen.vcf BEGIN:VCARD VERSION:3.0 REV:2012-01-23T15:30:04-05:00 UID:B12074BC-DB7B-47F5-856E-2DBD08923381-ABSPlugin NICKNAME:Idehen FN:Kingsley Idehen N:Idehen;Kingsley;; ORG:OpenLink Software TITLE:CEO END:VCARD </verbatim> %BR%%BR%<img src="%ATTACHURLPATH%/abcrud5.png" />%BR%%BR% 1 The user demo's Addressbook Dataspace instance UI now should show under "My Contacts" the new imported contact(s): %BR%%BR%<img src="%ATTACHURLPATH%/abcrud6.png" />%BR%%BR% 1 [[http://ods.openlinksw.com/dataspace/dav/wiki/ODS/ODSGenerateX509Certificate][Generate an X.509 Certificate hosted WebID]] for user "demo" WebID. 1 [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtAuthFOAFSSLACL][Secure your SPARQL Endpoint via user "demo" WebID]], for ex.: <verbatim> -- user "demo" WebID: http://localhost:8890/dataspace/person/demo#this -- SPARQL-WebID Endpoint: -- https://localhost:4433/sparql-webid </verbatim> 1 Access the SPARQL-WebID Endpoint. 1 When challenged for authentication select the generated from above certificate for user "demo": %BR%%BR%<img src="%ATTACHURLPATH%/abcrud8.png" />%BR%%BR% 1 The SPARQL-WebID Endpoint UI should be presented: %BR%%BR%<img src="%ATTACHURLPATH%/abcrud9.png" />%BR%%BR% 1 Enter the following query: <verbatim> SELECT * FROM <http://localhost:8890/dataspace/protected/demoAddressBook> WHERE {?s ?p ?o} </verbatim> %BR%%BR%<img src="%ATTACHURLPATH%/abcrud10.png" />%BR%%BR% 1 As result no rows are found. ---+++Example with Addressbook instance that has Member model from type "Opened" and is set "Visible to Public" 1. Suppose a user, for ex. "demo", has created Addressbook instance with name "demoAddressBook" and <code>Member model</code> is "Opened" and is set "Visible to Public". %BR%%BR%<img src="%ATTACHURLPATH%/abcrud12.png" />%BR%%BR% 1 Mount the Addressbook CardDAV Endpoint URL <code> http://localhost:8890/DAV/home/demo/addressbooks/demoAddressBook/</code> %BR%%BR%<img src="%ATTACHURLPATH%/abcrud2.png" />%BR%%BR% %BR%%BR%<img src="%ATTACHURLPATH%/abcrud3.png" />%BR%%BR% %BR%%BR%<img src="%ATTACHURLPATH%/abcrud4.png" />%BR%%BR% 1 Drop a .vcf file, for ex. kidehen.vcf into the mapped CardDAV Addressbook folder: <verbatim> -- kidehen.vcf BEGIN:VCARD VERSION:3.0 REV:2012-01-23T15:30:04-05:00 UID:B12074BC-DB7B-47F5-856E-2DBD08923381-ABSPlugin NICKNAME:Idehen FN:Kingsley Idehen N:Idehen;Kingsley;; ORG:OpenLink Software TITLE:CEO END:VCARD </verbatim> %BR%%BR%<img src="%ATTACHURLPATH%/abcrud5.png" />%BR%%BR% 1 The user demo's Addressbook Dataspace instance UI now should show under "My Contacts" the new imported contact(s): %BR%%BR%<img src="%ATTACHURLPATH%/abcrud6.png" />%BR%%BR% 1 Access the SPARQL Public Endpoint. %BR%%BR%<img src="%ATTACHURLPATH%/abcrud13.png" />%BR%%BR% 1 Suppose the inserted from above contact has id=1004. 1 Enter the following query: <verbatim> SELECT * FROM <http://localhost:8890/dataspace> WHERE {<http://localhost:8890/dataspace/demo/addressbook/demoAddressBook/1004> ?p ?o} </verbatim> %BR%%BR%<img src="%ATTACHURLPATH%/abcrud14.png" />%BR%%BR% 1 Click "Run Query". 1 As result the freshly inserted RDF Data for the contact in question will be displayed: %BR%%BR%<img src="%ATTACHURLPATH%/abcrud15.png" />%BR%%BR% ---++Related * [[http://ietfreport.isoc.org/idref/draft-ietf-vcarddav-carddav/][CardDAV Specification]] * [[OdsAddressbook][ODS-Addressbook Dataspace]]
sioc:id
4e35e38775323f49a75a6f1b1ec9acb2
sioc:link
n2:OdsAddressbookCRUDEndpoint
sioc:has_container
n16:ODS
n6:has_services
n5:item
atom:title
OdsAddressbookCRUDEndpoint
sioc:links_to
n9:ODSGenerateX509Certificate n19:VirtAuthFOAFSSLACL n20:CardDAV n20:WebID n34:code n35: n2:OdsAddressbook n20:AddressBook
atom:source
n16:ODS
atom:author
n15:this
atom:published
2017-06-13T06:01:55Z
atom:updated
2017-06-29T07:30:37Z
sioc:topic
n16:ODS