@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.obolibrary.org/obo/BiPOm#> . @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 skos: <http://www.w3.org/2004/02/skos/core#> . @prefix obo_purl: <http://purl.obolibrary.org/obo/> . ns0:homodimer metadata_def:mappingLoom "homodimer" ; metadata_def:mappingSameURI ns0:homodimer ; metadata_def:prefLabel "homodimer" ; metadata:prefixIRI "BiPOm:homodimer" ; obo_purl:def "A macromolecular complex composed of precisely two identical monomeric units, which are usually non-covalently bound." ; a owl:Class ; rdfs:comment "created in response to SF req #101" ; rdfs:label "homodimer" ; rdfs:subClassOf ns0:protein_complex ; skos:closeMatch "http://purl.obolibrary.org/obo/SBO_0000608" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.obolibrary.org/obo/BiPOm#> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix obo_purl: <http://purl.obolibrary.org/obo/> .

ns0:homodimer
    metadata_def:mappingLoom "homodimer" ;
    metadata_def:mappingSameURI ns0:homodimer ;
    metadata_def:prefLabel "homodimer" ;
    metadata:prefixIRI "BiPOm:homodimer" ;
    obo_purl:def "A macromolecular complex composed of precisely two identical monomeric units, which are usually non-covalently bound." ;
    a owl:Class ;
    rdfs:comment "created in response to SF req #101" ;
    rdfs:label "homodimer" ;
    rdfs:subClassOf ns0:protein_complex ;
    skos:closeMatch "http://purl.obolibrary.org/obo/SBO_0000608" .