Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open a new, or existing, CCM project.
  2. Import an OWL ontology.
  3. The notification window will show you the location of the log file. 
    Image Added
  4. The file says something like the following:

    Code Block
    languagetext
    ________________________________________________
    
              Summary of Changes
    ________________________________________________
    
    New Concept Model : 3
    New Concept : 4
    New Datatype : 1
    New Property : 2
    ________________________________________________
    
              Details of Changes
    ________________________________________________
    
    New Concept Model: XMLSchema <http://www.w3.org/2001/XMLSchema>
    New Concept Model: Asymmetric <http://example.com/ontology/Asymmetric>
    New Concept Model: rdf-schema <http://www.w3.org/2000/01/rdf-schema>
    New Concept: BiologicalMother <http://example.com/ontology/Asymmetric#BiologicalMother>
    New Concept: Thing <http://example.com/ontology/Asymmetric#Thing>
    New Concept: Thing <http://www.w3.org/2000/01/rdf-schema#Thing>
    New Concept: Child <http://example.com/ontology/Asymmetric#Child>
    New Datatype: string <http://www.w3.org/2001/XMLSchema#string>
    New Property: has child <http://example.com/ontology/Asymmetric#hasChild>
    New Property: label <http://www.w3.org/2000/01/rdf-schema#label>
    ________________________________________________
    
    
    


  5. The structure is the same for all log files: a section for Summary of Changes, and section for Details of Changes.

...