Package org.trellisldp.vocabulary
Class JSONLD
- java.lang.Object
-
- org.trellisldp.vocabulary.JSONLD
-
public final class JSONLD extends Object
JSON-LD vocabulary terms.- See Also:
- The JSON-LD Vocabulary
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getNamespace()
get the namespace.
-
-
-
Field Detail
-
context
public static final IRI context
-
id
public static final IRI id
-
type
public static final IRI type
-
compacted
public static final IRI compacted
-
expanded
public static final IRI expanded
-
flattened
public static final IRI flattened
-
frame
public static final IRI frame
-
framed
public static final IRI framed
-
-
Method Detail
-
getNamespace
public static String getNamespace()
get the namespace.- Returns:
- namespace
-
-