예제 #1
0
 /// <summary>
 /// Gets a shapes graph representation of the given graph
 /// </summary>
 public static RDFShapesGraph FromRDFGraph(RDFGraph graph)
 {
     return(RDFValidationHelper.FromRDFGraph(graph));
 }
 /// <summary>
 /// Gets a shapes graph representation of the given graph
 /// </summary>
 public static RDFShapesGraph FromRDFGraph(RDFGraph graph)
 => RDFValidationHelper.FromRDFGraph(graph);