diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-03-01 20:47:25 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-03-01 20:47:25 +0100 |
commit | a7019614896fdd3e29b9a28f6a8cfd2c1b365983 (patch) | |
tree | 8a9f102649e88ebf24de0a07cf5f348804a6212d /testdata/osxmlparser/simple_book.osxml | |
parent | 0d4ce5c555a1ba3a87cb9a1e350854eda7a243e1 (diff) |
Renamed domain to ontology.
Diffstat (limited to 'testdata/osxmlparser/simple_book.osxml')
-rw-r--r-- | testdata/osxmlparser/simple_book.osxml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/osxmlparser/simple_book.osxml b/testdata/osxmlparser/simple_book.osxml index 310a413..ec1e45a 100644 --- a/testdata/osxmlparser/simple_book.osxml +++ b/testdata/osxmlparser/simple_book.osxml @@ -1,9 +1,9 @@ <?xml version="1.0"?> <document> - <import rel="domain" src="book_domain.osxml"/> + <import rel="ontology" src="book_ontology.osxml"/> <book> This might be some introductory text or a dedication. - <!-- Note that a better version of the book domain might specify + <!-- Note that a better version of the book ontology might specify headings here. --> <chapter name="myFirstChapter"> Here we might have an introduction to the chapter. |