public interface ContextManager
| Modifier and Type | Method and Description |
|---|---|
void |
add(Context context) |
Context |
getContextByMediaType(String mediaType) |
Context |
getContextByURI(String contextURI) |
Context |
getContextByURI(org.openrdf.model.URI contextURI) |
Context |
getContextByVersionNumber(long versionNumber) |
Context |
getUniversalContext()
Get a JSON-LD context which contains simple terms for every namespace, class, property, and taxon.
|
List<String> |
listContexts() |
void add(Context context)
Context getContextByURI(org.openrdf.model.URI contextURI)
Context getContextByVersionNumber(long versionNumber)
Context getUniversalContext()
Copyright © 2019. All rights reserved.