-
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
Transformation rules of Cellfie Considering Rows and not columns #119
Comments
@pranav0008 your question is not very clear. What do you mean by "convert all the elements of a row into Classes and objects ?" |
I meant, where we write for declaration of a class in Column C as :- Class: @C* It is not related to protegeproject/protege#688 , this issue you referred me to is completely irrelevant to my issue, but if this request gets implemented where axioms are used for Dataproperty and ObjectProperty, it will be a big relief :) because I am undergoing this problem a lot. Coming back to the topic, the reason I wanted to implement this rule because the mapping of information is done from rows to rows, whereas in Cellfie only column to column mapping is done. |
I think I see your point now. You can do that by writing |
Here is the documentation about this specific issue, but I would recommend to read the entire entry on the MappingMaster DSL if you want to take full advantage of its power: |
thanks a bunch |
BTW, you can create datatype and object properties on the fly (but not with an explicit declaration, for which we created this issue protegeproject/mapping-master#9). Check out this: And here is another example...
and a rule like this over the range B2:C+ :
Executing the rule would create object properties for all the column headers (B1 and C1) on the fly. Of course you can extend this to arbitrary number of columns. |
the way we write
Class: @C*, where C is a column and the entities in the column become a class, won't it be nice to have such transformation rules where we could convert all the elements of a row into Classes and objects ?
If they are Can someone tell me what they are ?
The text was updated successfully, but these errors were encountered: