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

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

Namespace Prefixes

PrefixIRI
n5http://ods-qa.openlinksw.com:8896/about/id/entity/http/www.openlinksw.com/ontology/
pwdrhttp://www.w3.org/2007/05/powder-s#
skoshttp://www.w3.org/2004/02/skos/core#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n2http://www.openlinksw.com/ontology/securityschemes#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
xsdhhttp://www.w3.org/2001/XMLSchema#
n7http://ods-qa.openlinksw.com:8896/about/id/entity/http/www.openlinksw.com/data/turtle/

Statements

Subject Item
n2:sessionAuthorizationUrl
rdf:type
owl:DatatypeProperty rdf:Property
rdfs:comment
The URL of an API endpoint which establishes a client session on successful authentication. Authentication methods supported with this property are WebID, HTTP Basic and HTTP Digest. The endpoint is expected to return a session key as described by sessionKeyName and sessionKeyReceiptLocation. Calls to the service endpoint protected by the security scheme should include the session key if required in the HTTP request location stipulated by sessionKeyLocation. Support for session keys is optional with the above authentication schemes. A service endpoint description need not include this and related properties. e.g. A service may use WebID authentication without session creation by presenting a client certificate to the service endpoint directly without prior login via {sessionAuthorizationUrl}. The API endpoint must support GET.
rdfs:domain
n2:SecurityScheme
rdfs:isDefinedBy
n2:
rdfs:label
sessionAuthorizationUrl
rdfs:range
xsdh:anyURI
pwdr:describedby
n5:securityschemes n7:securityschemes.ttl
skos:altLabel
session authorization URL