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

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

PrefixNamespace IRI
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n12http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
dchttp://purl.org/dc/elements/1.1/
n11http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n13http://rdfs.org/sioc/services#
n10http://vos.openlinksw.com/dataspace/person/dav#
siocthttp://rdfs.org/sioc/types#
n6http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n18http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtuosoOdsControllersAddressbook/sioc.
n9http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n16http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n10:this
foaf:made
n2:VirtuosoOdsControllersAddressbook
Subject Item
n11:this
sioc:creator_of
n2:VirtuosoOdsControllersAddressbook
Subject Item
n12:item
n13:services_of
n2:VirtuosoOdsControllersAddressbook
Subject Item
n9:this
sioc:creator_of
n2:VirtuosoOdsControllersAddressbook
Subject Item
n6:VOS
sioc:container_of
n2:VirtuosoOdsControllersAddressbook
atom:entry
n2:VirtuosoOdsControllersAddressbook
atom:contains
n2:VirtuosoOdsControllersAddressbook
Subject Item
n2:VirtuosoOdsControllersAddressbook
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:36:48.262940
dcterms:modified
2017-06-29T07:43:30.918890
rdfs:label
VirtuosoOdsControllersAddressbook
foaf:maker
n10:this n16:this
dc:title
VirtuosoOdsControllersAddressbook
opl:isDescribedUsing
n18:rdf
sioc:has_creator
n11:this n9:this
sioc:content
---++Addressbook Controllers <verbatim> addressbook.get ( contact_id integer ) addressbook.new ( inst_id integer, name varchar, category_id integer := null, kind integer := 0, title varchar := null, fName varchar := null, mName varchar := null, lName varchar := null, fullName varchar := null, gender varchar := null, birthday datetime := null, iri varchar := null, foaf varchar := null, mail varchar := null, web varchar := null, icq varchar := null, skype varchar := null, aim varchar := null, yahoo varchar := null, msn varchar := null, hCountry varchar := null, hState varchar := null, hCity varchar := null, hCode varchar := null, hAddress1 varchar := null, hAddress2 varchar := null, hTzone varchar := null, hLat real := null, hLng real := null, hPhone varchar := null, hMobile varchar := null, hFax varchar := null, hMail varchar := null, hWeb varchar := null, bCountry varchar := null, bState varchar := null, bCity varchar := null, bCode varchar := null, bAddress1 varchar := null, bAddress2 varchar := null, bTzone varchar := null, bLat real := null, bLng real := null, bPhone varchar := null, bMobile varchar := null, bFax varchar := null, bIndustry varchar := null, bOrganization varchar := null, bDepartment varchar := null, bJob varchar := null, bMail varchar := null, bWeb varchar := null, tags varchar := null ) addressbook.edit ( contact_id integer, name varchar, category_id integer := null, kind integer := 0, title varchar := null, fName varchar := null, mName varchar := null, lName varchar := null, fullName varchar := null, gender varchar := null, birthday datetime := null, iri varchar := null, foaf varchar := null, mail varchar := null, web varchar := null, icq varchar := null, skype varchar := null, aim varchar := null, yahoo varchar := null, msn varchar := null, hCountry varchar := null, hState varchar := null, hCity varchar := null, hCode varchar := null, hAddress1 varchar := null, hAddress2 varchar := null, hTzone varchar := null, hLat real := null, hLng real := null, hPhone varchar := null, hMobile varchar := null, hFax varchar := null, hMail varchar := null, hWeb varchar := null, bCountry varchar := null, bState varchar := null, bCity varchar := null, bCode varchar := null, bAddress1 varchar := null, bAddress2 varchar := null, bTzone varchar := null, bLat real := null, bLng real := null, bPhone varchar := null, bMobile varchar := null, bFax varchar := null, bIndustry varchar := null, bOrganization varchar := null, bDepartment varchar := null, bJob varchar := null, bMail varchar := null, bWeb varchar := null, tags varchar := null ) addressbook.delete ( contact_id integer ) addressbook.import ( inst_id integer, source varchar, sourceType varchar, contentType varchar := 'vcard', tags varchar := '' ) addressbook.export ( inst_id integer ) addressbook.annotation.get ( annotation_id integer ) addressbook.annotation.new ( contact_id integer, author varchar, body varchar ) addressbook.annotation.claim ( annotation_id integer, claimIri varchar, claimRelation varchar, claimValue varchar ) addressbook.annotation.delete ( annotation_id integer ) addressbook.comment.get ( comment_id integer, ) addressbook.comment.new ( contact_id integer, parent_id integer := null, title varchar, text varchar, name varchar, email varchar, url varchar ) addressbook.comment.delete ( comment_id integer, ) addressbook.publication.new ( inst_id integer, name varchar, updateType varchar := 1, updatePeriod varchar := 'hourly', updateFreq integr := 1, destinationType varchar := null, destination varchar, userName varchar := null, userPassword varchar := null, tagsInclude varchar := '', tagsExclude varchar := '' ) addressbook.publication.get ( publication_id integer ) addressbook.publication.edit ( publication_id integer, name varchar, updateType varchar := 1, updatePeriod varchar := 'hourly', updateFreq integr := 1, destinationType varchar := null, destination varchar, userName varchar := null, userPassword varchar := null, tagsInclude varchar := '', tagsExclude varchar := '' ) addressbook.publication.sync ( publication_id integer ) addressbook.publication.delete ( publication_id integer ) addressbook.subscription.new ( inst_id integer, name varchar, updateType varchar := 1, updatePeriod varchar := 'hourly', updateFreq integr := 1, sourceType varchar := null, source varchar, userName varchar := null, userPassword varchar := null, tagsInclude varchar := '', tagsExclude varchar := '' ) addressbook.subscription.get ( subscription_id integer ) addressbook.subscription.edit ( subscription_id integer, name varchar, updateType varchar := 1, updatePeriod varchar := 'hourly', updateFreq integr := 1, sourceType varchar := null, source varchar, userName varchar := null, userPassword varchar := null, tagsInclude varchar := '', tagsExclude varchar := '' ) addressbook.subscription.sync ( subscription_id integer ) addressbook.subscription.delete ( subscription_id integer ) addressbook.options.set ( inst_id integer, options any ) addressbook.options.get ( inst_id integer, ) </verbatim> ---+++References * [[VirtuosoOdsControllers][ODS Controllers]]
sioc:id
98de99093bf2d55d4f8a737acf1537dd
sioc:link
n2:VirtuosoOdsControllersAddressbook
sioc:has_container
n6:VOS
n13:has_services
n12:item
atom:title
VirtuosoOdsControllersAddressbook
sioc:links_to
n2:VirtuosoOdsControllers
atom:source
n6:VOS
atom:author
n10:this
atom:published
2017-06-13T05:36:48Z
atom:updated
2017-06-29T07:43:30Z
sioc:topic
n6:VOS