Skip to content

Commit

Permalink
Use the latest EntityResolution.sadl from SemTK and update RESOLUTION…
Browse files Browse the repository at this point in the history
…S.sadl to match
  • Loading branch information
Paul Cuddihy committed Jan 6, 2023
1 parent 3d6c536 commit a0a001c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion RACK-Ontology/ontology/EntityResolution.sadl
@@ -1,4 +1,4 @@
uri "http://research.ge.com/semtk/entityResolution" alias entityResolution.
uri "http://research.ge.com/semtk/EntityResolution" alias EntityResolution.


SameAs is a top-level class,
Expand Down
8 changes: 4 additions & 4 deletions RACK-Ontology/ontology/RESOLUTIONS.sadl
Expand Up @@ -17,14 +17,14 @@

uri "http://arcos.rack/RESOLUTIONS" alias Rs.
import "http://arcos.rack/PROV-S".
import "http://research.ge.com/semtk/entityResolution".
import "http://research.ge.com/semtk/EntityResolution".


SAME_AS (note "Used to create curation relationships between two nodes. When two THINGs are connected via the SAME_AS relationship it means that the THINGs are actually describing the same. SAME_AS relationships will be collapsed into a single THING by the resolution process.") is a type of NODE.
primary (note "The primary THING is the one which will remain after the merge processes any conflicts will be resolved by using the primary's value, for example the resulting identifier will be the identifier from the primary") describes SAME_AS with a single value of type THING.
secondary (note "the secondary THINGs are the entity that will be removed during the resolution process, any attributes that do not conflict will be copied to the to the primary,") describes SAME_AS with values of type THING.

// Make SAME_AS compatible with semTK entity resolution functions.
SAME_AS is a type of entityResolution:SameAs.
primary is a type of entityResolution:target.
secondary is a type of entityResolution:duplicate.
SAME_AS is a type of EntityResolution:SameAs.
primary is a type of EntityResolution:target.
secondary is a type of EntityResolution:duplicate.

0 comments on commit a0a001c

Please sign in to comment.