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
// This is a temporary solution to exactly match the property values entered using `shacl-vue`'s `ShaclORClassEditor`
154
+
// A future replacement should account for a generic `sh:or`
155
+
console.log(`\t- NodeKind not found for property shape: ${property_uri}; found 'sh:or' with every element containing 'sh:class'. Setting to namedNode`)
156
+
nodeFunc=namedNode
148
157
}
149
158
else{
150
159
console.log(`\t- NodeKind not found for property shape: ${property_uri}. Setting to default literal`)
0 commit comments