@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.owl-ontologies.com/unnamed.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/> . ns0:Duets metadata_def:mappingLoom "duets" ; metadata_def:mappingSameURI ns0:Duets ; metadata_def:prefLabel "Duets" ; metadata:prefixIRI "Duets" ; a owl:Class ; rdfs:comment "to jointly display, usually with sounds in a highly coordinated fashion, at the same time as one other individual of the same species, often a mate" ; rdfs:subClassOf ns0:Communication_other_keyword .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.owl-ontologies.com/unnamed.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/> .

ns0:Duets
    metadata_def:mappingLoom "duets" ;
    metadata_def:mappingSameURI ns0:Duets ;
    metadata_def:prefLabel "Duets" ;
    metadata:prefixIRI "Duets" ;
    a owl:Class ;
    rdfs:comment "to jointly display, usually with sounds in a highly coordinated fashion, at the same time as one other individual of the same species, often a mate" ;
    rdfs:subClassOf ns0:Communication_other_keyword .