<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://www.w3.org/ns/ssn/System#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/"> <owl:Class rdf:about="http://www.w3.org/ns/ssn/System#Device"> <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <rdfs:comment>A tangible object designed to accomplish a particular task. In order to accomplish this task, the device performs one or more functions. For example, a washing machine is designed to wash (task) and to accomplish this task it performs a start and stop function.</rdfs:comment> <metadata_def:prefLabel>Device</metadata_def:prefLabel> <metadata_def:mappingLoom>device</metadata_def:mappingLoom> <metadata_def:mappingSameURI rdf:resource="http://www.w3.org/ns/ssn/System#Device"/> </owl:Class> <rdf:Description rdf:about="https://purl.archive.org/purl/ditect/DiTECTOntology#DitectDevice"> <rdfs:subClassOf> <rdf:Description rdf:about="http://www.w3.org/ns/ssn/System#Device"> <metadata_def:mappingSameURI rdf:resource="http://www.w3.org/ns/ssn/System#Device"/> </rdf:Description> </rdfs:subClassOf> </rdf:Description> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://www.w3.org/ns/ssn/System#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/">
  <owl:Class rdf:about="http://www.w3.org/ns/ssn/System#Device">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:comment>A tangible object designed to accomplish a particular task. In order to accomplish this task, the device performs one or more functions. For example, a washing machine is designed to wash (task) and to accomplish this task it performs a start and stop function.</rdfs:comment>
    <metadata_def:prefLabel>Device</metadata_def:prefLabel>
    <metadata_def:mappingLoom>device</metadata_def:mappingLoom>
    <metadata_def:mappingSameURI rdf:resource="http://www.w3.org/ns/ssn/System#Device"/>
  </owl:Class>
  <rdf:Description rdf:about="https://purl.archive.org/purl/ditect/DiTECTOntology#DitectDevice">
    <rdfs:subClassOf>
      <rdf:Description rdf:about="http://www.w3.org/ns/ssn/System#Device">
        <metadata_def:mappingSameURI rdf:resource="http://www.w3.org/ns/ssn/System#Device"/>
      </rdf:Description>
    </rdfs:subClassOf>
  </rdf:Description>
</rdf:RDF>