[poe] Auto Script Bugs

riannella has just created a new issue for https://github.com/w3c/poe:

== Auto Script Bugs ==
1) 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.

The same for:

 rdfs:range [
  a owl:Class ;
  owl:unionOf ( :Duty :Action ) ;
 ] .

The property then does not appear in "Inherited Properties"


2) Action is defined with:
 rdfs:subClassOf skos:Concept ;
but the autio-link to "skos:Concept" point to an internal "#term-" when it should link to the skos document



Please view or discuss this issue at https://github.com/w3c/poe/issues/186 using your GitHub account

Received on Monday, 29 May 2017 02:59:18 UTC