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/
n6http://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#
n5http://rdfs.org/sioc/services#
n17http://vos.openlinksw.com/dataspace/person/dav#
siocthttp://rdfs.org/sioc/types#
n7http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n11http://vos.openlinksw.com/dataspace/owiki/wiki/ODS/ODSWebIDIdPEx2/sioc.
n4http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/ODS/
n18http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/ODS/
n14http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n2:ODSWebIDIdPEx2
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T06:04:39.744979
dcterms:modified
2017-06-13T06:04:39.744979
rdfs:label
ODSWebIDIdPEx2
foaf:maker
n14:this n17:this
dc:title
ODSWebIDIdPEx2
opl:isDescribedUsing
n11:rdf
sioc:has_creator
n8:this n18:this
sioc:content
---++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
8ead55f1734c64dc8a3d514a43085464
sioc:link
n2:ODSWebIDIdPEx2
sioc:has_container
n7:ODS
n5:has_services
n6:item
atom:title
ODSWebIDIdPEx2
sioc:links_to
n4:JavaScript n4:WebID
atom:source
n7:ODS
atom:author
n17:this
atom:published
2017-06-13T06:04:39Z
atom:updated
2017-06-13T06:04:39Z
sioc:topic
n7:ODS