Hello, looking for some insight, I need to publish my existing data to rdf, it’s a historical repository of biodiversity data. The data is then going to be ingested by a rdf/graph db, so my system won’t need to process query. So far I’m mapping the data with edn, column name to http://schema.org / Darwin-core, I will use that to create json-ld (or xml or whatever) Does this sound like a sane solution to start with or am I painting myself in a corner ?
Using a defined vocabulary is always a good idea, so that’s fine. I’m not sure what you’re getting out of using edn though. Of course, you can put anything into it, but it may not be aligned with what you’re trying to do. (BTW, I’m really not a fan of RDF/XML. JSON-LD is popular, and I like Turtle). What specific concerns are you worried about?