<?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.biointerchange.org/gfvo#" 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/" xmlns:metadata="http://data.bioontology.org/metadata/"> <owl:Class rdf:about="http://www.biointerchange.org/gfvo#Process"> <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <rdfs:label>Process</rdfs:label> <rdfs:comment xml:lang="en">A process denotes a temporally dependent entity. It can be thought of as a function, where input data is transformed by an algorithm to produce certain output data. Since a process describes a large number of entities, its direct use is discouraged. At least "Experimental Method" or one of its subclasses should be used instead.</rdfs:comment> <metadata_def:prefLabel>Process</metadata_def:prefLabel> <metadata_def:mappingLoom>process</metadata_def:mappingLoom> <metadata_def:mappingSameURI rdf:resource="http://www.biointerchange.org/gfvo#Process"/> <metadata:prefixIRI>Process</metadata:prefixIRI> </owl:Class> <rdf:Description rdf:about="http://www.biointerchange.org/gfvo#ExperimentalMethod"> <rdfs:subClassOf> <rdf:Description rdf:about="http://www.biointerchange.org/gfvo#Process"> <metadata_def:mappingSameURI rdf:resource="http://www.biointerchange.org/gfvo#Process"/> </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.biointerchange.org/gfvo#" 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/" xmlns:metadata="http://data.bioontology.org/metadata/">
  <owl:Class rdf:about="http://www.biointerchange.org/gfvo#Process">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:label>Process</rdfs:label>
    <rdfs:comment xml:lang="en">A process denotes a temporally dependent entity. It can be thought of as a function, where input data is transformed by an algorithm to produce certain output data.
Since a process describes a large number of entities, its direct use is discouraged. At least "Experimental Method" or one of its subclasses should be used instead.</rdfs:comment>
    <metadata_def:prefLabel>Process</metadata_def:prefLabel>
    <metadata_def:mappingLoom>process</metadata_def:mappingLoom>
    <metadata_def:mappingSameURI rdf:resource="http://www.biointerchange.org/gfvo#Process"/>
    <metadata:prefixIRI>Process</metadata:prefixIRI>
  </owl:Class>
  <rdf:Description rdf:about="http://www.biointerchange.org/gfvo#ExperimentalMethod">
    <rdfs:subClassOf>
      <rdf:Description rdf:about="http://www.biointerchange.org/gfvo#Process">
        <metadata_def:mappingSameURI rdf:resource="http://www.biointerchange.org/gfvo#Process"/>
      </rdf:Description>
    </rdfs:subClassOf>
  </rdf:Description>
</rdf:RDF>