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

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

PrefixNamespace IRI
n7http://ods.openlinksw.com/dataspace/person/dav#
dctermshttp://purl.org/dc/terms/
n9http://ods.openlinksw.com/dataspace/owiki/wiki/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
oplhttp://www.openlinksw.com/schema/attribution#
n24http://ods.openlinksw.com/wiki/main/ODS/ODSWebIDIdPPHPModify/js7.
n4http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/
n26https://foaf.me/simpleLogin.
n10http://ods.openlinksw.com/dataspace/%28NULL%29/wiki/ODS/
n33http://ods.openlinksw.com/dataspace/owiki#
n16http://docs.openlinksw.com/virtuoso/rdfsparql.
n28http://ods.openlinksw.com/wiki/main/ODS/ODSWebIDIdPPHPModify/js1.
dchttp://purl.org/dc/elements/1.1/
n21http://test.foafssl.org/cert/
n14http://docs.openlinksw.com/virtuoso/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n29http://ods.openlinksw.com/wiki/main/ODS/ODSWebIDIdPPHPModify/js10.
n20http://ods.openlinksw.com/wiki/main/ODS/ODSWebIDIdPPHPModify/js8.
n12http://docs.openlinksw.com/virtuoso/rdfsparql.html#
n18http://rdfs.org/sioc/services#
n2http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/
siocthttp://rdfs.org/sioc/types#
n15http://ods.openlinksw.com/dataspace/person/owiki#
n27http://host:port/ods/webid/mypage.
n22http://ods.openlinksw.com/wiki/main/ODS/ODSWebIDIdPPHPModify/js3.
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n19http://ods.openlinksw.com/dataspace/services/wiki/
n32http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/ODSWebIDIdPPHPModify/sioc.
xsdhhttp://www.w3.org/2001/XMLSchema#
n6http://ods.openlinksw.com/dataspace/dav#
n25http://esw.w3.org/topic/foaf+
siochttp://rdfs.org/sioc/ns#
n30http://host:port/fstest/webid_demo.
Subject Item
n7:this
foaf:made
n2:ODSWebIDIdPPHPModify
Subject Item
n19:item
n18:services_of
n2:ODSWebIDIdPPHPModify
Subject Item
n33:this
sioc:creator_of
n2:ODSWebIDIdPPHPModify
Subject Item
n9:ODS
sioc:container_of
n2:ODSWebIDIdPPHPModify
atom:entry
n2:ODSWebIDIdPPHPModify
atom:contains
n2:ODSWebIDIdPPHPModify
Subject Item
n2:ODSWebIDIdPPHPModify
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T06:01:52.959327
dcterms:modified
2017-06-29T07:30:33.388933
rdfs:label
ODSWebIDIdPPHPModify
foaf:maker
n15:this n7:this
dc:title
ODSWebIDIdPPHPModify
opl:isDescribedUsing
n32:rdf
sioc:has_creator
n6:this n33:this
sioc:attachment
n20:png n22:png n24:png n28:png n29:png
sioc:content
%META:TOPICPARENT{name="ODSWebIDIdP"}% ---+PHP pages modification notes The PHP pages can be tested/used only when they are located in OS file system. By default with the ODS Framework package installation is created virtual folder <code>/ods/webid</code> which is mapped to the created created by default OS file system type folder <code>vsp\vad\vsp\wa\webid</code>. ---++Scenario 1 In case you want to add your own PHP page, you need to add it to the existing OS file system type folder <code>vsp\vad\vsp\wa\webid</code>. 1. Suppose your own PHP page is named mypage.php and is located in the OS folder <code>vsp\vad\vsp\wa\webid</code> 1. Access the page from the following URL: http://host:port/ods/webid/mypage.php ---++Scenario 2 In case you want to use another path for accessing your php page, different from the default virtual folder <code>/ods/webid</code>, you need to create a new virtual folder which is mapped to the OS file system type folder <code>vsp\vad\vsp\wa\webid</code>. 1 Suppose the PHP page webid_demo.php is located at your OS file system <code>/vsp/vad/vsp/wa</code> folder. 1 To create a new virtual folder, for ex. <code>fstest</code> go to Conductor -> Web Application Server -> Virtual Domains & Directories and expand the UI for your lets say Default Web Site: %BR%%BR%<img src="%ATTACHURLPATH%/js1.png" />%BR%%BR% 1 Click "New Directory" %BR%%BR%<img src="%ATTACHURLPATH%/js3.png" />%BR%%BR% 1 Specify type: "File system": %BR%%BR%<img src="%ATTACHURLPATH%/js7.png" />%BR%%BR% 1 Click "Next" 1 In the presented form specify: * Path: /fstest * Check-box "Physical path is a WebDAV repository" should be un-hatched. * Physical path: /vad/vsp/wa/webid %BR%%BR%<img src="%ATTACHURLPATH%/js8.png" />%BR%%BR% 1 Click "Save Changes". 1 Access the PHP page with the new created path: http://host:port/fstest/webid_demo.php 1 After choosing a valid certificate, the PHP page should be presented: %BR%%BR%<img src="%ATTACHURLPATH%/js10.png" />%BR%%BR% ---++Related * [[ODSWebIDIdP][Using Virtuoso's WebID Verification Proxy Service with a WebID-bearing X.509 certificate]] * [[ODSWebIDIdPPHPEx1][Using Virtuoso's WebID Verify Proxy Service with an X.509 certificate WebID: PHP Example]] * [[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]] * [[ODSSetupSSL][Configure Virtuoso+ODS instance as an X.509 Certificate Authority and HTTPS listener]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSetupSSL][Configure Virtuoso instance as an X.509 Certificate Authority and HTTPS listener]] * [[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]] * [[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
66b5d8d094f29273da6fcce5c88ae52a
sioc:link
n2:ODSWebIDIdPPHPModify
sioc:has_container
n9:ODS
n18:has_services
n19:item
atom:title
ODSWebIDIdPPHPModify
sioc:links_to
n4:VirtSPARQLEndpointProtection n2:ODSFeedManagerWebIDACLPerson n10:WebDAV n4:VirtSPARQLSecurityWebID n2:ODSFeedManagerWebIDACLGroup n4:VirtTipsAndTricksGuideSPARQLEndpoints n4:VirtTipsAndTricksGuide n12:rdfsupportedprotocolendpointuri n4:VirtSPARQLDET n12:sparqwebservicetbl n2:ODSBookmarksWebIDACL n10:WebID n14: n12:rdfsupportedprotocolendpoint n2:ODSBookmarksWebIDACLPerson n16:html n2:ODSCalendarWebIDACLGroup n2:ODSGenerateX509Certificate n2:ODSCalendarWebIDACLPublic n2:ODSWebIDIdPPHPEx1 n2:ODSAddressBookWebIDACL n4:VirtSetupSSL n2:ODSAddressBookWebIDACLPerson n2:ODSAddressBookWebIDACLPublic n21: n2:ODSBookmarksWebIDACLGroup n2:ODSAddressBookWebIDACLGroup n25:ssl n26:php n27:php n30:php n2:ODSBookmarksWebIDACLPublic n4:VirtOAuthSPARQL n4:VirtSPARQLSSL n4:VirtAuthServerUI n2:ODSBriefcaseWebIDPublic n2:ODSGenerateWebIDX509CertBrsKeystore n2:ODSGenerateWebIDX509CertOSKeystore n2:ODSBriefcaseWebIDGroup n2:ODSFeedManagerWebIDACL n4:VirtTipsAndTricksGuideSPARQLEndpointProtection n2:ODSCalendarWebIDACLPerson n2:ODSBriefcaseWebID n2:ODSBriefcaseWebIDPerson n2:ODSFeedManagerWebIDACLPublic n2:ODSCalendarWebIDACL
atom:source
n9:ODS
atom:author
n7:this
atom:published
2017-06-13T06:01:52Z
atom:updated
2017-06-29T07:30:33Z
sioc:topic
n9:ODS
Subject Item
n6:this
sioc:creator_of
n2:ODSWebIDIdPPHPModify
Subject Item
n2:ODSWebIDIdP
sioc:links_to
n2:ODSWebIDIdPPHPModify