Package org.hobbit.vocab
Class HobbitChallenges
java.lang.Object
org.hobbit.vocab.HobbitChallenges
HOBBIT challenges vocabulary.
- Author:
- Denis Kuchelev
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.jena.rdf.model.ResourcegetChallenge(String challengeId) returns the challenge resource given its IDstatic StringgetChallengeURI(String challengeId) returns the URI of a challenge resource given its IDstatic StringgetURI()returns the URI for this schemaprotected static final org.apache.jena.rdf.model.Resource
-
Field Details
-
uri
- See Also:
-
-
Constructor Details
-
HobbitChallenges
public HobbitChallenges()
-
-
Method Details
-
getURI
returns the URI for this schema- Returns:
- the URI for this schema
-
resource
-
getChallenge
returns the challenge resource given its ID- Parameters:
challengeId- the challenge ID- Returns:
- the challenge resource
-
getChallengeURI
returns the URI of a challenge resource given its ID- Parameters:
challengeId- the challenge ID- Returns:
- the URI of challenge
-