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

sttl.owl.alldifferent.rq Maven / Gradle / Ivy

The newest version!
template {
   "DifferentIndividuals("  
      ?in " " ?l 
   ")"   
}
where {
  ?in a owl:allDifferent 
  
  { ?in owl:members ?l } union 
  { ?in owl:distinctMembers ?l }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy