Semantic Web Concept
Semantic Application Design
- Web page design for user interface
- Implement with JAVA in order to connect many components by API
Ontology design principle
- Focus on domain / sub domain
- No over depth, No over width and balance it
- Design ontology base on domain concept
- Domain is a set or a group of things that have strong cohesion
- Top-Down approach and level by level
- Design from abstract (Super Class/Sub Class) to more detail and realist (instance)
- Conform to parent and child concept
- Avoid 2 or more parents relationship
- If your hierarchy have more than 4 children with same parent, you should re-think about domain and split it to another domain
- Connect to another domain pass through services from Web Service
- Don’t forget name all relations (Simple is a good idea)
- No over depth, No over width and balance it
- Design ontology base on domain concept
- Domain is a set or a group of things that have strong cohesion
- Top-Down approach and level by level
- Design from abstract (Super Class/Sub Class) to more detail and realist (instance)
- Conform to parent and child concept
- Avoid 2 or more parents relationship
- If your hierarchy have more than 4 children with same parent, you should re-think about domain and split it to another domain
- Connect to another domain pass through services from Web Service
- Don’t forget name all relations (Simple is a good idea)
0 comments:
Post a Comment