Hi all,
What tool can I use to make an instance owl:sameAs to another instance based on a rule like: if instance :a :hasValue "some string" then make :a owl:sameAs :aa where :aa is an instance somewhere else (or alternatively :aa when :aa :anotherRelation "some string")?
I was thinking of SWRL but I am not sure whether this use-case is covered... Any suggestions welcome.