@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://welle/arc#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix obo_purl: <http://purl.obolibrary.org/obo/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <http://www.ontologyrepository.com/CommonCoreOntologies/> . @prefix ns2: <http://purl.org/aro/dcpo#> . ns2:Birth rdfs:subClassOf ns0:Biological_Process . ns2:Calving rdfs:subClassOf ns0:Biological_Process . ns0:Biological_Process metadata_def:mappingLoom "biologicalprocess" ; metadata_def:mappingSameURI ns0:Biological_Process ; metadata_def:prefLabel "Biological Process"@en ; metadata:prefixIRI "Biological_Process" ; ns1:definition "A biological process is the execution of a genetically-encoded biological module or program. It consists of all the steps required to achieve the specific biological objective of the module. A biological process is accomplished by a particular set of molecular functions carried out by specific gene products (or macromolecular complexes), often in a highly regulated manner and in a particular temporal sequence."@en ; ns1:definition_source "GO:biological_process"@en ; a owl:Class ; rdfs:label "Biological Process"@en ; rdfs:subClassOf obo_purl:BFO_0000015 .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://welle/arc#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix obo_purl: <http://purl.obolibrary.org/obo/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix ns2: <http://purl.org/aro/dcpo#> .

ns2:Birth
    rdfs:subClassOf ns0:Biological_Process .

ns2:Calving
    rdfs:subClassOf ns0:Biological_Process .

ns0:Biological_Process
    metadata_def:mappingLoom "biologicalprocess" ;
    metadata_def:mappingSameURI ns0:Biological_Process ;
    metadata_def:prefLabel "Biological Process"@en ;
    metadata:prefixIRI "Biological_Process" ;
    ns1:definition "A biological process is the execution of a genetically-encoded biological module or program. It consists of all the steps required to achieve the specific biological objective of the module. A biological process is accomplished by a particular set of molecular functions carried out by specific gene products (or macromolecular complexes), often in a highly regulated manner and in a particular temporal sequence."@en ;
    ns1:definition_source "GO:biological_process"@en ;
    a owl:Class ;
    rdfs:label "Biological Process"@en ;
    rdfs:subClassOf obo_purl:BFO_0000015 .