namedgraph commented on issue #4006: URL: https://github.com/apache/jena/issues/4006#issuecomment-4757570552
The advantage of `LocationMapper` is that it has an RDF vocabulary that allows to define then mapping as data. For example: https://github.com/AtomGraph/LinkedDataHub/blob/master/src/main/resources/location-mapping.ttl A mapping in a file is much more convenient that code because it can be overridden with a simple Docker mount etc. I also have a custom prefix mapping implementation for vocabs that use a document per term (as opposed to a whole vocab in a single document), such as DCTerms. https://github.com/AtomGraph/LinkedDataHub/blob/master/src/main/resources/prefix-mapping.ttl -- 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]
