This HTML5 document contains 52 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/
n20http://vos.openlinksw.com/wiki/main/VOS/VirtOAuthSPARQLACL/ss2.
atomhttp://atomowl.org/ontologies/atomrdf#
n30https://demo.openlinksw.com/
foafhttp://xmlns.com/foaf/0.1/
n9http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
n14https://foaf.me/simpleLogin.
n17http://vos.openlinksw.com/wiki/main/VOS/VirtOAuthSPARQLACL/ss3.
dchttp://purl.org/dc/elements/1.1/
n16http://vos.openlinksw.com/dataspace/dav#
n11http://test.foafssl.org/cert/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n8http://rdfs.org/sioc/services#
n23http://vos.openlinksw.com/dataspace/person/dav#
siocthttp://rdfs.org/sioc/types#
n29http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtOAuthSPARQLACL/sioc.
n18http://vos.openlinksw.com/wiki/main/VOS/VirtOAuthSPARQLACL/ss4.
n10http://ods.openlinksw.com/wiki/ODS/
n4http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n21http://vos.openlinksw.com/wiki/main/VOS/VirtOAuthSPARQLACL/ss5.
n13http://vos.openlinksw.com/dataspace/owiki#
n22http://vos.openlinksw.com/wiki/main/VOS/VirtOAuthSPARQLACL/ss6.
xsdhhttp://www.w3.org/2001/XMLSchema#
n25http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n19http://vos.openlinksw.com/wiki/main/VOS/VirtOAuthSPARQLACL/ss1.
n7http://vos.openlinksw.com/dataspace/person/owiki#
n12http://esw.w3.org/topic/foaf+
siochttp://rdfs.org/sioc/ns#
Subject Item
n23:this
foaf:made
n2:VirtOAuthSPARQLACL
Subject Item
n16:this
sioc:creator_of
n2:VirtOAuthSPARQLACL
Subject Item
n9:item
n8:services_of
n2:VirtOAuthSPARQLACL
Subject Item
n13:this
sioc:creator_of
n2:VirtOAuthSPARQLACL
Subject Item
n4:VOS
sioc:container_of
n2:VirtOAuthSPARQLACL
atom:entry
n2:VirtOAuthSPARQLACL
atom:contains
n2:VirtOAuthSPARQLACL
Subject Item
n2:VirtOAuthSPARQLACL
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T05:48:20.060499
dcterms:modified
2017-06-13T05:48:20.060499
rdfs:label
VirtOAuthSPARQLACL
foaf:maker
n7:this n23:this
dc:title
VirtOAuthSPARQLACL
opl:isDescribedUsing
n29:rdf
sioc:has_creator
n13:this n16:this
sioc:attachment
n17:png n18:png n19:png n20:png n21:png n22:png
sioc:content
---++Guide for Setting Web ID ACLs 1 Make sure the [[VirtSPARQLSSL][SPARQL-SSL Endpoint is created]]. 1 [[http://ods.openlinksw.com/wiki/ODS/ODSGenerateX509Certificate][Generate an X.509 Certificate hosted WebID]], for ex. for user john with WebID: <verbatim> http://ods-qa.openlinksw.com/dataspace/person/john#this </verbatim> 1 Go to <code>http://&lt;cname>:&lt;port>/conductor</code> 1 Enter dba user's credentials. 1 Go to "System Admin" -> "Security" -> "Access Control" -> "SPARQL-SSL" %BR%%BR%<img src="%ATTACHURLPATH%/ss2.png" />%BR%%BR% 1 Register the WebID from above and select SPARQL role: %BR%%BR%<img src="%ATTACHURLPATH%/ss3.png" />%BR%%BR% * Optionally you can set user john to be able to set WebID ACL for odbc/sql log in: 1 Go to "System Admin" -> "User Accounts" and click "Edit" for user john. 1 In the presented form: 1 Change "User type" to "SQL/ODBC and WebDAV" 1 Add "Account Role": "SPARQL_SELECT" 1 Add in "WebID for ODBC/SQL authentication" for ex: <verbatim> http://ods-qa.openlinksw.com/dataspace/person/john#this </verbatim> 1 Import the generated from above X.509 Certificate in Cryptographic Keys: %BR%%BR%<img src="%ATTACHURLPATH%/ss1.png" />%BR%%BR% 1 Access the SPARQL-SSL Endpoint i.e. https://<cname>:<port>/sparql-ssl 1 Select the generated from above certificate %BR%%BR%<img src="%ATTACHURLPATH%/ss4.png" />%BR%%BR% 1 The SPARQL-SSL Endpoint UI should be displayed %BR%%BR%<img src="%ATTACHURLPATH%/ss5.png" />%BR%%BR% 1 Execute a sample query, for ex: <verbatim> SELECT * WHERE {?s ?p ?o} LIMIT 10 </verbatim> %BR%%BR%<img src="%ATTACHURLPATH%/ss6.png" />%BR%%BR% ---++Related * [[VirtAuthServerUI][Virtuoso Authentication Server]] * [[VirtOAuth][OAuth Implementation in OpenLink Data Spaces]] * [[http://ods.openlinksw.com/wiki/ODS/VirtODSPubSubHub][Setting up PubSubHub in ODS]] * [[http://ods.openlinksw.com/wiki/ODS/VirtPubSubHub][PubSubHubBub Demo Client Example]] * [[http://ods.openlinksw.com/wiki/ODS/VirtFeedPubSubHub][Feed subscription via PubSubHub protocol Example ]] * [[http://ods.openlinksw.com/wiki/ODS/VirtPubSubHubACL][Setting Up PubSubHub to use WebID Protocol or IP based control lists]] * [[VirtSPARQLSSL][Creating and Using a SPARQL-SSL based Endpoint]] * [[VirtAuthFOAFSSLACL][WebID Protocol ACLs Tutorial]] * [[VirtOAuthSPARQL][SPARQL OAuth Tutorial]] * [[http://ods.openlinksw.com/wiki/ODS/VirtODSFOAFSSL][WebID Protocol Support in OpenLink Data Spaces]] * [[http://ods.openlinksw.com/wiki/ODS/ODSPkiSetup][Guide to Setting up a X.509 certificate issuer and HTTPS listener and Generating ODS user certificates]] * [[http://ods.openlinksw.com/wiki/ODS/OdsKeyImport][CA Keys Import using Conductor]] * [[http://ods.openlinksw.com/wiki/ODS/ODSGenerateX509Certificate][Generate an X.509 Certificate hosted WebID Guide]] * [[http://ods.openlinksw.com/wiki/ODS/ODSBriefcaseFOAFSSLShareFile][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]] * [[https://demo.openlinksw.com/sparql-ssl][Virtuoso Demo SPARQL-SSL Endpoint]]
sioc:id
6fc4cad0e5f9ed158cdf8e9570319d29
sioc:link
n2:VirtOAuthSPARQLACL
sioc:has_container
n4:VOS
n8:has_services
n9:item
atom:title
VirtOAuthSPARQLACL
sioc:links_to
n10:VirtODSFOAFSSL n11: n12:ssl n14:php n2:VirtAuthFOAFSSLACL n10:ODSGenerateX509Certificate n10:VirtPubSubHubACL n10:OdsKeyImport n25:WebID n25:VirtAuthServerUI n2:WebDAV n10:VirtPubSubHub n10:ODSBriefcaseFOAFSSLShareFile n30:sparql-ssl n10:VirtFeedPubSubHub n10:ODSPkiSetup n10:VirtODSPubSubHub
atom:source
n4:VOS
atom:author
n23:this
atom:published
2017-06-13T05:48:20Z
atom:updated
2017-06-13T05:48:20Z
sioc:topic
n4:VOS