Class VocabDirective

java.lang.Object
org.aksw.jenax.graphql.sparql.v2.context.VocabDirective

public class VocabDirective extends Object
Intended use:
  • myField @vocab(iri: "http://foo/") -> Unless overridden, this field and all children are interpreted as having the annotation @rdf(iri: vocab + fieldName). In this example, the field would have the implicit annotation: @rdf(iri: "http://foo/myField")
  • Field Details

  • Constructor Details

    • VocabDirective

      public VocabDirective(String iri)
  • Method Details

    • getIri

      public String getIri()