On Mon, Jun 3, 2013 at 12:41 PM, Cindy A McMullen <[email protected]> wrote: > I've been working with Protege, where the 'individuals' are loaded into the > same model as my ontologies. In the real world, however, I wonder whether > one loads the ontologies into a separate model from the actual graph data. > Any best practices here?
I typically create my data (mostly individuals and property assertions) in an OWL ontology that owl:imports the ontology that defines the vocabulary (mostly classes and properties) is defined. I think that's fairly common practice, especially when referencing ontologies that you didn't create. -- Joshua Taylor, http://www.cs.rpi.edu/~tayloj/
