JSON-LD and edge properties

Hi,

I'm not too sure if this is the best category to post this question.

I have a JSON-LD-Star file with "@annotation" properties. Can Neo4J+APOC import this type of file? So far, I haven't found a way.

n10s.rdf.import.fetch(..., "JSON-LD") appears to ignore the @annotation data completely.

Basically, the problem I'm trying to solve is the best way to import edge properties into Neo4J from an RDF compatible file format (it doesn't have to be a JSON-LD type)

Any suggestions?

Thanks,
Steve