blob: ab7423b2c829a55b34c450575142fe0e0d4238ec [file] [log] [blame]
Siwara Sadikow234d1312020-04-21 16:38:41 +02001<?xml version="1.0"?>
2<rdf:RDF xmlns="https://w3id.org/basyx/c4i2ssn#"
3 xml:base="https://w3id.org/basyx/c4i2ssn"
4 xmlns:schema="http://schema.org/"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:terms="http://purl.org/dc/terms/"
7 xmlns:owl="http://www.w3.org/2002/07/owl#"
8 xmlns:xml="http://www.w3.org/XML/1998/namespace"
9 xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
10 xmlns:skos="http://www.w3.org/2004/02/skos/core#"
11 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
12 xmlns:vann="http://purl.org/vocab/vann/"
13 xmlns:foaf="http://xmlns.com/foaf/0.1/"
14 xmlns:dc="http://purl.org/dc/elements/1.1/">
15 <owl:Ontology rdf:about="https://w3id.org/basyx/c4i2ssn">
16 <owl:versionIRI rdf:resource="https://w3id.org/basyx/c4i2ssn/0.0.1"/>
17 <owl:imports rdf:resource="https://w3id.org/basyx/c4i"/>
18
19 <dc:contributor>
20 <rdf:Description>
21 <foaf:name>Siwara Schmitt</foaf:name>
22 <foaf:mbox>siwara.schmitt@iese.fraunhofer.de</foaf:mbox>
23 <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
24 </rdf:Description>
25 </dc:contributor>
26 <dc:contributor>
27 <rdf:Description>
28 <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
29 <foaf:mbox>kathrin.evers@festo.com</foaf:mbox>
30 <foaf:name>Kathrin Evers</foaf:name>
31 </rdf:Description>
32 </dc:contributor>
33 <dc:contributor>
34 <rdf:Description>
35 <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
36 <foaf:mbox>Juergen.Bock@kuka.com</foaf:mbox>
37 <foaf:name>Dr. Jürgen Bock</foaf:name>
38 </rdf:Description>
39 </dc:contributor>
40 <dc:rights>https://www.eclipse.org/legal/epl-2.0/</dc:rights>
41 <dc:contributor>
42 <rdf:Description>
43 <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
44 <foaf:mbox>perzylo@fortiss.org</foaf:mbox>
45 <foaf:name>Alexander Perzylo</foaf:name>
46 </rdf:Description>
47 </dc:contributor>
48 <dc:contributor>
49 <rdf:Description>
50 <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
51 <foaf:name>Pierre Venet</foaf:name>
52 </rdf:Description>
53 </dc:contributor>
54
55 <dc:creator>
56 <rdf:Description>
57 <foaf:mbox>Michael.Weser@kuka.com</foaf:mbox>
58 <foaf:name>Michael Weser</foaf:name>
59 <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
60 </rdf:Description>
61 </dc:creator>
62
63 </owl:Ontology>
64
65
66
67 <!--
68 ///////////////////////////////////////////////////////////////////////////////////////
69 //
70 // Object Properties
71 //
72 ///////////////////////////////////////////////////////////////////////////////////////
73 -->
74
75
76
77
78 <!-- https://w3id.org/basyx/c4i#associatedWithCapability -->
79
80 <rdf:Description rdf:about="https://w3id.org/basyx/c4i#associatedWithCapability">
81 <owl:propertyChainAxiom rdf:parseType="Collection">
82 <rdf:Description rdf:about="http://www.w3.org/ns/ssn/hasSubSystem"/>
83 <rdf:Description rdf:about="https://w3id.org/basyx/c4i#hasCapability"/>
84 </owl:propertyChainAxiom>
85 </rdf:Description>
86
87
88
89 <!-- https://w3id.org/basyx/c4i#hasCapability -->
90
91 <owl:ObjectProperty rdf:about="https://w3id.org/basyx/c4i#hasCapability">
92 <owl:equivalentProperty rdf:resource="https://w3id.org/basyx/c4i2ssn#hasSystemCapability"/>
93 </owl:ObjectProperty>
94
95
96
97 <!-- https://w3id.org/basyx/c4i2ssn#hasSystemCapability -->
98
99 <owl:ObjectProperty rdf:about="https://w3id.org/basyx/c4i2ssn#hasSystemCapability"/>
100
101
102
103 <!-- http://www.w3.org/ns/ssn/hasSubSystem -->
104
105 <owl:ObjectProperty rdf:about="http://www.w3.org/ns/ssn/hasSubSystem"/>
106
107
108
109 <!--
110 ///////////////////////////////////////////////////////////////////////////////////////
111 //
112 // Classes
113 //
114 ///////////////////////////////////////////////////////////////////////////////////////
115 -->
116
117
118
119
120 <!-- https://w3id.org/basyx/c4i#Capability -->
121
122 <owl:Class rdf:about="https://w3id.org/basyx/c4i#Capability">
123 <owl:equivalentClass rdf:resource="http://www.w3.org/ns/ssn/systems/SystemCapability"/>
124 </owl:Class>
125
126
127
128 <!-- http://www.w3.org/ns/ssn/systems/SystemCapability -->
129
130 <owl:Class rdf:about="http://www.w3.org/ns/ssn/systems/SystemCapability"/>
131</rdf:RDF>
132
133
134
135<!-- Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi -->
136