All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sttl.owlrl.superexp.inter.rq Maven / Gradle / Ivy

template {
  ?suc
}
where {
  ?in owl:intersectionOf ?z 
  ?z rdf:rest*/rdf:first ?e 
  
  bind (
    st:call-template(st:superClassExpression, ?e)
    as ?suc
  )
  
  filter if (us:mytrace(?suc), xt:print("error super:", ?in, owl:intersectionOf, ?e), true)
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy