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

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

PrefixNamespace IRI
n14http://ods.openlinksw.com/dataspace/person/dav#
dctermshttp://purl.org/dc/terms/
n15http://ods.openlinksw.com/dataspace/owiki/wiki/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
oplhttp://www.openlinksw.com/schema/attribution#
n25http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/
n16http://ods.openlinksw.com/dataspace/%28NULL%29/wiki/ODS/
n12https://foaf.me/simpleLogin.
n21http://docs.openlinksw.com/virtuoso/rdfsparql.
n20http://ods.openlinksw.com/dataspace/owiki#
dchttp://purl.org/dc/elements/1.1/
n19http://docs.openlinksw.com/virtuoso/
n9http://test.foafssl.org/cert/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n18http://docs.openlinksw.com/virtuoso/rdfsparql.html#
n26http://rdfs.org/sioc/services#
n2http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/
n23http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/ODSWebIDIdPPHPEx1/sioc.
siocthttp://rdfs.org/sioc/types#
n24http://ods.openlinksw.com/dataspace/person/owiki#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n27http://ods.openlinksw.com/dataspace/services/wiki/
n8http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/ODSWebIDIdPPHPEx1/page/
xsdhhttp://www.w3.org/2001/XMLSchema#
n4http://ods.openlinksw.com/dataspace/dav#
n11http://esw.w3.org/topic/foaf+
siochttp://rdfs.org/sioc/ns#
Subject Item
n2:ODSWebIDIdPPHPEx1
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T06:09:37.604229
dcterms:modified
2017-06-29T07:30:33.098776
rdfs:label
ODSWebIDIdPPHPEx1
rdfs:seeAlso
n8:1
foaf:maker
n14:this n24:this
dc:title
ODSWebIDIdPPHPEx1
opl:isDescribedUsing
n23:rdf
sioc:has_creator
n4:this n20:this
sioc:content
%META:TOPICPARENT{name="ODSWebIDIdP"}% ---++Using Virtuoso's WebID Verify Proxy Service with an X.509 certificate WebID: PHP Example <verbatim> <?php function apiURL() { $pageURL = $_SERVER['HTTPS'] == 'on' ? 'https://' : 'http://'; $pageURL .= $_SERVER['SERVER_PORT'] <> '80' ? $_SERVER['SERVER_NAME'] . ':' . $_SERVER['SERVER_PORT'] : $_SERVER['SERVER_NAME']; return $pageURL . '/ods/webid_demo.php'; } $_webid = isset ($_REQUEST['webid']) ? $_REQUEST['webid'] : ''; $_error = isset ($_REQUEST['error']) ? $_REQUEST['error'] : ''; $_action = isset ($_REQUEST['go']) ? $_REQUEST['go'] : ''; if (($_webid == '') && ($_error == '')) { if ($_action <> '') { if ($_SERVER['HTTPS'] <> 'on') { $_error = 'No certificate'; } else { $_callback = apiURL(); $_url = sprintf ('https://id.myopenlink.net/ods/webid_verify.vsp?callback=%s', urlencode($_callback)); header (sprintf ('Location: %s', $_url)); return; } } } ?> <html> <head> <title>WebID Verification Demo - PHP</title> </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> <form method="get"> <input type="submit" name="go" value="Check"/> </form> </div> <?php if (($_webid <> '') || ($_error <> '')) { ?> <div> The return values are: <ul> <?php if ($_webid <> '') { ?> <li>WebID - <?php print ($_webid); ?></li> <li>Timestamp in ISO 8601 format - <?php print ($_REQUEST['ts']); ?></li> <?php } if ($_error <> '') { ?> <li>Error - <?php print ($_error); ?></li> <?php } ?> </ul> </div> <?php } ?> </body> </html> </verbatim> * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSPARQLEndpointProtection][Safeguarding your Virtuoso-hosted SPARQL Endpoint]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtTipsAndTricksGuideSPARQLEndpointProtection][SPARQL Endpoint Protection Methods Collection]] * [[http://docs.openlinksw.com/virtuoso/][Virtuoso documentation]] * [[http://docs.openlinksw.com/virtuoso/rdfsparql.html#rdfsupportedprotocolendpoint][SPARQL Service Endpoint]] * [[http://docs.openlinksw.com/virtuoso/rdfsparql.html#rdfsupportedprotocolendpointuri][Service Endpoint Security]] * [[http://docs.openlinksw.com/virtuoso/rdfsparql.html#sparqwebservicetbl][Managing a SPARQL Web Service Endpoint]] * [[http://docs.openlinksw.com/virtuoso/rdfsparql.html][SPARQL]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtTipsAndTricksGuide][Virtuoso Tips and Tricks Collection]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSPARQLDET][SPARQL Endpoint DET Configuration Guide]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSPARQLSecurityWebID][WebID Protocol & SPARQL Endpoint ACLs Tutorial]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtOAuthSPARQL][SPARQL OAuth Tutorial]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtTipsAndTricksGuideSPARQLEndpoints][Securing SPARQL endpoints]] * [[OdsSPARQLAuth][SPARUL over SPARQL using the http://cname:port/sparql-auth endpoint]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtAuthServerUI][Virtuoso Authentication Server UI]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSPARQLSSL][Manage a SPARQL-WebID based Endpoint]] * [[VirtODSSecurityWebID][WebID Protocol Support in OpenLink Data Spaces]]. * Manage ODS Datadspaces Objects WebID Access Control Lists (ACLs): * [[ODSBriefcaseWebID][ODS Briefcase WebID based ACL Guide]] * [[ODSBriefcaseWebIDPerson][Person Entity WebID based ACL Guide]] * [[ODSBriefcaseWebIDGroup][Group Entity WebID based ACL Guide]] * [[ODSBriefcaseWebIDPublic][Public WebID based ACL Guide]] * [[ODSFeedManagerWebIDACL][ODS Feed Manager WebID based ACL Guide]] * [[ODSFeedManagerWebIDACLPerson][Person Entity Specific ACL]] * [[ODSFeedManagerWebIDACLGroup][Group Entity Specific ACL]] * [[ODSFeedManagerWebIDACLPublic][Public Specific ACL for anyone with a WebID]] * [[ODSCalendarWebIDACL][ODS Calendar WebID based ACL Guide]] * [[ODSCalendarWebIDACLPerson][Person Entity Specific ACL]] * [[ODSCalendarWebIDACLGroup][Group Entity Specific ACL]] * [[ODSCalendarWebIDACLPublic][Public Specific ACL for anyone with a WebID]] * [[ODSBookmarksWebIDACL][ODS Bookmark Manager WebID based ACL Guide]] * [[ODSBookmarksWebIDACLPerson][Person Entity Specific ACL]] * [[ODSBookmarksWebIDACLGroup][Group Entity Specific ACL]] * [[ODSBookmarksWebIDACLPublic][Public Specific ACL for anyone with a WebID]] * [[ODSAddressBookWebIDACL][ODS Addressbook WebID based ACL Guide]] * [[ODSAddressBookWebIDACLPerson][Person Entity Specific ACL]] * [[ODSAddressBookWebIDACLGroup][Group Entity Specific ACL]] * [[ODSAddressBookWebIDACLPublic][Public Specific ACL for anyone with a WebID]] * [[ODSPkiSetup][Guide for Set up a X.509 certificate issuer and HTTPS listener and generate ODS user certificates.]] * [[VirtODSPubSubHub][Setting up PubSubHub in ODS]] * [[VirtPubSubHub][PubSubHubBub Demo Client Example]] * [[VirtFeedPubSubHub][Feed subscription via PubSubHub protocol Example ]] * [[VirtPubSubHubACL][Setting Up PubSubHub to use WebID Protocol or IP based control lists]] * [[OdsKeyImport][CA Keys Import using Conductor]] * [[ODSGenerateX509Certificate][Generate an X.509 Certificate hosted WebID Guide]] * [[ODSGenerateWebIDX509CertOSKeystore][Generate an X.509 Certificate (with a WebID watermark) to be managed by host operating system keystore]] * [[ODSGenerateWebIDX509CertBrsKeystore][Generate an X.509 Certificate (with a WebID watermark) to be managed by a browser-based keystore]] * [[ODSWebIDIdP][Using Virtuoso's WebID Verification Proxy Service with a WebID-bearing X.509 certificate]] * [[ODSWebIDIdpProxy][Using Virtuoso's WebID Identity Provider (IdP) Proxy Service with an X.509 certificate]] * [[ODSBriefcaseWebIDShareFile][ODS Briefcase WebID Protocol Share File Guide]] * [[http://esw.w3.org/topic/foaf+ssl][WebID Protocol Specification]] * [[https://foaf.me/simpleLogin.php][Test WebID Protocol Certificate page]] * [[http://test.foafssl.org/cert/][WebID Protocol Certificate Generation page]]
sioc:id
36ffb62115624e6dabe789e0213bca44
sioc:link
n2:ODSWebIDIdPPHPEx1
sioc:has_container
n15:ODS
n26:has_services
n27:item
atom:title
ODSWebIDIdPPHPEx1
sioc:links_to
n2:ODSGenerateX509Certificate n2:ODSGenerateWebIDX509CertBrsKeystore n2:ODSCalendarWebIDACL n9: n11:ssl n12:php n2:ODSBriefcaseWebID n2:ODSPkiSetup n2:ODSBriefcaseWebIDPerson n2:ODSBriefcaseWebIDPublic n2:ODSAddressBookWebIDACLPerson n2:ODSFeedManagerWebIDACL n2:ODSAddressBookWebIDACLGroup n16:WebID n2:ODSGenerateWebIDX509CertOSKeystore n2:ODSBookmarksWebIDACLGroup n18:rdfsupportedprotocolendpointuri n18:sparqwebservicetbl n19: n2:ODSBookmarksWebIDACLPublic n18:rdfsupportedprotocolendpoint n21:html n2:ODSAddressBookWebIDACL n25:VirtSPARQLEndpointProtection n2:ODSAddressBookWebIDACLPublic n25:VirtSPARQLSecurityWebID n25:VirtTipsAndTricksGuideSPARQLEndpoints n2:ODSCalendarWebIDACLGroup n25:VirtTipsAndTricksGuide n25:VirtSPARQLDET n25:VirtTipsAndTricksGuideSPARQLEndpointProtection n2:ODSCalendarWebIDACLPublic n2:ODSBookmarksWebIDACL n2:ODSBookmarksWebIDACLPerson n2:ODSFeedManagerWebIDACLPerson n2:ODSBriefcaseWebIDShareFile n2:ODSBriefcaseWebIDGroup n2:ODSFeedManagerWebIDACLGroup n2:ODSWebIDIdP n25:VirtOAuthSPARQL n25:VirtSPARQLSSL n2:ODSFeedManagerWebIDACLPublic n2:ODSCalendarWebIDACLPerson n25:VirtAuthServerUI
atom:source
n15:ODS
atom:author
n14:this
atom:published
2017-06-13T06:09:37Z
atom:updated
2017-06-29T07:30:33Z
sioc:topic
n15:ODS