Package com.inrupt.client.webid
Class WebIdProfile
java.lang.Object
com.inrupt.rdf.wrapping.commons.WrapperDataset
com.inrupt.client.RDFSource
com.inrupt.client.webid.WebIdProfile
- All Implemented Interfaces:
Resource
,AutoCloseable
,Dataset
,GraphLike<Quad>
A WebID Profile for use with Solid.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionWebIdProfile
(URI identifier, Dataset dataset) Create a new WebID profile resource. -
Method Summary
Modifier and TypeMethodDescriptionRetrieve the list of OIDC issuers.Retrieve the list of related profile resources.Retrieve the list of storage locations.getTypes()
Retrieve the RDF type values.Methods inherited from class com.inrupt.client.RDFSource
close, getContentType, getEntity, getHeaders, getIdentifier, serialize, validate
Methods inherited from class com.inrupt.rdf.wrapping.commons.WrapperDataset
add, add, clear, contains, contains, getGraph, getGraph, getGraphNames, remove, remove, size, stream, stream
-
Constructor Details
-
WebIdProfile
Create a new WebID profile resource.- Parameters:
identifier
- the webid URIdataset
- the webid profile dataset
-
-
Method Details
-
getTypes
Retrieve the RDF type values.- Returns:
- the
rdf:type
values
-
getOidcIssuers
Retrieve the list of OIDC issuers.- Returns:
- the
solid:oidcIssuer
values
-
getRelatedResources
Retrieve the list of related profile resources.- Returns:
- the
rdfs:seeAlso
values
-
getStorages
Retrieve the list of storage locations.- Returns:
- the
pim:storage
values
-