I tried escaping as "encoding" but then. I get 3 errors when used
map foo from bar {
properties
schema.encoding from bar
- ^^^^^^^^^^^^^^^
- Couldn't resolve reference to RdfProperty 'schema'.(org.eclipse.xtext.diagnostics.Diagnostic.Linking)
- mismatched input 'encoding' expecting RULE_ID(org.eclipse.xtext.diagnostics.Diagnostic.Syntax)
}
As a workaround I added this weird extra vocab. Any better way?
I added the term
https://schema.org/encoding
to my mapping vocabulary. XRM does not like that and saysI tried escaping as
"encoding"
but then. I get 3 errors when usedAs a workaround I added this weird extra vocab. Any better way?