Skip to content

Commit

Permalink
more data vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mcodescu committed Aug 14, 2016
1 parent b976101 commit 4eeb7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OWL2/OWL22CASL.hs
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ mapListFrameBit cSig ex rel lfb =
Just r -> case ex of
Misc _ -> do
pairs <- mapComDataPropsList cSig Nothing dl 1 2
mkEDPairs cSig [1, 2] rel pairs
mkEDPairs' cSig [1, 2] rel pairs
SimpleEntity (Entity _ DataProperty iri) -> case r of
SubPropertyOf -> do
os1 <- mapM (\ o1 -> mapDataProp cSig o1 1 2) dl
Expand Down

0 comments on commit 4eeb7bc

Please sign in to comment.