-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add variant creation and deprecate quantity dataproperty #163
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bit confused by the removal of the large number of dfc-f Declarations.
Otherwise looks good to go.
@@ -1303,474 +1309,6 @@ | |||
<Declaration> | |||
<Datatype abbreviatedIRI="xsd:duration"/> | |||
</Declaration> | |||
<Declaration> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We only just introduced these Declarations (with the Business Definitions), do we not need them ? 😕
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we are removing them, it should be noted in CHANGELOG.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is really strange because it looks like these declarations are coming from the facets taxonomies which is imported now so that's normal they don't belong to this file. However, I didn't change anything regarding this question when I worked on it so I don't know what I did, but this happened. I can update the changelog
@@ -5904,9 +5454,17 @@ | |||
<ObjectPropertyDomain> | |||
<ObjectProperty IRI="#hasQuantity"/> | |||
<ObjectUnionOf> | |||
<Class IRI="#ConsumptionFlow"/> | |||
<Class IRI="#DefinedProduct"/> | |||
<Class IRI="#Ingredient"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Just noting Ingredient wasn't ever linked to the deprecated #quantity
DataProperty. Is it too new ? 🤨
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, but there were many problems with the Ingredient class because it disappeared during several update. Maybe I recreated the Ingredient class directly with the right property
Added
Property
Deleted
Property
Changed