You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My goal is to convert a RDF TTL file format to a Golang struct or a regular JSON which will unmarshalled to a struct.
From my investigation, the 1st thing need is to convert to a TTL file to a JSON-LD format. Then, JSON-LD to a Golang struct.
Does the current repo supports it? Any insights regards?
The text was updated successfully, but these errors were encountered:
My goal is to convert a RDF TTL file format to a Golang struct or a regular JSON which will unmarshalled to a struct.
From my investigation, the 1st thing need is to convert to a TTL file to a JSON-LD format. Then, JSON-LD to a Golang struct.
Does the current repo supports it? Any insights regards?
The text was updated successfully, but these errors were encountered: