Changes between Version 16 and Version 17 of ImplementationBootcamp

Show
Ignore:
Timestamp:
2010/02/11 13:10:53 (14 years ago)
Author:
tkappler
Comment:

how to go about creating an OWL ontology

Legend:

Unmodified
Added
Removed
Modified
  • ImplementationBootcamp

    v16 v17  
    1313===  I have to build an OWL model of my data - how do I go about doing this? === 
    1414 
     15For understanding what you're supposed to do (and what you're getting into...), read 
    1516 
     17  * [http://www.w3.org/TR/owl2-primer/ The OWL 2 primer] to learn about OWL, 
     18  * [http://www.w3.org/TR/sw-oosd-primer/ A Semantic Web Primer for Object-Oriented Software Developers] if you know anything about OO modeling in software, as it will help avoid a lot of common pitfalls, and 
     19  * [http://workingontologist.org/ Semantic Web for the Working Ontologist] if you want in-depth explanation with lots of examples. 
     20 
     21Then use [http://protege.stanford.edu/ Protege] to actually build the ontology. 
    1622 
    1723===  When someone calls GET on my URLs, what should I return in order to be semantic webby? ===