I'm using Karma to map the tables of my databases to a well known ontology (the MusicOntology). Some tables refer to other through the id. I'm not sure about the way I should create URIs:
- Using the id would lead to a situation where same entities from different databases have different URIs, because same entities in different databases would have different ids.
- Using the name of the entities should avoid duplicates between databases, but then the map of other entities in other tables would not be able to "link" to the main entities (because the other tables would have only the id and not the name of the main entities).