compared with
Current by Vladimir Alexiev
on May 20, 2013 20:54.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History
h2. The Solution
Normally adding a rule requires reloading the repository, so that all facts from the new rule can be inferred. But in order to avoid reloading the BM data, we'll try this:
- Define a generic rule for the Proton predicate ptop:transitiveOver (see [FR Implementation#ptop:transitiveOver]) Implementation#transitiveOver])
- Restart OWLIM with the new rules
- Load the new file +FR-Transitive.ttl+ that declares certain FRs to be transitiveOver skos:broader, eg
- UPPERCASE shows what we must add

{table-plus}
| *FR property* | *name* | *range* | *CRM* | *SKOS* | *Why* |
| rso:FR12_found_by | found by | E39_Actor | no (?) | no | Nobody would search for "found by British" |
| rso:FR45_is_made_of | made of | E57_Material | ADD P127 | ADD | |
| rso:FR32_used_technique | used | rso:E55_Technique | ADD P127 | ADD | |
{table-plus}

h1. Details