Package org.hobbit.vocab
Class HobbitChallenges
- java.lang.Object
-
- org.hobbit.vocab.HobbitChallenges
-
public class HobbitChallenges extends Object
HOBBIT challenges vocabulary.- Author:
- Denis Kuchelev
-
-
Constructor Summary
Constructors Constructor Description HobbitChallenges()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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 org.apache.jena.rdf.model.Resourceresource(String local)
-
-
-
Field Detail
-
uri
protected static final String uri
- See Also:
- Constant Field Values
-
-
Method Detail
-
getURI
public static String getURI()
returns the URI for this schema- Returns:
- the URI for this schema
-
resource
protected static final org.apache.jena.rdf.model.Resource resource(String local)
-
getChallenge
public static org.apache.jena.rdf.model.Resource getChallenge(String challengeId)
returns the challenge resource given its ID- Parameters:
challengeId- the challenge ID- Returns:
- the challenge resource
-
-