Hey, Xiangdong Huang <saint...@gmail.com> wrote:
> I think the use case you provided is valuable, I need to take a time to > consider about how to support that better. Sure, thanks for looking into it. > By the way, can you tell me what `IRIs` is and what the Path looks like? If > so, I can record it on the PR's explanation to let the PR more meaningful. IRIs (Internationalized Resource Identifier) are a generalization of URIs, see https://www.w3.org/TR/rdf11-concepts/#section-IRIs. We'd like to express device/measurement in terms of RDF subject/property (IRIs, eg. "http://example.org/unit23" and "http://example.org/sensor42", maybe even something like "http://example.org/vocab#forceSensor"). Regards, M.