sszuev commented on issue #4006: URL: https://github.com/apache/jena/issues/4006#issuecomment-4758476997
Perhaps we could add the `DocumentGraphRepository#addMappings(Model mapping)` method. Would such a method be convenient? The only problem here is prefixes. BTW, it seems the file https://github.com/AtomGraph/LinkedDataHub/blob/master/src/main/resources/prefix-mapping.ttl is not fully correct. Probably `[ lm:prefix "https://w3id.org/atomgraph/linkeddatahub" ; lm:altName "com/atomgraph/linkeddatahub/ldh.ttl" ] ` should be replaced with `[ lm:prefix "https://w3id.org/atomgraph/linkeddatahub/" ; lm:altPrefix "com/atomgraph/linkeddatahub/" ]`(correct predicate is `lm:altPrefix`). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
