edn-format / edn

Extensible Data Notation
2.62k stars 96 forks source link

json-ld, #iri #63

Closed mobileink closed 10 years ago

mobileink commented 10 years ago

I'm looking at using EDN for some RDF data (like json-ld), so I'll have to define a tagged element for IRIs, e.g. #foo/iri. A builtin tagged element for IRIs (RFC 3987) would be helpful.

Thanks,

gregg

richhickey commented 10 years ago

While interesting, it could be dangerous to include a standard tag that requires more effort to support than edn itself. I guess it depends on the implied semantics, required validation or lack thereof.