Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

range and domain #77

Closed
dinani65 opened this issue Mar 28, 2023 · 1 comment
Closed

range and domain #77

dinani65 opened this issue Mar 28, 2023 · 1 comment

Comments

@dinani65
Copy link

Hello,
After transformation of SNOMED CT RF2 into .owl via snomed-owl-toolkit, I used protege to export the file in .ttl.
I am trying to write a SPARQL query to find e.g., a property with a specific domain and range. While with the current structure of
snomed ct, I am not able to query it.

Could you pls give me some hints regarding how to extract my information needs across snomed ct?
For example. I was expecting to find get result for a query like:
`
SELECT distinct ?property
WHERE {
?property rdf:type owl:ObjectProperty .
?property rdfs:domain ex:116154003.
?property rdfs:range ex:64572001.

}
`

@kaicode
Copy link
Member

kaicode commented Mar 28, 2023

I don't have any experience with SPARQL, I'm not sure if someone else in the community can help here.

What is it you are trying to find out? Perhaps I can suggest an ECL query to help.

@kaicode kaicode closed this as completed Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants