示例#1
0
 public static INode FromJenaProperty(Property p, JenaMapping mapping)
 {
     return mapping.Graph.CreateUriNode(new Uri(p.getURI()));
 }