Given a WebID and a Resource that exposes information about the owner of the Pod it is in, returns whether the given WebID is the owner of the Pod.
Data about the owner of the Pod is exposed when the following conditions hold:
If one or more of those conditions are false, this function will return null.
null
The WebID of which to check whether it is the Pod Owner's.
A Resource that contains information about the owner of the Pod it is in.
Whether the given WebID is the Pod Owner's, if the Pod Owner is exposed, or null if it is not exposed.
0.6.0
Given a WebID and a Resource that exposes information about the owner of the Pod it is in, returns whether the given WebID is the owner of the Pod.
Data about the owner of the Pod is exposed when the following conditions hold:
If one or more of those conditions are false, this function will return
null
.