This HTML5 document contains 24 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/
n16http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
dchttp://purl.org/dc/elements/1.1/
n8http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n15http://rdfs.org/sioc/services#
n17http://vos.openlinksw.com/dataspace/person/dav#
siocthttp://rdfs.org/sioc/types#
n13http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n12http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/ODS/
n6http://vos.openlinksw.com/dataspace/owiki/wiki/ODS/ODSWebIDIdPJScriptEx1/sioc.
n4http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/ODS/
n10http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n2:ODSWebIDIdPJScriptEx1
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T06:06:00.688500
dcterms:modified
2017-06-13T06:06:00.688500
rdfs:label
ODSWebIDIdPJScriptEx1
foaf:maker
n10:this n17:this
dc:title
ODSWebIDIdPJScriptEx1
opl:isDescribedUsing
n6:rdf
sioc:has_creator
n4:this n8:this
sioc:content
%META:TOPICPARENT{name="ODSWebIDIdP"}% ---++Using Virtuoso's WebID Verify Proxy Service with an X.509 certificate WebID: JavaScript Example <verbatim> <html> <head> <title>WebID Verification Demo - HTML, JS</title> <script type="text/javascript"> function check() { if (document.location.protocol != 'https:') { alert('Please use https protocol'); return; } var callback = document.location.protocol + '//' + document.location.host + document.location.pathname; document.location = 'https://id.myopenlink.net/ods/webid_verify.vsp?callback=' + encodeURIComponent(callback); } function getObject(id) { return document.getElementById(id) } function hide(id) { var obj = getObject(id); obj.style.display = "none"; } function show(id) { var obj = getObject(id); obj.style.display = ""; } function getParam(name) { name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]"); var regexS = "[\\?&]"+name+"=([^&#]*)"; var regex = new RegExp( regexS ); var results = regex.exec( window.location.href ); if( results == null ) return ""; else return decodeURIComponent(results[1]); } </script> </head> <body> <h1>WebID Verification Demo</h1> <div> This will check your X.509 Certificate's WebID watermark. <br/>Also note this service supports ldap, http, mailto, acct scheme based WebIDs. </div> <br/> <br/> <div> <input type="button" name="go" value="Check" id="go" onclick="javascript: return check();" /> </div> <div id="result" style="display: none;"> The return values are: <ul id="result_webid" style="display: none;"> <li>WebID - <span id="webid"></span></li> <li>Timestamp in ISO 8601 format - <span id="ts"></span></li> </ul> <ul id="result_error" style="display: none;"> <li>Error - <span id="error"></span></li> </ul> </div> <script type="text/javascript"> var webid = getParam('webid'); var error = getParam('error'); if ((webid != '') || (error != '')) { show('result'); if (webid != '') { show('result_webid'); getObject('webid').innerHTML = getParam('webid');; getObject('ts').innerHTML = getParam('ts');; } else { hide('result_webid'); } if (error != '') { show('result_error'); getObject('error').innerHTML = getParam('error');; } else { hide('result_error'); } } else { hide('result'); } </script> </body> </html> </verbatim>
sioc:id
c59c90c39f08884c03547b24e1f477e6
sioc:link
n2:ODSWebIDIdPJScriptEx1
sioc:has_container
n13:ODS
n15:has_services
n16:item
atom:title
ODSWebIDIdPJScriptEx1
sioc:links_to
n12:WebID n12:JavaScript
atom:source
n13:ODS
atom:author
n17:this
atom:published
2017-06-13T06:06:00Z
atom:updated
2017-06-13T06:06:00Z
sioc:topic
n13:ODS