Resolve "Pb d'attachement des relations aux scopes"
Compare changes
@@ -77,7 +77,7 @@ public class UnlDocumentToRdfConverter {
@@ -77,7 +77,7 @@ public class UnlDocumentToRdfConverter {
var universalWordIndividual = sentenceOntModel.createIndividual(String.format("%s#%s", uniqId, slugify(uw.getUniversalWord().toString())), UNL.UW_Lexeme);
@@ -109,7 +109,7 @@ public class UnlDocumentToRdfConverter {
@@ -109,7 +109,7 @@ public class UnlDocumentToRdfConverter {
var relationWithinScopeObjectProperty = this.relationLabelToUnlPropertyConverter.getObjectProperty(relationWithinScope.getRelationLabel(), docModel);
var relationWithinScopeIndividual = sentenceOntModel.createIndividual(relationWithinScopeUri, relationWithinScopeObjectProperty);