Skip to content

Commit e5f41a9

Browse files
committed
Change in Namespace
1 parent f714baa commit e5f41a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/Modules/NextiaMG/src/main/java/edu/upc/essi/dtim/nextiamg/mappingsImplementation/R2RMLmapgenConfigJoin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ private String generateID(String tableName, Resource resource) {
533533
}
534534

535535
// Return the generated ID with proper namespace and formatted URI
536-
return dataNamespace + resource.getLocalName().toLowerCase() + "/{" + idColumn + "}";
536+
return resource.getURI() + "/{" + idColumn + "}";
537537
}
538538

539539
/**

0 commit comments

Comments
 (0)