Skip to content
Snippets Groups Projects
Commit a1a188a2 authored by Sebastien's avatar Sebastien
Browse files

Fix #7 remove link sentence reference for a UW_lexeme

parent e2b53363
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ public class UnlDocumentToRdfConverter {
this.setSuperstructureWithSubstructure(sentenceOntModel, sentenceIndividual, sentenceOntModel, scopeIndividual);
/*
GraphExtensions.getRelationWithiUW_LexemenScopeStream(scopeName, sentencegraph)
GraphExtensions.getRelationWithinScopeStream(scopeName, sentencegraph)
.forEach(relationWithinScope -> {
try {
var relationWithinScopeUri = RelationsUri.constructRelationUri(scopeName, relationWithinScope);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment