[poe] Issue: Auto Script Bugs marked as bug

riannella has just labeled an issue for https://github.com/w3c/poe as "bug":

== 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



See https://github.com/w3c/poe/issues/186

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