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
// sh:datatype might be undefined, but sh:languageIn defined. this is undesired. the spec says, that strings without a lang tag are not valid if sh:languageIn is set. but the shacl validator accepts these as valid. to prevent this, we just set the datatype here to 'langString'.
@@ -51,7 +51,6 @@ export class ShaclPropertyTemplate {
51
51
label=''
52
52
nodeId: NamedNode|BlankNode
53
53
name: Literal|undefined
54
-
cssClass: string|undefined
55
54
description: Literal|undefined
56
55
path: string|undefined
57
56
node: NamedNode|undefined
@@ -65,6 +64,7 @@ export class ShaclPropertyTemplate {
0 commit comments