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.
我想为我的游戏应用程序创建一个本体,但在我看来,我总是必须为我的本体选择一个 IRI,然后在线共享本体。
如何使用在应用程序内部具有关系的本地主题 ID 创建本地本体?
为您的本体选择 IRI 并不意味着 IRI 必须是 URL,或者 URL 需要是可解析的并提供检索时的本体。URN 可以——例如,urn:games:myGame是有效的本体 IRI。
urn:games:myGame
将本体保存到文件后,可以通过文件名加载它。这消除了在线共享本体的所有需求。