public interface SingleUriSameAsRetriever
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
retrieveSameURIs(String uri)
Returns a Set containing the URIs having a sameAs link to this URI or
null if no such URIs could be found.
|
Set<String> |
retrieveSameURIs(String domain,
String uri)
Returns a Set containing the URIs having a sameAs link to this URI or
null if no such URIs could be found.
|
Set<String> retrieveSameURIs(String uri)
uri - the URI for which sameAs links should be discoveredSet<String> retrieveSameURIs(String domain, String uri)
uri - the URI for which sameAs links should be discovereddomain - the domain of the URICopyright © 2014–2017. All rights reserved.