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 4.1,并且我有一类动物和其他图像类,我需要插入图像文件,例如 .jpg、.gif、.png 作为“图像”类的个体,以将其分配给“图像”的一个实例动物”类,我怎样才能插入这个图像文件?
我不明白“插入”类的确切含义。如果您已经有类Animal和Image,我会创建一个关系hasImage:
:Animal :hasImage :Image
对于Image,您可以添加关系,例如:
:Image :hasURL :URL :Image :hasName :string :Image :hasType :string ...
注意:这个符号根本不正式......