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

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

template {
   xsd:string(?l) "(" ?in " " ?p ")"
}
where {
  ?in rdfs:subPropertyOf ?p 
  optional { ?in a ?t }
  optional  { ?p a ?t }
  filter (?t = ?tt)
}
values (?tt ?l){ 
  (owl:ObjectProperty   "SubObjectPropertyOf")
  (owl:DatatypeProperty "SubDataPropertyOf" )
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy