-
Notifications
You must be signed in to change notification settings - Fork 27
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
How to code for Creating Dataproperty heirarchy and Object Property heirarchy in Cellfie? #121
Comments
It is true. Sorry about the inconvenience. This is a limitation of MappingMaster, and we have an issue created for it here: protegeproject/mapping-master/issues/9. So I'll close this issue. PS: Once you create all the properties with Cellfie, reorganizing them in a hierarchy in Protege, would involve less effort then creating all the properties manually, one by one. Which reminds me that actually you can create a property hierarchy easily in Protege. Select |
okay thanks a bunch |
I observed the same problem. Basically if I update the OAF plugin from
version 1.0.0 to 1.1.0, the new jar file will be downloaded and copied
in the plugins folder, but Protege continue to think it still has v.1.0.0.
It may be because of this line in the META-INF/MANIFEST.MF file:
Bundle-Version: 1.0.0
Csongor
…On 09/14/2017 08:46 PM, pranav0008 wrote:
okay thanks a bunch
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#121 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACU_VkhmwVJXBbrCAPkGoe0Lu_iO6ENzks5sifMCgaJpZM4PXS8y>.
|
Hi, @pranav0008 , you mentioned here that you know how to create DataProperty in Cellfie, but I have not been able to to make that work yet in Protege 5.x. Could you please share how you did it? I would be very grateful, as I have an Excel with a bunch of attributes and data properties with their definitions for my classes that I would like to load into my ontology. Thanks so much! |
Mapping Master does not currently support the declation of object or datatype properties: https://github.com/protegeproject/mapping-master/wiki/MappingMasterDSL#manchester-syntax-coverage |
I have an Excel in which there are a lot of Data Properties which have a lot sub-properties.
I know how to create DataProperty in Cellfie but the function ( SubPropertyOf ) doesn't work in cellfie.
I have to do it manually in Protege which makes it look like labor work :( .
The text was updated successfully, but these errors were encountered: