Skip to content

Commit 2fd93bc

Browse files
fixes domain and range of "isRealizedBy" and
adds sub properties for the two properties
1 parent bce2450 commit 2fd93bc

1 file changed

Lines changed: 19 additions & 3 deletions

File tree

CSS-Ontology.owl

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@base <http://www.w3id.org/hsu-aut/css> .
88

99
<http://www.w3id.org/hsu-aut/css> rdf:type owl:Ontology ;
10-
owl:versionIRI <http://www.w3id.org/hsu-aut/css/1.0.0> ;
10+
owl:versionIRI <http://www.w3id.org/hsu-aut/css/1.0.1> ;
1111
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." ;
1212
rdfs:isDefinedBy "https://www.plattform-i40.de/IP/Redaktion/DE/Downloads/Publikation/CapabilitiesSkillsServices.html" .
1313

@@ -79,8 +79,24 @@
7979

8080
### http://www.w3id.org/hsu-aut/css#isRealizedBy
8181
:isRealizedBy rdf:type owl:ObjectProperty ;
82-
rdfs:domain :Property ;
83-
rdfs:range :SkillParameter .
82+
rdfs:domain :Capability ,
83+
:Property ;
84+
rdfs:range :Skill ,
85+
:SkillParameter .
86+
87+
88+
### http://www.w3id.org/hsu-aut/css#isRealizedBySkill
89+
:isRealizedBySkill rdf:type owl:ObjectProperty ;
90+
rdfs:subPropertyOf :isRealizedBy ;
91+
rdfs:domain :Capability ;
92+
rdfs:range :Skill .
93+
94+
95+
### http://www.w3id.org/hsu-aut/css#isRealizedBySkillParameter
96+
:isRealizedBySkillParameter rdf:type owl:ObjectProperty ;
97+
rdfs:subPropertyOf :isRealizedBy ;
98+
rdfs:domain :Property ;
99+
rdfs:range :SkillParameter .
84100

85101

86102
### http://www.w3id.org/hsu-aut/css#isRestrictedBy

0 commit comments

Comments
 (0)