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.
val ARTIST: IRI
The |
|
val CREATOR_OF: IRI
The |
|
val NAMESPACE: String
The full namespace: "http://example.org/". |
|
val PREFIX: String
The prefix usually used for this vocabulary: 'ex'. |