1 / 17

OWL Modelling

OWL Modelling. 1.Building class hierarchy. Owl: Thing: superclass of all OWL classes. Electronic devices. Computer. 2. Class Hierarchy. 3.Disjoints classes. Hard Disk. Mouse. 3.Disjoints classes. Mouse. Hard Disk. 3.Disjoints classes. 4. Relations in OWL. 4. Relations in OWL.

butch
Download Presentation

OWL Modelling

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. OWL Modelling

  2. 1.Building class hierarchy Owl: Thing: superclass of all OWL classes Electronic devices Computer

  3. 2. Class Hierarchy

  4. 3.Disjoints classes Hard Disk Mouse

  5. 3.Disjoints classes Mouse Hard Disk

  6. 3.Disjoints classes

  7. 4. Relations in OWL

  8. 4. Relations in OWL hasBoard Mother Board Computer BuildOn

  9. 4. Relations in OWL hasPart hasPart HardDisk Computer Component hasPart

  10. 5. Using Conditions

  11. 6. Individuals

  12. 7. OWL Expresions Analogical Mouse <owl:Class rdf:ID="Analogical"> <rdfs:subClassOf rdf:resource="#Mouse"/> <owl:disjointWith rdf:resource="#Optical"/> </owl:Class>

  13. 7. OWL Expresions Basic Computer <owl:Class rdf:ID="BasicComputer"> <owl:equivalentClass> <owl:Class> <owl:intersectionOf rdf:parseType="Collection"> <owl:Class rdf:about="#Computer"/> <owl:Restriction> <owl:onProperty rdf:resource="#hasComponent"/> <owl:someValuesFrom rdf:resource="#Memory"/> </owl:Restriction> </owl:intersectionOf> </owl:Class> </owl:equivalentClass> </owl:Class>

  14. 8. OWL vs. UML UML Class, property and ownedAttribute Instance Binary association Subclass, Generalization Association class Enumeration OWL Class Individual Property Subclass subproperty Class, property oneOf

  15. 8. OWL vs. UML UML multiplicity Derived Package Dependency OWL minCardinality, maxCardinality and inverseOf no equivalent Ontology reserved name, RDF:properties

  16. 8. OWL vs. UML OWL features with no UML equivalent Thing, global properties, autonomous individual Class-specific cardinality redefinition allValuesFrom, someValuesFrom SymmetricProperty, TransitiveProperty Classes as instances

More Related