Class EX
java.lang.Object
org.eclipse.rdf4j.examples.model.vocabulary.EX
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.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
NAMESPACE
The full namespace: "http://example.org/".- See Also:
-
PREFIX
The prefix usually used for this vocabulary: 'ex'.- See Also:
-
CREATOR_OF
Theex:creatorOf
property. -
ARTIST
Theex:Artist
class.
-
-
Constructor Details
-
EX
public EX()
-