@prefix dce: . @prefix rdf: . @prefix rdfs: . @prefix skos: . @prefix skos-ex: . dce:title "SKOS Mapping Extension Schema"@en; dce:creator "Hong Sun"@en; dce:contributor "Jos De Roo"@en; dce:publisher "Agfa Healthcare/Belgium"@en; dce:description "Schema to extend SKOS in defining mapping relation"@en; skos:note "The mapping relations in SKOS, e.g. skos:exactMatch can not be merged with hierarchical relations inside a vocabulary, e.g. skos:broader"@en. skos-ex:implies a rdf:Property; rdfs:isDefinedBy ; skos:definition " specifying a mapping relation, the subject concept can be mapped to the object concept"@en; rdfs:domain skos:Concept; rdfs:range skos:Concept.