This HTML5 document contains 49 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#
n20https://demo.openlinksw.com/
foafhttp://xmlns.com/foaf/0.1/
n5http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
n4https://foaf.me/simpleLogin.
dchttp://purl.org/dc/elements/1.1/
n23http://test.foafssl.org/cert/
n15http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n6http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n13http://vos.openlinksw.com/dataspace/person/dav#
n9http://ods.openlinksw.com/wiki/ODS/
n7http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n19http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtAuthPolicyFOAFSSL/sioc.
n10http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n8http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n17http://vos.openlinksw.com/dataspace/person/owiki#
n24http://esw.w3.org/topic/foaf+
siochttp://rdfs.org/sioc/ns#
Subject Item
n13:this
foaf:made
n2:VirtAuthPolicyFOAFSSL
Subject Item
n15:this
sioc:creator_of
n2:VirtAuthPolicyFOAFSSL
Subject Item
n5:item
n6:services_of
n2:VirtAuthPolicyFOAFSSL
Subject Item
n10:this
sioc:creator_of
n2:VirtAuthPolicyFOAFSSL
Subject Item
n7:VOS
sioc:container_of
n2:VirtAuthPolicyFOAFSSL
atom:entry
n2:VirtAuthPolicyFOAFSSL
atom:contains
n2:VirtAuthPolicyFOAFSSL
Subject Item
n2:VirtAuthPolicyFOAFSSL
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:43:23.310923
dcterms:modified
2017-06-13T05:43:23.310923
rdfs:label
VirtAuthPolicyFOAFSSL
foaf:maker
n17:this n13:this
dc:title
VirtAuthPolicyFOAFSSL
opl:isDescribedUsing
n19:rdf
sioc:has_creator
n10:this n15:this
sioc:content
%META:TOPICPARENT{name="VirtAuthServerUI"}% ---++FOAF+SSL ACLs Tutorial ---+++Sample scenario The following sample scenario demonstrates setting FOAF+SSL ACLs using the Virtuoso Authentication Server UI: 1. Download and install the <b><code><a href="http://download.openlinksw.com/packages/5.0/virtuoso/ods_framework_dav.vad"><nowiki>ods_framework_dav.vad</nowiki></a></code></b>, <b><code><a href="http://download.openlinksw.com/packages/5.0/virtuoso/conductor_dav.vad"><nowiki>conductor_dav.vad</nowiki></a></code></b>, and <b><code><a href="http://download.openlinksw.com/packages/5.0/virtuoso/policy_manager_dav.vad"><nowiki>policy_manager_dav.vad</nowiki></a></code></b> packages. 1. Register an ODS user, e.g., <code><b>demo</b></code>. 1. Go to <b><code><nowiki>http://&lt;cname&gt;:&lt;port&gt;/policy_manager/</nowiki></code></b>, where <code>&lt;cname&gt;:&lt;port&gt;</code> are replaced by your local server values. 1. Click the "<b>FOAF+ACLs</b>" link 1. Log in as user "<b><code>dba</code></b>" or another user with DBA privileges. 1. In the form: 1. Enter the Web ID for the ODS user you registered above, e.g., <verbatim> http://demo.openlinksw.com/dataspace/person/demo#this </verbatim> <i><b>Note:</b> You can also click the "Browse" button and select the desired user from a list. Its Web ID will be automatically inserted into the form.</i> 1. Select the "<b>SPARQL Role</b>" you wish to authorize, e.g., "<b>Sponge</b>". %BR%%BR%<img src="%ATTACHURLPATH%/auth2.png" style="wikiautogen"/>%BR%%BR% 1. Click the "<b>Register</b>" button. 1. The FOAF+SSL ACLs will be created: %BR%%BR%<img src="%ATTACHURLPATH%/auth3.png" style="wikiautogen"/>%BR%%BR% 1. Go to the SPARQL+SSL endpoint, <code><nowiki>https://&lt;cname&gt;:&lt;port&gt;/sparql-ssl</nowiki></code>, where <code>&lt;cname&gt;:&lt;port&gt;</code> are replaced by your local server values. 1. Select the user's certificate: %BR%%BR%<img src="%ATTACHURLPATH%/auth4.png" style="wikiautogen"/>%BR%%BR% 1. The SPARQL Query UI will be shown: %BR%%BR%<img src="%ATTACHURLPATH%/auth5.png" style="wikiautogen"/>%BR%%BR% ---+++References * [[VirtAuthFOAFSSLACL][FOAF+SSL ACLs Tutorial]] * [[VirtOAuthSPARQL][SPARQL OAuth Tutorial]] * [[http://ods.openlinksw.com/wiki/ODS/ODSBriefcaseFOAFSSL][Use FOAF+SSL for enhanced ODS-Briefcase (WebDAV) Access Control Lists (ACLs)]] * [[http://ods.openlinksw.com/wiki/ODS/VirtODSFOAFSSL][FOAF+SSL Support in OpenLink Data Spaces]]. * [[http://ods.openlinksw.com/wiki/ODS/ODSPkiSetup][Guide for Set up a X.509 certificate issuer and HTTPS listener and generate ODS user certificates.]] * [[http://ods.openlinksw.com/wiki/ODS/OdsKeyImport][CA Keys Import using Conductor]] * [[http://esw.w3.org/topic/foaf+ssl][FOAF+SSL Specification]] * [[https://foaf.me/simpleLogin.php][Test FOAF+SSL Certificate page]] * [[http://test.foafssl.org/cert/][FOAF+SSL Certificate Generation page]] * [[https://demo.openlinksw.com/sparql-ssl][Virtuoso Demo SPARQL-SSL Endpoint]] * [[VirtAuthServerUI][Virtuoso Authentication Server UI]] CategoryFOAF CategoryVirtuoso CategoryODS CategoryRDF CategoryFOAFSSL CategorySPARQLSSL CategorySPARQL CategoryTutorial CategoryDocumentation
sioc:id
1ab9bf28778faf2aecf466a33415a579
sioc:link
n2:VirtAuthPolicyFOAFSSL
sioc:has_container
n7:VOS
n6:has_services
n5:item
atom:title
VirtAuthPolicyFOAFSSL
sioc:links_to
n4:php n8:CategorySPARQLSSL n9:OdsKeyImport n8:CategoryFOAFSSL n8:CategoryDocumentation n8:VirtOAuthSPARQL n8:VirtAuthServerUI n8:CategoryRDF n2:CategoryTutorial n2:CategoryODS n20:sparql-ssl n2:CategoryFOAF n2:VirtAuthFOAFSSLACL n9:ODSPkiSetup n2:CategoryVirtuoso n9:ODSBriefcaseFOAFSSL n9:VirtODSFOAFSSL n23: n2:CategorySPARQL n24:ssl
atom:source
n7:VOS
atom:author
n13:this
atom:published
2017-06-13T05:43:23Z
atom:updated
2017-06-13T05:43:23Z
sioc:topic
n7:VOS