File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ bool Context::isReverseProperty(const std::string &property) const {
12
12
if (td.is_null ()) {
13
13
return false ;
14
14
}
15
- return td.contains (JsonLdConsts::REVERSE ) && td.at (JsonLdConsts::REVERSE );
15
+ return td.contains (JsonLdConsts::IS_REVERSE_PROPERTY_FLAG ) && td.at (JsonLdConsts::IS_REVERSE_PROPERTY_FLAG );
16
16
}
17
17
18
18
json Context::getTermDefinition (const std::string & key) const {
Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ namespace {
281
281
282
282
// 13.6)
283
283
// Set the reverse property flag of definition to true.
284
- definition[JsonLdConsts::REVERSE ] = true ;
284
+ definition[JsonLdConsts::IS_REVERSE_PROPERTY_FLAG ] = true ;
285
285
286
286
// 13.7)
287
287
// Set the term definition of term in active context to definition and the value
You can’t perform that action at this time.
0 commit comments