You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
major update to make CSS ontology consistent with the model extensions
- renames CapabilityConstraint to Constraint
- adds new Consraint subclasses
- adds State and Transition with all object properties
- adds SkillTrigger
- adds subclasses of SkillParameter
rdfs:comment "An ontology for the Capability, Skill and Service reference model defined by Plattform Industrie 4.0. See https://www.plattform-i40.de/IP/Redaktion/DE/Downloads/Publikation/CapabilitiesSkillsServices.html for a description of the abstract reference model." ;
rdfs:comment """An ontology for the Capability, Skill and Service reference model defined by Plattform Industrie 4.0. See https://www.plattform-i40.de/IP/Redaktion/DE/Downloads/Publikation/CapabilitiesSkillsServices.html for a description of the abstract reference model.
12
+
13
+
Includes extensions defined in https://www.plattform-i40.de/IP/Redaktion/DE/Downloads/Publikation/2025-i40-capabilities.pdf?__blob=publicationFile&v=5.""" ;
- Capabilities, services and offers are specified by properties in order to detail their description with regard to certain entities (e.g. products, process steps, resources)""" .
rdfs:comment "A PropertyConstraint is a constraint that determines the applicability of a Capability and that refers to one or more Properties of the same Capability (see Figure 15). An important aspect of PropertyConstraints is that they always refer to a single Capability and assume no knowledge of a sequence of Capabilities or dependencies between Capabilities." .
392
+
393
+
273
394
### http://www.w3id.org/hsu-aut/css#Resource
274
395
:Resource rdf:type owl:Class ;
275
396
owl:disjointWith :Service ,
@@ -377,8 +498,26 @@ Notes:
377
498
- Skill parameters might have a relation or be equivalent to capability properties""" .
378
499
379
500
501
+
### http://www.w3id.org/hsu-aut/css#SkillTrigger
502
+
:SkillTrigger rdf:type owl:Class .
503
+
504
+
505
+
### http://www.w3id.org/hsu-aut/css#State
506
+
:State rdf:type owl:Class .
507
+
508
+
380
509
### http://www.w3id.org/hsu-aut/css#StateMachine
381
510
:StateMachine rdf:type owl:Class .
382
511
383
512
384
-
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
rdfs:comment "A TransitionConstraint is an expression between multiple Capabilities or Services, determining the applicability of a Capability or Service in a wider context. In a Transition-Constraint, a dependent Capability or Service is restricted by one or more referenced Capabilities or Services. TransitionConstraints can be used to formulate requirements going beyond PropertyConstraints, especially sequence requirements." .
521
+
522
+
523
+
### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi
0 commit comments