Open VladimirAlexiev opened 2 months ago
i have a question here. Is it good to actually have the packages just as "fragment" of the namespace
In the new dynamics and also for the rest of CIM we applied uris for each package Dynamics: http://cim.ucaiug.io/grid/Dynamics/1.0 StandardInterconnections: http://cim.ucaiug.io/grid/StandardInterconnections/1.0
Can each package by a vocabulary and the uri be the namespace of that vocabulary?
The cim prefix is http://cim.ucaiug.io/ns#. Can we also map this to http://cim.ucaiug.io/ and then we would understand that StandardInterconnections is a vocabulary from cim grid part?
then instead of defining this as a package we can descrive the metadata for that vocabulary
Any thoughts?
RDFS202 has cims:belongsToCategory
that IAFAIK corresponds to property xx:Package
described above.
Let's see how packages are used on the example of DY that has the biggest number:
There are several mistakes above:
comment
) but as typedy:Package
: instead should becims:Package
(because of https://github.com/Sveino/Inst4CIM-KG/issues/10)dy:
, instead should be incims:
namespace. EgPackage_Core
is one and the same thing no matter in which profile it appears.dy:Package "Package_WindDynamics"
is used for 36 termscims:Package_WindDynamics
dy:Package
There are more mistakes in the definition of the property:
This should be changed to:
The prop applies to many kinds of terms, so I've used
schema:domainIncludes
. Another way is to useowl:unionOf
.