The ':' prefix is wrong
The following prefix declaration is wrong: ``` @prefix : <https://w3id.org/def/saref4bldg#> . ``` It should be: ``` @prefix : <https://w3id.org/def/saref4city#> . ```
issue