Package org.apache.any23.rdf
Class PopularPrefixes
- java.lang.Object
-
- org.apache.any23.rdf.PopularPrefixes
-
public class PopularPrefixes extends Object
This class act as a container for various well-known and adopted RDF Vocabulary prefixes.
-
-
Constructor Summary
Constructors Constructor Description PopularPrefixes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PrefixescreateSubset(String... prefixes)This method perform a prefix lookup.static Prefixesget()
-
-
-
Method Detail
-
createSubset
public static Prefixes createSubset(String... prefixes)
This method perform a prefix lookup. Given a set of prefixes it returnsPrefixesbag class containing them.- Parameters:
prefixes- the input prefixes where perform the lookup- Returns:
- a
Prefixescontaining all the prefixes mathing the input parameter
-
-