Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Protege で DL Query をプログラム的に使用できるかどうかを知りたいです。Java でクエリを入力して、SQL のように個人を取得することはできますか?
たとえば、クエリはhasCalorificContentValue value 723で、 という個人を取得したいと思いますQuattroFormaggio。
hasCalorificContentValue value 723
QuattroFormaggio
OWLファイルがある場合は、OWLAPIを使用して、Protegeを使用せずに、オントロジーにプログラムでアクセス、編集、およびクエリを実行できます。OWLAPIの例のページには、クエリをエンコードする方法を説明するコード例があります。