-
Notifications
You must be signed in to change notification settings - Fork 23
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
Special weather time series types #1699
Comments
ENVO has a concept for snow which could be reused. It is classified as |
As we do not have an I suggest:
|
I'm ok with your proposal. Since it seems to be at least inspired by ENVO, we might cite or mention it, though, e.g. by an annotation |
I'd be ok to introduce specific weather time series, as proposed by @ap-peh , maybe as equivalent classes. Regarding the axioms for specific weather time series, |
Another time series needed for a forecasting model is a consumption time series. Here, too, the entity Consumption already exists and should be used to express that the time series to be described is a consumption time series or should an extra entity be introduced as in the case of the weather time series. |
|
From your comment, I figure that This might require a complex parallel structure of equivalence dependencies. But probably useful. |
I would suggest creating a specific property for the statement: The time series is of type XY. This makes it clear that if this property is used, then it is a relationship between a time series and the type assigned to it. To keep the entity time series consistent I would remove special entities like generation time series. |
Ok, good idea. I see several roles then: forecast, measured, synthetic, weather, generation, consumption |
Can we please start with definitions first before deciding how we implement this? I have not seen any proposals for definitions yet. For
These are two completely different things: the first one is an input into some forecasting process, the other the result of a forecasting process. |
Proposal for a
Then e.g. the axiom |
I have the second "type" in mind, i.e. output of a forecast computation.
|
So, the definition for For GDC's, their "aboutness" defines their physical properties. So if the relation (through a SDC) we want to express would concern their "aboutness" this would be inconsistent with the definition of role. If a PDF could have the role to be "about", say, weather, instead of budgeting plans, if it would lose this role, it would cease to be what it was. Therefore, roles cannot dictate the "aboutness", especially of information content entities. A possible role could be something like "study material". A PDF could either be (used as) study material or not, if it would lose the role, the PDF would not change. Also, .. which is kind of unfortunate, because A function is a special kind of disposition. It is a realizable entity whose realization is an end-directed activity of its bearer that occurs because this bearer is (a) of a specific kind and (b) in the kind or kinds of contexts that it is made or selected for. Thus a function is a disposition that exists in virtue of the bearer’s physical make-up, and this physical make-up is something the bearer possesses because of how it came into being—either through natural selection (in the case of biological entities) or through intentional design (in the case of artifacts). Roughly, the entities in question came into being in order to perform activities of a certain sort, called “functionings.” TL;DR: I do not think SDC's can inhere in GDC's, but this is very complicated and I would like a second opinion, preferably from another philosopher. Also, roles should theoretically not concern the aboutness (of information content entities). |
In general, you are right. SDC are supposed to only have IC as bearer. Yet, in "real ontology development", it showed that some GDC also require specific "properties". I discussed this with @fneuhaus several times, and it seems that in other ontology communities this constraint is weakend as well. EDIT: see also: #1444 (comment) |
Description of the issue
How is it possible to annotate special weather time series types. In a forecast model I have different input time series. Among others a time series of snow cover in mm and direct solar radiation in kW. For both I have chosen the entity "weather time series". For the direct solar radiation time series I have created a relationship via the property "is about" to an individual of the entity "direct solar radiation". For the snow cover time series this was not possible, because there is no entity that expresses that it is about snow cover. The question now is, if it is at all intended to connect a weather time series via the property "is about" to an entity with meta knowledge about the time series like "direct solar radiation" or if more specific SubClasses of weather time series should be defined.
Ideas of solution
If a weather time series is best defined using the "is about" property, or possibly another property, I would suggest adding the "snow" subclass below the "water" entity. However, if a weather time series should be better described with a subclass of the entity "process", as it would be the case for "direct solar radiation" or e.g. for a wind speed time series, I would suggest to create an entity "snow cover" or "snowfall rate" below the process.
However, if it would be better to create more specific weather time series, I would suggest to create e.g. an entity "snow cover time series", "wind speed time series", "direct solar radiation time series" etc.
Workflow checklist
I am aware that
The text was updated successfully, but these errors were encountered: