hobbit-project / ontology

The ontology used by the HOBBIT platform
http://www.project-hobbit.eu
1 stars 1 forks source link

Add hardware node class #16

Closed denkv closed 5 years ago

denkv commented 5 years ago

Following the example from MEX vocabulary: https://github.com/METArchive/examples/blob/52eeb4ac506441584a99d4d2b89024eb371cbb79/example1.ttl#L574

MichaelRoeder commented 5 years ago

mexcore:HardwareConfiguration is missing in the example, or?

denkv commented 5 years ago

Can we use it instead of new HardwareNode class or should it be a subclass?

MichaelRoeder commented 5 years ago

We should reuse as many classes as possible instead of creating our own. So if we don't need HardwareNode when using HardwareConfiguration, it would be fine :+1:

denkv commented 5 years ago

Merged.