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.
Mac にインストールされている Fuseki Web サーバーを使用して、新しいオントロジー (.owl ファイル) をリモート マシンにアップロードするにはどうすればよいですか?
認証してログインすることはできますが、最初に行う必要があるのは、既に存在するデータ グラフを選択することです。グラフを選択する前に、何かをアップロードまたは更新するオプションが表示されません。
Fuseki から新しい Protege ファイルをアップロードするにはどうすればよいですか?
you can load the file by running this line on the shell:
./fuseki-server --file=path-to-my-file/my-file.owl /myowl
after you can access the ontology in:
http://localhost:3030/myowl