app/models/match/skos/related_match.rb in iqvoc-4.5.2 vs app/models/match/skos/related_match.rb in iqvoc-4.6.0
- old
+ new
@@ -13,7 +13,11 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
class Match::SKOS::RelatedMatch < Match::SKOS::MappingRelation
+ def self.reverse_match_class_name
+ self.to_s
+ end
+
self.rdf_predicate = 'relatedMatch'
end