Open VladimirAlexiev opened 1 week ago
(Related to https://github.com/Sveino/Inst4CIM-KG/issues/127) You've decided to represent money-related props as decimal rather than float (I guess it's more important to have precise decimal digits only for Money, but not for other quantities).
decimal
float
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX owl: <http://www.w3.org/2002/07/owl#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX qudt: <http://qudt.org/schema/qudt/> PREFIX cim: <https://cim.ucaiug.io/ns#> PREFIX cims: <http://iec.ch/TC57/1999/rdf-schema-extensions-19990926#> select distinct * { ?p rdfs:range xsd:decimal optional {?p cims:dataType|qudt:hasQuantityKind ?x} }
cims:dataType cims:Money
costSharingFactor is special: it's a proportion, not Money.
costSharingFactor
(Related to https://github.com/Sveino/Inst4CIM-KG/issues/127) You've decided to represent money-related props as
decimal
rather thanfloat
(I guess it's more important to have precise decimal digits only for Money, but not for other quantities).cims:dataType cims:Money
costSharingFactor
is special: it's a proportion, not Money.