Skip to content

Commit bce2450

Browse files
Added the more generic "provides" object property as a super property of providesSkill and providesCapability
1 parent 1e5d79e commit bce2450

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CSS-Ontology.owl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +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> ;
1011
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." ;
1112
rdfs:isDefinedBy "https://www.plattform-i40.de/IP/Redaktion/DE/Downloads/Publikation/CapabilitiesSkillsServices.html" .
1213

@@ -113,14 +114,21 @@
113114
rdfs:range :ServiceOffer .
114115

115116

117+
### http://www.w3id.org/hsu-aut/css#provides
118+
:provides rdf:type owl:ObjectProperty ;
119+
rdfs:domain :Resource .
120+
121+
116122
### http://www.w3id.org/hsu-aut/css#providesCapability
117123
:providesCapability rdf:type owl:ObjectProperty ;
124+
rdfs:subPropertyOf :provides ;
118125
rdfs:domain :Resource ;
119126
rdfs:range :Capability .
120127

121128

122129
### http://www.w3id.org/hsu-aut/css#providesSkill
123130
:providesSkill rdf:type owl:ObjectProperty ;
131+
rdfs:subPropertyOf :provides ;
124132
rdfs:domain :Resource ;
125133
rdfs:range :Skill .
126134

0 commit comments

Comments
 (0)