Skip to content

Commit

Permalink
Merge branch '125-create-metadata-descirption-for-models-fmus' of git…
Browse files Browse the repository at this point in the history
…hub.com:GAIA-X4PLC-AAD/ontology-management-base into 125-create-metadata-descirption-for-models-fmus
  • Loading branch information
heuerfin committed Jan 8, 2025
2 parents b0aac3e + 71bf0e3 commit 17ee310
Showing 1 changed file with 33 additions and 25 deletions.
58 changes: 33 additions & 25 deletions simulation-model/VARIABLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,38 @@
| SimulationModelShape | simulation-model | quantity | 1 | 1 | quantity object with properties for quantity informations | | simulation-model_shacl.ttl |
| SimulationModelShape | simulation-model | quality | 1 | 1 | quality object with properties for quality informations | | simulation-model_shacl.ttl |
| SimulationModelShape | simulation-model | dataSource | 1 | 1 | dataSource object with properties for data sources | | simulation-model_shacl.ttl |
| FormatShape | simulation-model | model.implementation.format | 1 | 1 | Format of model implementation, e.g. OSMP 1.0/OSI 3.1.2/FMI 2.0 | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| FormatShape | simulation-model | model.preconditions | | 1 | Preconditions for model validity, e.g. things that the rest of the simulation should provide the model with so that the model can work within its foreseen validity range. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| FormatShape | simulation-model | model.implementation.preconditions | | 1 | Implementation requirements. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| FormatShape | simulation-model | model.integration.requirements | | 1 | Provide a link to requirements and considerations for operating the model. | <http://www.w3.org/2001/XMLSchema#anyURI> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | model.type | 1 | 1 | Type of model. This entry defines what domain specific entries are relevant and is mandatory | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | model.manufacturer | 1 | 1 | Provider of the Model, no specific convention defined, it can be a company, a department a person or a combination of those. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | model.family | | 1 | Model Family Name, in some case a model is a concrete instance of a more generic model belonging to a family. In this case, the family can be mentioned here. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | model.name | 1 | 1 | Model Name. This can be the name of the model file or the name of the model as it is called | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | model.version | 1 | 1 | Model Version, no specific convention defined | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | model.releasedate | 1 | 1 | Model Release Date in ISO8601 | <http://www.w3.org/2001/XMLSchema#dateTime> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | model.releasestatus | 1 | 1 | The status of the model version released in the life cycle of the model. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | model.use-restrictions | | 1 | Legal or contractual restrictions on the use and distribution of the model that have to be respected. Applicable Licenses should be mentioned here. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | model.guid | | 1 | For FMU-based models, this should be the GUID of the FMU. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | model.purpose | | 1 | Purpose for which the model has been built/validated. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | model.modelling-approach | | 1 | Description of the modelling approach taken. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| FormatShape | simulation-model | modelImplementationFormat | 1 | 1 | Format of model implementation, e.g. OSMP 1.0/OSI 3.1.2/FMI 2.0 | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| FormatShape | simulation-model | modelPreconditions | | 1 | Preconditions for model validity, e.g. things that the rest of the simulation should provide the model with so that the model can work within its foreseen validity range. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| FormatShape | simulation-model | modelImplementationPreconditions | | 1 | Implementation requirements. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| FormatShape | simulation-model | modelIntegrationRequirements | | 1 | Provide a link to requirements and considerations for operating the model. | <http://www.w3.org/2001/XMLSchema#anyURI> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | modelType | 1 | 1 | Type of model. This entry defines what domain specific entries are relevant and is mandatory | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | modelManufacturer | 1 | 1 | Provider of the Model, no specific convention defined, it can be a company, a department a person or a combination of those. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | modelFamily | | 1 | Model Family Name, in some case a model is a concrete instance of a more generic model belonging to a family. In this case, the family can be mentioned here. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | modelName | 1 | 1 | Model Name. This can be the name of the model file or the name of the model as it is called | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | modelVersion | 1 | 1 | Model Version, no specific convention defined | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | modelReleasedate | 1 | 1 | Model Release Date in ISO8601 | <http://www.w3.org/2001/XMLSchema#dateTime> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | modelReleasestatus | 1 | 1 | The status of the model version released in the life cycle of the model. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | modelUseRestrictions | | 1 | Legal or contractual restrictions on the use and distribution of the model that have to be respected. Applicable Licenses should be mentioned here. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | modelGuid | | 1 | For FMU-based models, this should be the GUID of the FMU. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | modelPurpose | | 1 | Purpose for which the model has been built/validated. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | modelModellingApproach | | 1 | Description of the modelling approach taken. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | sensorManufacturer | | 1 | Company Name manufacturing the sensor. Alternatively, If the model does not relate to a particular manufacturer, mention it here. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | sensorFamily | | 1 | Actual Sensor HW Family Name. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | sensorName | | 1 | Actual Sensor HW Name. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | sensorVersion | | 1 | Actual Sensor HW Version. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | sensorManufacturerPartnumber | | 1 | Partnumber at Manufacturer. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | sensorType | | 1 | Type of Output of Sensor. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | sensorTechnology | | 1 | HW Technology of sensor. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| ContentShape | simulation-model | sensorTechnologyVariant | | 1 | HW Technology variant of sensor. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| QuantityShape | simulation-model | maxDetections | 0 | 1 | The maximum number of detections. | <http://www.w3.org/2001/XMLSchema#unsignedInt> | simulation-model_shacl.ttl |
| QuantityShape | simulation-model | maxObjects | 0 | 1 | The maximum number of objects. | <http://www.w3.org/2001/XMLSchema#unsignedInt> | simulation-model_shacl.ttl |
| QualityShape | simulation-model | model.limitations | 0 | 1 | Description of all limitations that apply to the model and its usage. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| QualityShape | simulation-model | model.validity-range | 0 | 1 | Restrictions on the model validity, typically on quantifiable aspects. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| QualityShape | simulation-model | model.verification.status | 1 | 1 | Is the model verified | <http://www.w3.org/2001/XMLSchema#boolean> | simulation-model_shacl.ttl |
| QualityShape | simulation-model | model.verification.report | 0 | 1 | Link to model verification report, if any exists | <http://www.w3.org/2001/XMLSchema#anyURI> | simulation-model_shacl.ttl |
| QualityShape | simulation-model | model.validation.status | 1 | 1 | Is the model validated, according to the validation concept | <http://www.w3.org/2001/XMLSchema#boolean> | simulation-model_shacl.ttl |
| QualityShape | simulation-model | model.validation.platform | 0 | 1 | Specification of simulation environment used for model validation. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| QualityShape | simulation-model | model.validation.report | 0 | 1 | Link to model validation report, if any exists | <http://www.w3.org/2001/XMLSchema#anyURI> | simulation-model_shacl.ttl |
| QualityShape | simulation-model | model.validation.concept | 0 | 1 | Link to document detailing the validation concepts used for model validation, if any exists | <http://www.w3.org/2001/XMLSchema#anyURI> | simulation-model_shacl.ttl |
| QualityShape | simulation-model | model.implementation.performance-characteristics | 0 | 1 | Description of model performance characteristics. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| DataSourceShape | simulation-model | model.specification | 0 | 1 | Provide a link to the model specification document | <http://www.w3.org/2001/XMLSchema#anyURI> | simulation-model_shacl.ttl |
| QualityShape | simulation-model | modelLimitations | 0 | 1 | Description of all limitations that apply to the model and its usage. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| QualityShape | simulation-model | modelValidityRange | 0 | 1 | Restrictions on the model validity, typically on quantifiable aspects. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| QualityShape | simulation-model | modelVerificationStatus | 1 | 1 | Is the model verified | <http://www.w3.org/2001/XMLSchema#boolean> | simulation-model_shacl.ttl |
| QualityShape | simulation-model | modelVerificationReport | 0 | 1 | Link to model verification report, if any exists | <http://www.w3.org/2001/XMLSchema#anyURI> | simulation-model_shacl.ttl |
| QualityShape | simulation-model | modelValidationStatus | 1 | 1 | Is the model validated, according to the validation concept | <http://www.w3.org/2001/XMLSchema#boolean> | simulation-model_shacl.ttl |
| QualityShape | simulation-model | modelValidationPlatform | 0 | | Specification of simulation environment used for model validation. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| QualityShape | simulation-model | modelValidationReport | 0 | 1 | Link to model validation report, if any exists | <http://www.w3.org/2001/XMLSchema#anyURI> | simulation-model_shacl.ttl |
| QualityShape | simulation-model | modelValidationConcept | 0 | 1 | Link to document detailing the validation concepts used for model validation, if any exists | <http://www.w3.org/2001/XMLSchema#anyURI> | simulation-model_shacl.ttl |
| QualityShape | simulation-model | modelImplementationPerformanceCharacteristics | 0 | 1 | Description of model performance characteristics. | <http://www.w3.org/2001/XMLSchema#string> | simulation-model_shacl.ttl |
| DataSourceShape | simulation-model | modelSpecification | 0 | 1 | Provide a link to the model specification document | <http://www.w3.org/2001/XMLSchema#anyURI> | simulation-model_shacl.ttl |

0 comments on commit 17ee310

Please sign in to comment.