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

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

template {
    if (bound(?t), "DataPropertyDomain", "ObjectPropertyDomain")
    "(" ?in " " ?d ")"
}
where {
  ?in rdfs:domain ?d 
  optional { ?in a ?t . filter(?t = owl:DatatypeProperty) }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy