@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.owl-ontologies.com/Ontology1191324893.owl#> . @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/> . @prefix dc: <http://purl.org/dc/elements/1.1/> . ns0:FemaleSexualBehaviour rdfs:subClassOf ns0:ReproductiveBehaviour . ns0:ReproductiveBehaviour metadata_def:mappingLoom "reproductivebehaviour" ; metadata_def:mappingSameURI ns0:ReproductiveBehaviour ; metadata_def:prefLabel "reproductive behaviour" ; metadata:prefixIRI "Ontology1191324893:ReproductiveBehaviour" ; dc:description "The specific actions or reactions of an organism that are associated with reproduction. " ; dc:identifier "REPO:0000001" ; dc:source "Gene Ontology (GO; GOC:j)l" ; ns0:hasDbXref "GO:0019098" ; ns0:hasSynonym "reproductive behavior" ; ns0:hasURI "http://purl.org/obo/owl/GO#GO_0019098" ; a owl:Class ; rdfs:label "reproductive behaviour" ; rdfs:subClassOf owl:Thing .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.owl-ontologies.com/Ontology1191324893.owl#> .
@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/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .

ns0:FemaleSexualBehaviour
    rdfs:subClassOf ns0:ReproductiveBehaviour .

ns0:ReproductiveBehaviour
    metadata_def:mappingLoom "reproductivebehaviour" ;
    metadata_def:mappingSameURI ns0:ReproductiveBehaviour ;
    metadata_def:prefLabel "reproductive behaviour" ;
    metadata:prefixIRI "Ontology1191324893:ReproductiveBehaviour" ;
    dc:description "The specific actions or reactions of an organism that are associated with reproduction. " ;
    dc:identifier "REPO:0000001" ;
    dc:source "Gene Ontology (GO; GOC:j)l" ;
    ns0:hasDbXref "GO:0019098" ;
    ns0:hasSynonym "reproductive behavior" ;
    ns0:hasURI "http://purl.org/obo/owl/GO#GO_0019098" ;
    a owl:Class ;
    rdfs:label "reproductive behaviour" ;
    rdfs:subClassOf owl:Thing .