From 35455f93bd4fe213de9a5387a291effe046764b1 Mon Sep 17 00:00:00 2001 From: Nicole Vasilevsky Date: Thu, 21 Jul 2022 15:20:23 -0700 Subject: [PATCH] add example table of different property types address https://github.com/OBOAcademy/obook/issues/203#issuecomment-1184931380 --- docs/explanation/annotation-properties.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/explanation/annotation-properties.md b/docs/explanation/annotation-properties.md index daf120433..7fa8d39a2 100644 --- a/docs/explanation/annotation-properties.md +++ b/docs/explanation/annotation-properties.md @@ -70,6 +70,18 @@ Data properties are different to annotation properties in that they: - Example Data Property: 'hasName', 'hasPrice', 'hasCalories', 'hasSugarContent',... - More details on how to use Data Properties [here](https://oboacademy.github.io/obook/tutorial/fhkb/#data-properties-in-the-fhkb) +### Examples + +**Annotation Property** | **Description** +--- | --- +database_cross_reference | links a class to an external term +excluded from QC check | links a class to another entity +**Data Property** | **Description** +has birth year | +has length | +**Object Property** | **Description** +part_of | +location_in | ## Creating new Annotation Properties