Package net.ontopia.topicmaps.utils.rdf
Class RDFIntroSpector
- java.lang.Object
-
- net.ontopia.topicmaps.utils.rdf.RDFIntroSpector
-
public class RDFIntroSpector extends Object
INTERNAL: Used by the RDF2TM plugin.
-
-
Constructor Summary
Constructors Constructor Description RDFIntroSpector()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map
getPropertyMappings(String infileurl, boolean recommend)
static Map
getPropertyMappings(String infileurl, boolean recommend, Map mappings)
-
-
-
Method Detail
-
getPropertyMappings
public static Map getPropertyMappings(String infileurl, boolean recommend) throws IOException
- Throws:
IOException
-
getPropertyMappings
public static Map getPropertyMappings(String infileurl, boolean recommend, Map mappings) throws IOException
- Throws:
IOException
-
-