@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.biointerchange.org/gfvo#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:ExperimentalMethod rdfs:subClassOf ns0:Process . ns0:Process metadata_def:mappingLoom "process" ; metadata_def:mappingSameURI ns0:Process ; metadata_def:prefLabel "Process" ; metadata:prefixIRI "Process" ; a owl:Class ; rdfs:comment """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."""@en ; rdfs:label "Process" ; rdfs:subClassOf owl:Thing .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.biointerchange.org/gfvo#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:ExperimentalMethod
    rdfs:subClassOf ns0:Process .

ns0:Process
    metadata_def:mappingLoom "process" ;
    metadata_def:mappingSameURI ns0:Process ;
    metadata_def:prefLabel "Process" ;
    metadata:prefixIRI "Process" ;
    a owl:Class ;
    rdfs:comment """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."""@en ;
    rdfs:label "Process" ;
    rdfs:subClassOf owl:Thing .