java.lang.Object
org.apache.jena.riot.Lang
A "language" (syntax).
A language has a name, some alternative names,
a content type, some alternative content types,
and a list of associated file extensions.
Names, content types and file extensions must be unique to one language.
To create a Lang constant, use
LangBuilder
and
register with RDFLanguages
.-
Field Summary
Modifier and TypeFieldDescriptionstatic Lang
"CSV" - Used in various ways.static Lang
static Lang
JSONLD 1.1static Lang
N3 (treat as Turtle)static Lang
Alternative constantNQUADS
static Lang
static Lang
Alternative constant forNTRIPLES
static Lang
static Lang
static Lang
The "null" languagestatic Lang
The RDF syntax RDF Thriftstatic Lang
Output-only language for a StreamRDF (for development)static Lang
The RDF syntax RDF Thriftstatic Lang
static Lang
SHACL Compact Syntax (2020-07-01)static Lang
static Lang
static Lang
"TSV" - Used in various ways.static Lang
Alternative constant forTURTLE
static Lang
-
Method Summary
-
Field Details
-
RDFXML
-
TURTLE
-
TTL
Alternative constant forTURTLE
-
N3
N3 (treat as Turtle) -
NTRIPLES
-
NT
Alternative constant forNTRIPLES
-
JSONLD
JSON-LD.This is the system default.
-
JSONLD11
JSONLD 1.1 -
RDFJSON
- See Also:
-
TRIG
-
NQUADS
-
NQ
Alternative constantNQUADS
-
RDFPROTO
The RDF syntax RDF Thrift -
RDFTHRIFT
The RDF syntax RDF Thrift -
SHACLC
SHACL Compact Syntax (2020-07-01) -
CSV
"CSV" - Used in various ways. -
TSV
"TSV" - Used in various ways. -
TRIX
-
RDFNULL
The "null" language -
RDFRAW
Output-only language for a StreamRDF (for development)
-
-
Method Details