Mahda Noura

Results 4 comments of Mahda Noura

The code is in this [repo](https://github.com/w3c/wot-thing-description-toolchain-tmp) and the LinkML schemas are located in the [schema directory](https://github.com/w3c/wot-thing-description-toolchain-tmp/tree/main/resources/schemas). The names I provide in the import statements correspond to the schema names and...

@Silvanoc , another type of place which _might_ be affected by your change is in cases where variables of type `CURIE` are not assigned to that `type`, rather directly to...

You're right that JSON Schema natively supports the `uri` format but doesn't have built-in support for `CURIE`s. The proposal for how a LinkML type with `uriorcurie` should look like is...

This is also clearly stated in the [CURIE syntax Note document](https://www.w3.org/TR/2010/NOTE-curie-20101216/#sec_2.2.): `CURIEs and SafeCURIEs map to IRIs, but neither a CURIE nor a Safe_CURIE is an IRI or URI.`