public class RDFGraph2PropertyGraphUtils extends Object
| Constructor and Description |
|---|
RDFGraph2PropertyGraphUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
getKeyValueFromLiteral(com.hp.hpl.jena.graph.Node literal)
Canonicalize a literal into a standard format used by the Jena adapter for Oracle NoSQL database, A literal is canonicalized by specifying its language or its canonicalized data-type (if possible, e.g.
|
static String |
getPWithNSPrefix(com.hp.hpl.jena.graph.Node p, Map<String,String> nameSpaceMap) |
static HashMap<String,String> |
loadMappingsFromConfigurationFile() |
public static Object getKeyValueFromLiteral(com.hp.hpl.jena.graph.Node literal)
literal - a Node object representing a literal node.Node object representing the canonicalized version of the literal with an associated data-type or language.public static String getPWithNSPrefix(com.hp.hpl.jena.graph.Node p, Map<String,String> nameSpaceMap)
Copyright © 2016 Oracle and/or its affiliates. All Rights Reserved.