This repository was archived by the owner on Oct 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
sansa-inference-flink/src/main/scala/net/sansa_stack/inference/flink
sansa-inference-spark/src/main/scala/net/sansa_stack/inference/spark Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ object RDFGraphMaterializer {
9393 opt[Unit ](" sorted" ).optional().action( (_, c) =>
9494 c.copy(sortedOutput = true )).text(" sorted output of the triples (per file)" )
9595
96- opt[ReasoningProfile ]('p' , " profile" ).required().valueName(" {rdfs | owl-horst | owl-el | owl-rl }" ).
96+ opt[ReasoningProfile ]('p' , " profile" ).required().valueName(" {rdfs | owl-horst}" ).
9797 action((x, c) => c.copy(profile = x)).
9898 text(" the reasoning profile" )
9999
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ object RDFGraphMaterializer {
9494 opt[Unit ](" sorted" ).optional().action( (_, c) =>
9595 c.copy(sortedOutput = true )).text(" sorted output of the triples (per file)" )
9696
97- opt[ReasoningProfile ]('p' , " profile" ).required().valueName(" {rdfs | owl-horst | owl-el | owl-rl }" ).
97+ opt[ReasoningProfile ]('p' , " profile" ).required().valueName(" {rdfs | owl-horst}" ).
9898 action((x, c) => c.copy(profile = x)).
9999 text(" the reasoning profile" )
100100
You can’t perform that action at this time.
0 commit comments