We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5fba0 commit 81b072bCopy full SHA for 81b072b
jsonld.php
@@ -4714,8 +4714,7 @@ protected function _compactIri(
4714
// the mapping matches the IRI)
4715
$curie = $term . ':' . substr($iri, $definition->_id_length);
4716
$is_usable_curie = (!property_exists($active_ctx->mappings, $curie) ||
4717
- ($value === null && $active_ctx->mappings->{$curie} &&
4718
- $active_ctx->mappings->{$curie}->{'@id'} === $iri));
+ ($value === null && $active_ctx->mappings->{$curie}->{'@id'} === $iri));
4719
4720
// select curie if it is shorter or the same length but lexicographically
4721
// less than the current choice
0 commit comments