Skip to content

Commit

Permalink
Update label for semapv:LogicalReasoning
Browse files Browse the repository at this point in the history
The other matching processes all write out "matching process" as the end of their labels. This PR updates the label for semapv:LogicalReasoning to be more consistent
  • Loading branch information
cthoyt authored Jan 5, 2025
1 parent c28284f commit 83a58c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions semapv-terms.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ semapv:MappingActivity mapping activity A process that relates to the creation,
semapv:Matching matching process An process that results in a mapping between a subject and an object entity. The label of a subject entity matches to an exact synonym of an object entity. matching operation|matching task semapv:MappingActivity
semapv:Mapping mapping A triple <s,p,o> comprising a subject entity s, an object entity o and a mapping predicate p. The subject entity NCI:C9305 is mapped to the object entity ICD10:C80.9 using the skos:relatedMatch mapping predicate.
semapv:LexicalMatching lexical matching process A matching process based on a lexical comparison between one or more syntactic features of the subject with one or more syntactic features of the object. The label of a subject entity matches to an exact synonym of an object entity. semapv:Matching
semapv:LogicalReasoning logical reasoning process A matching process based on the inferences made by a logical reasoner. Two classes across ontologies are determined equivalent by an OWL reasoner such as ELK. semapv:Matching
semapv:LogicalReasoning logical reasoning matching process A matching process based on the inferences made by a logical reasoner. Two classes across ontologies are determined equivalent by an OWL reasoner such as ELK. semapv:Matching
semapv:CompositeMatching composite matching process A matching process based on multiple, possibly intertwined, matching approaches. An ontology matching tool determines that a subject should be mapped to an object by employing a range of techniques, including lexical, semantic and structural. semapv:Matching
semapv:UnspecifiedMatching unspecified matching process A matching process based on an unspecified comparison. A mapping between a subject and an object was established, but it is no longer clear how or why. semapv:Matching
semapv:SemanticSimilarityThresholdMatching semantic similarity threshold-based matching process A matching process based on a minimum threshold of a score from a comparison based on a semantic similarity algorithm. A match between a subject and an object entity was established because they had a Jaccard score higher than 0.8 based on the set of (common) superclasses. semapv:Matching
Expand Down Expand Up @@ -46,4 +46,4 @@ semapv:LevenshteinEditDistance levenshtein distance https://doi.org/10.1007/978
semapv:TokenBasedDistance token-based distance https://doi.org/10.1007/978-3-642-38721-0 semapv:StringBasedSimilarityMeasure
semapv:LanguageBasedSimilarityMeasure language-based similarity measure https://doi.org/10.1007/978-3-642-38721-0 semapv:SimilarityMeasure
semapv:Tokenization tokenization https://doi.org/10.1007/978-3-642-38721-0 semapv:Normalization
semapv:TermExtraction term extraction https://doi.org/10.1007/978-3-642-38721-0 named entity recognition semapv:Normalization
semapv:TermExtraction term extraction https://doi.org/10.1007/978-3-642-38721-0 named entity recognition semapv:Normalization

0 comments on commit 83a58c9

Please sign in to comment.