We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c2c3a commit fd1e14aCopy full SHA for fd1e14a
1 file changed
src/webid/Agent.ts
@@ -81,10 +81,6 @@ export class Agent extends TermWrapper {
81
}
82
83
class HasValue extends TermWrapper {
84
- override get value(): string {
85
- return this.hasValue ?? super.value
86
- }
87
-
88
get hasValue(): string | undefined {
89
return OptionalFrom.subjectPredicate(this, VCARD.hasValue, NamedNodeAs.string)
90
0 commit comments