Siwara Sadikow | 234d131 | 2020-04-21 16:38:41 +0200 | [diff] [blame] | 1 | <?xml version="1.0"?> |
| 2 | <rdf:RDF xmlns="http://www.basys40.de/kb/c4i.owl#" |
| 3 | xml:base="http://www.basys40.de/kb/c4i.owl" |
| 4 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
| 5 | xmlns:owl="http://www.w3.org/2002/07/owl#" |
| 6 | xmlns:xml="http://www.w3.org/XML/1998/namespace" |
| 7 | xmlns:xsd="http://www.w3.org/2001/XMLSchema#" |
| 8 | xmlns:c4i="http://www.basys40.de/kb/c4i.owl#" |
| 9 | xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" |
| 10 | xmlns:foaf="http://xmlns.com/foaf/0.1/" |
| 11 | xmlns:dc="http://purl.org/dc/elements/1.1/"> |
| 12 | <owl:Ontology rdf:about="https://w3id.org/basyx/c4i"> |
| 13 | <owl:versionIRI rdf:resource="https://w3id.org/basyx/c4i/0.0.1"/> |
| 14 | <dc:contributor> |
| 15 | <rdf:Description> |
| 16 | <foaf:name>Siwara Schmitt</foaf:name> |
| 17 | <foaf:mbox>siwara.schmitt@iese.fraunhofer.de</foaf:mbox> |
| 18 | <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/> |
| 19 | </rdf:Description> |
| 20 | </dc:contributor> |
| 21 | <dc:contributor> |
| 22 | <rdf:Description> |
| 23 | <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/> |
| 24 | <foaf:mbox>kathrin.evers@festo.com</foaf:mbox> |
| 25 | <foaf:name>Kathrin Evers</foaf:name> |
| 26 | </rdf:Description> |
| 27 | </dc:contributor> |
| 28 | <dc:contributor> |
| 29 | <rdf:Description> |
| 30 | <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/> |
| 31 | <foaf:mbox>Juergen.Bock@kuka.com</foaf:mbox> |
| 32 | <foaf:name>Dr. Jürgen Bock</foaf:name> |
| 33 | </rdf:Description> |
| 34 | </dc:contributor> |
| 35 | <dc:rights>https://www.eclipse.org/legal/epl-2.0/</dc:rights> |
| 36 | <dc:contributor> |
| 37 | <rdf:Description> |
| 38 | <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/> |
| 39 | <foaf:mbox>perzylo@fortiss.org</foaf:mbox> |
| 40 | <foaf:name>Alexander Perzylo</foaf:name> |
| 41 | </rdf:Description> |
| 42 | </dc:contributor> |
| 43 | <dc:contributor> |
| 44 | <rdf:Description> |
| 45 | <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/> |
| 46 | <foaf:name>Pierre Venet</foaf:name> |
| 47 | </rdf:Description> |
| 48 | </dc:contributor> |
| 49 | <rdfs:label xml:lang="en">Capability for Industry Ontology</rdfs:label> |
| 50 | <rdfs:comment xml:lang="en">This ontology was designed to model capabilities of resources of the industry sector, but may not be restricted to that. |
| 51 | |
| 52 | The work on this ontology was funded by the German Federal Ministry of Education and Research (BMBF) in context of the BaSys 4.0 project.</rdfs:comment> |
| 53 | <dc:creator> |
| 54 | <rdf:Description> |
| 55 | <foaf:mbox>Michael.Weser@kuka.com</foaf:mbox> |
| 56 | <foaf:name>Michael Weser</foaf:name> |
| 57 | <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/> |
| 58 | </rdf:Description> |
| 59 | </dc:creator> |
| 60 | </owl:Ontology> |
| 61 | |
| 62 | |
| 63 | |
| 64 | |
| 65 | <!-- |
| 66 | /////////////////////////////////////////////////////////////////////////////////////// |
| 67 | // |
| 68 | // Object Properties |
| 69 | // |
| 70 | /////////////////////////////////////////////////////////////////////////////////////// |
| 71 | --> |
| 72 | |
| 73 | |
| 74 | |
| 75 | |
| 76 | <!-- https://w3id.org/basyx/c4i#associatedWithCapability --> |
| 77 | |
| 78 | <owl:ObjectProperty rdf:about="https://w3id.org/basyx/c4i#associatedWithCapability"> |
| 79 | <rdfs:range rdf:resource="https://w3id.org/basyx/c4i#Capability"/> |
| 80 | <rdfs:comment xml:lang="en">States the existence of a relationship between a Thing and a Capability. A relationship can be that a sub sub ... part of a Thing has some capability.</rdfs:comment> |
| 81 | </owl:ObjectProperty> |
| 82 | |
| 83 | |
| 84 | |
| 85 | <!-- https://w3id.org/basyx/c4i#hasCapability --> |
| 86 | |
| 87 | <owl:ObjectProperty rdf:about="https://w3id.org/basyx/c4i#hasCapability"> |
| 88 | <rdfs:subPropertyOf rdf:resource="https://w3id.org/basyx/c4i#associatedWithCapability"/> |
| 89 | <rdfs:comment xml:lang="en">The relation between a Thing and a Capability the Thing offers.</rdfs:comment> |
| 90 | </owl:ObjectProperty> |
| 91 | |
| 92 | |
| 93 | |
| 94 | <!-- |
| 95 | /////////////////////////////////////////////////////////////////////////////////////// |
| 96 | // |
| 97 | // Classes |
| 98 | // |
| 99 | /////////////////////////////////////////////////////////////////////////////////////// |
| 100 | --> |
| 101 | |
| 102 | |
| 103 | |
| 104 | |
| 105 | <!-- https://w3id.org/basyx/c4i#Capability --> |
| 106 | |
| 107 | <owl:Class rdf:about="https://w3id.org/basyx/c4i#Capability"> |
| 108 | <rdfs:comment xml:lang="de">Ressourcenneutrales Potential einen Effekt, im Sinne eines Übergangs von einen Start- in einen Zielzustand, zu erzielen.</rdfs:comment> |
| 109 | <rdfs:comment xml:lang="en">The resource neutral potential to achieve an effect, in the sense of a transition from a start to an end state.</rdfs:comment> |
| 110 | <rdfs:label xml:lang="en">Capability</rdfs:label> |
| 111 | <rdfs:label xml:lang="de">Fähigkeit</rdfs:label> |
| 112 | </owl:Class> |
| 113 | |
| 114 | </rdf:RDF> |
| 115 | |
| 116 | |
| 117 | |
| 118 | <!-- Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi --> |
| 119 | |