From 95a4e1040cb981e0a740071240635111293f6199 Mon Sep 17 00:00:00 2001 From: Nicolas Schejtman Date: Tue, 11 May 2021 15:14:36 -0300 Subject: [PATCH] WIP: brainstorming --- semanticExtensions.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 semanticExtensions.md diff --git a/semanticExtensions.md b/semanticExtensions.md new file mode 100644 index 0000000..2b28bf3 --- /dev/null +++ b/semanticExtensions.md @@ -0,0 +1,5 @@ +#Semantic Extensions +## Annotation mappings +Annotation mappings are very similar to property mappings. The differences between these two are: +* Annotation mappings are written in instances as annotations intead of regular properties in a node +* Annotation mappings are not bound to a node mapping. For annotation mappings the node to which these apply *might* be defined elsewhere. We write *might* because it can also be defined within the same dialect (can apply to a node mapping) or might it not be defined at all and be open. The "rdf:type" or class to which an annotation mapping applies is identified with the `target` facet