Re: [poe] Auto Script Bugs

>   When you have a unionOf in a property like:
>
>rdfs:domain [
a owl:Class ;
owl:unionOf ( :Rule :Asset :Party ) ;
] ;
>
>The property does not then appear as "in range of" in the three classes.

fwiw, that's because ->
https://github.com/w3c/poe/blob/36d1a6a91e33112737853239de78076764dac01c/vocab/template.phtml#L297 

`^rdfs:range` stops at the blank node

-- 
GitHub Notification of comment by simonstey
Please view or discuss this issue at https://github.com/w3c/poe/issues/186#issuecomment-321226373 using your GitHub account

Received on Wednesday, 9 August 2017 11:17:40 UTC