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
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?
The text was updated successfully, but these errors were encountered: