I have a class Sensor Service Provider. It provides three services namely Content Service, Provider Service and Sensing Service. Furthermore the each service performs some functions like add , delete update and publish. My first question is :
1)if i model the relationship between the Provider and its services by creating an object property and linking it to the respective class is it correct?
2) How can i show these functions add, del and update and publish in my ontology. i also have a sensor class which has attributes like name, id, explain i have added them to the data type property but they aren't visible in the ontology graph.
Thanks a lot.