net.nprod.rdf4k.examples.model.vocabulary / EX

EX

object EX (source)

Vocabulary constants for the 'http://example.org/' namespace. It's a good idea to always create a vocabulary class such as this one when you program with RDF4J. It makes it far easier to reuse certain resources and properties in various places in your code.

Properties

ARTIST

val ARTIST: IRI

The ex:Artist class.

CREATOR_OF

val CREATOR_OF: IRI

The ex:creatorOf property.

NAMESPACE

val NAMESPACE: String

The full namespace: "http://example.org/".

PREFIX

val PREFIX: String

The prefix usually used for this vocabulary: 'ex'.