-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define mapping relations as annotation properties.
- Loading branch information
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
IRI skos:prefLabel skos:definition dc:source skos:example rdfs:comment altLabel Parent rdfs:isDefinedBy | ||
ID A skos:prefLabel A skos:definition A dc:source A skos:example A rdfs:comment A skos:altLabel SC % SPLIT=| A rdfs:isDefinedBy | ||
skos:mappingRelation mapping relation A mapping (alignment) link between two concepts. https://www.w3.org/TR/skos-reference/ http://www.w3.org/2004/02/skos/core# | ||
skos:closeMatch close match A match where the subject and object are sufficiently similar that they can be used interchangeably in some information retrieval applications. https://www.w3.org/TR/skos-reference/ skos:mappingRelation http://www.w3.org/2004/02/skos/core# | ||
skos:exactMatch exact match A match where the subject and object are sufficiently similar, with a high degree of confidence, that they can be used interchangeably across a wide range of information retrieval applications. https://www.w3.org/TR/skos-reference/ skos:closeMatch|semapv:isomorphicMatch http://www.w3.org/2004/02/skos/core# | ||
skos:broadMatch broad match A match where the object is a broader concept than the subject. https://www.w3.org/TR/skos-reference/ semapv:nonIsomorphicMatch http://www.w3.org/2004/02/skos/core# | ||
skos:narrowMatch narrow match A match where the object is a narrower concept that the subject. https://www.w3.org/TR/skos-reference/ semapv:nonIsomorphicMatch http://www.w3.org/2004/02/skos/core# | ||
skos:relatedMatch related match A match where the subject and the object are inherently related, but where none is in any way more general than the other. https://www.w3.org/TR/skos-reference/ semapv:nonIsomorphicMatch http://www.w3.org/2004/02/skos/core# | ||
semapv:isomorphicMatch isomorphic match A match where the subject is isomorphic to the object, i.e. considered of identical or similar form, shape, or structure. https://github.com/mapping-commons/semantic-mapping-vocabulary/issues/3 skos:mappingRelation | ||
semapv:nonIsomorphicMatch non-isomorphic match A match where the subject cannot be considered isomorphic to the object, i.e. considered of identical or similar form, shape, or structure. The object corresponds to exactly one subject in the subject_source. https://github.com/mapping-commons/semantic-mapping-vocabulary/issues/3 skos:mappingRelation | ||
semapv:crossSpeciesExactMatch cross-species exact match A match where the subject is considered analogous to the object in a different taxonomic grouping. https://github.com/mapping-commons/semantic-mapping-vocabulary/issues/3 FBbt:00005074 (D. melanogaster “muscle cell”) and CL:0000187 (taxon-neutral “muscle cell”) are a cross-species exact match. semapv:isomorphicMatch|skos:relatedMatch | ||
semapv:crossSpeciesBroadMatch cross-species broad match A match where the subject is considered analogous to the subject in a different taxonomic grouping, but the object refers to a broader concept. https://github.com/mapping-commons/semantic-mapping-vocabulary/issues/3 FBbt:00007091 (D. melanogaster “subperineurial glial sheath”) and UBERON:0000202 (taxon-neutral “glial blood brain barrier”) are a cross-species broad match. skos:broadMatch | ||
semapv:crossSpeciesNarrowMatch cross-species narrow match A match where the subject is considered analogous to the subject in a different taxonomic grouping, but the object refers to a narrower concept. https://github.com/mapping-commons/semantic-mapping-vocabulary/issues/3 skos:narrowMatch | ||
semapv:crossSpeciesCloseMatch cross-species close match A match where the subject and the object belong in different taxonomic groupings, but refer to concepts similar enough that they can be used interchangeably. https://github.com/mapping-commons/semantic-mapping-vocabulary/issues/3 skos:closeMatch|semapv:nonIsomorphicMatch | ||
IRI skos:prefLabel type skos:definition dc:source skos:example rdfs:comment altLabel Parent rdfs:isDefinedBy | ||
ID A skos:prefLabel TYPE A skos:definition A dc:source A skos:example A rdfs:comment A skos:altLabel SP % SPLIT=| A rdfs:isDefinedBy | ||
skos:mappingRelation mapping relation owl:AnnotationProperty A mapping (alignment) link between two concepts. https://www.w3.org/TR/skos-reference/ http://www.w3.org/2004/02/skos/core# | ||
skos:closeMatch close match owl:AnnotationProperty A match where the subject and object are sufficiently similar that they can be used interchangeably in some information retrieval applications. https://www.w3.org/TR/skos-reference/ skos:mappingRelation http://www.w3.org/2004/02/skos/core# | ||
skos:exactMatch exact match owl:AnnotationProperty A match where the subject and object are sufficiently similar, with a high degree of confidence, that they can be used interchangeably across a wide range of information retrieval applications. https://www.w3.org/TR/skos-reference/ skos:closeMatch|semapv:isomorphicMatch http://www.w3.org/2004/02/skos/core# | ||
skos:broadMatch broad match owl:AnnotationProperty A match where the object is a broader concept than the subject. https://www.w3.org/TR/skos-reference/ semapv:nonIsomorphicMatch http://www.w3.org/2004/02/skos/core# | ||
skos:narrowMatch narrow match owl:AnnotationProperty A match where the object is a narrower concept that the subject. https://www.w3.org/TR/skos-reference/ semapv:nonIsomorphicMatch http://www.w3.org/2004/02/skos/core# | ||
skos:relatedMatch related match owl:AnnotationProperty A match where the subject and the object are inherently related, but where none is in any way more general than the other. https://www.w3.org/TR/skos-reference/ semapv:nonIsomorphicMatch http://www.w3.org/2004/02/skos/core# | ||
semapv:isomorphicMatch isomorphic match owl:AnnotationProperty A match where the subject is isomorphic to the object, i.e. considered of identical or similar form, shape, or structure. https://github.com/mapping-commons/semantic-mapping-vocabulary/issues/3 skos:mappingRelation | ||
semapv:nonIsomorphicMatch non-isomorphic match owl:AnnotationProperty A match where the subject cannot be considered isomorphic to the object, i.e. considered of identical or similar form, shape, or structure. The object corresponds to exactly one subject in the subject_source. https://github.com/mapping-commons/semantic-mapping-vocabulary/issues/3 skos:mappingRelation | ||
semapv:crossSpeciesExactMatch cross-species exact match owl:AnnotationProperty A match where the subject is considered analogous to the object in a different taxonomic grouping. https://github.com/mapping-commons/semantic-mapping-vocabulary/issues/3 FBbt:00005074 (D. melanogaster “muscle cell”) and CL:0000187 (taxon-neutral “muscle cell”) are a cross-species exact match. semapv:isomorphicMatch|skos:relatedMatch | ||
semapv:crossSpeciesBroadMatch cross-species broad match owl:AnnotationProperty A match where the subject is considered analogous to the subject in a different taxonomic grouping, but the object refers to a broader concept. https://github.com/mapping-commons/semantic-mapping-vocabulary/issues/3 FBbt:00007091 (D. melanogaster “subperineurial glial sheath”) and UBERON:0000202 (taxon-neutral “glial blood brain barrier”) are a cross-species broad match. skos:broadMatch | ||
semapv:crossSpeciesNarrowMatch cross-species narrow match owl:AnnotationProperty A match where the subject is considered analogous to the subject in a different taxonomic grouping, but the object refers to a narrower concept. https://github.com/mapping-commons/semantic-mapping-vocabulary/issues/3 skos:narrowMatch | ||
semapv:crossSpeciesCloseMatch cross-species close match owl:AnnotationProperty A match where the subject and the object belong in different taxonomic groupings, but refer to concepts similar enough that they can be used interchangeably. https://github.com/mapping-commons/semantic-mapping-vocabulary/issues/3 skos:closeMatch|semapv:nonIsomorphicMatch |