@Immutable public interface UrisScheme
| Modifier and Type | Method and Description |
|---|---|
String |
entityData()
Uri prefix wikibase uses to describe exports.
|
String |
entityDataHttps()
Uri prefix wikibase uses to describe exports, with https prefix.
|
String |
entityIdToURI(String entityId)
Convert entity ID to full URI.
|
Collection<String> |
entityInitials()
Get the list of letters that can start entities.
|
Map<String,String> |
entityPrefixes()
Map of RDF prefixes for entities to full URIs.
|
Collection<String> |
entityURIs()
Get the list of all possible entity prefixes.
|
String |
entityURItoId(String uri)
Convert entity URI to entity ID.
|
boolean |
isEntityURI(String uri)
Check whether the argument is an entity URI.
|
StringBuilder |
prefixes(StringBuilder query)
Add the prefixes for all related uris.
|
String |
property(PropertyType p)
Uri prefix wikibase uses for property types.
|
String |
property(String suffix)
Uri prefix wikibase uses for property types, from short suffix.
|
String |
reference()
Uris prefix wikibase uses for references.
|
String |
root()
The root of the wikibase uris - http://www.wikidata.org for Wikidata.
|
String |
statement()
Prefix wikibase uses for statements.
|
boolean |
supportsInitial(String entityId) |
boolean |
supportsUri(String uri) |
String |
value()
Uri prefix wikibase uses for values.
|
StringBuilder prefixes(StringBuilder query)
String root()
String entityData()
String entityDataHttps()
String entityIdToURI(String entityId)
String entityURItoId(String uri)
boolean isEntityURI(String uri)
Collection<String> entityURIs()
Map<String,String> entityPrefixes()
Collection<String> entityInitials()
String statement()
String value()
String reference()
String property(PropertyType p)
String property(String suffix)
boolean supportsUri(String uri)
boolean supportsInitial(String entityId)
Copyright © 2019. All rights reserved.