Update Mapping authored by Thiao Layel Bruno's avatar Thiao Layel Bruno
......@@ -17,3 +17,17 @@ To reuse a set of different semantic resources for a given research project a mo
# Future
The current work around the link between the entities of a SKR and a concrete data source is still preliminary and needs more reflection on how to manage what are called metadata registry. A potential approach will be the use of the ISO 11179 standard.
#Turtle Definition
```turtle
kw:Mapping kw:partOf kw:MappingSet ;
kw:e1 kw:Entity ;
kw:e2 kw:Entity ;
kw:describedBy kw:MappingRelation ;
kw:mappingType kw:MappingType ;
kw:confidence "n"^^xsd:float ;
kw:hasValidation kw:MappingValidation ;
kw:hasAuthor foaf:Agent .
```
\ No newline at end of file