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

sttl.owl2.owlproperty.inverse.rq Maven / Gradle / Ivy

template {
    "InverseObjectProperties("  ?in " " ?y ")"  
}
where {
  ?in owl:inverseOf ?y
  filter(isURI(?in))
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy