blob: 37092d74457e8cdebd237b1d2390022cadcef565 [file] [log] [blame]
<?xml version="1.0"?>
<rdf:RDF xmlns="https://www.w3id.org/basyx/c4i#"
xml:base="https://www.w3id.org/basyx/c4i"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:c4i="https://www.w3id.org/basyx/c4i#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<owl:Ontology rdf:about="https://www.w3id.org/basyx/c4i">
<owl:versionIRI rdf:resource="https://www.w3id.org/basyx/c4i/0.0.1"/>
<dc:contributor>
<rdf:Description>
<foaf:name>Siwara Schmitt</foaf:name>
<foaf:mbox>siwara.schmitt@iese.fraunhofer.de</foaf:mbox>
<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
</rdf:Description>
</dc:contributor>
<dc:contributor>
<rdf:Description>
<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
<foaf:mbox>kathrin.evers@festo.com</foaf:mbox>
<foaf:name>Kathrin Evers</foaf:name>
</rdf:Description>
</dc:contributor>
<dc:contributor>
<rdf:Description>
<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
<foaf:mbox>Juergen.Bock@kuka.com</foaf:mbox>
<foaf:name>Dr. Jürgen Bock</foaf:name>
</rdf:Description>
</dc:contributor>
<dc:rights>https://www.eclipse.org/legal/epl-2.0/</dc:rights>
<dc:contributor>
<rdf:Description>
<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
<foaf:mbox>perzylo@fortiss.org</foaf:mbox>
<foaf:name>Alexander Perzylo</foaf:name>
</rdf:Description>
</dc:contributor>
<dc:contributor>
<rdf:Description>
<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
<foaf:name>Pierre Venet</foaf:name>
</rdf:Description>
</dc:contributor>
<rdfs:label xml:lang="en">Capability for Industry Ontology</rdfs:label>
<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.
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>
<dc:creator>
<rdf:Description>
<foaf:mbox>Michael.Weser@kuka.com</foaf:mbox>
<foaf:name>Michael Weser</foaf:name>
<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
</rdf:Description>
</dc:creator>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- https://www.w3id.org/basyx/c4i#associatedWithCapability -->
<owl:ObjectProperty rdf:about="https://www.w3id.org/basyx/c4i#associatedWithCapability">
<rdfs:range rdf:resource="https://www.w3id.org/basyx/c4i#Capability"/>
<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>
</owl:ObjectProperty>
<!-- https://www.w3id.org/basyx/c4i#hasCapability -->
<owl:ObjectProperty rdf:about="https://www.w3id.org/basyx/c4i#hasCapability">
<rdfs:subPropertyOf rdf:resource="https://www.w3id.org/basyx/c4i#associatedWithCapability"/>
<rdfs:comment xml:lang="en">The relation between a Thing and a Capability the Thing offers.</rdfs:comment>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- https://www.w3id.org/basyx/c4i#Capability -->
<owl:Class rdf:about="https://www.w3id.org/basyx/c4i#Capability">
<rdfs:comment xml:lang="de">Ressourcenneutrales Potential einen Effekt, im Sinne eines Übergangs von einen Start- in einen Zielzustand, zu erzielen.</rdfs:comment>
<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>
<rdfs:label xml:lang="en">Capability</rdfs:label>
<rdfs:label xml:lang="de">Fähigkeit</rdfs:label>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi -->