Vocab

com.tersesystems.blindsight.jsonld.Vocab
final case class Vocab

Creates keys that do not contain any prefix.

val niemCore = IRI("http://release.niem.gov/niem/niem-core/4.0/#")

// "@vocab": "http://release.niem.gov/niem/niem-core/4.0/#"
val ncVocab = niemCore.vocab

// "PersonGivenName" without prefix
val personGivenName = ncVocab("PersonGivenName")

Attributes

Source:
Node.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply(propName: String): VocabProperty

Attributes

Source:
Node.scala

Attributes

Source:
Node.scala

Attributes

Source:
Node.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product