has part leaf node


URI

http://purl.obolibrary.org/obo/BFO_0000051

Label

has part

Description

a core relation that holds between a whole and its part

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has part owl:Thing (inferred)

Implementation

@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix oboInOwl: <http://www.geneontology.org/formats/oboInOwl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

obo:BFO_0000051 a owl:ObjectProperty,
        owl:TransitiveProperty ;
    rdfs:label "has part",
        "has part"@en ;
    obo:IAO_0000111 "has part"@en ;
    obo:IAO_0000112 "my body has part my brain (continuant parthood, two material entities)"@en,
        "my stomach has part my stomach cavity (continuant parthood, material entity has part immaterial entity)"@en,
        "this year has part this day (occurrent parthood)"@en ;
    obo:IAO_0000118 "has_part"@en ;
    obo:RO_0001900 obo:RO_0001901 ;
    oboInOwl:hasDbXref "BFO:0000051" ;
    oboInOwl:hasOBONamespace "external" ;
    oboInOwl:id "has_part" ;
    oboInOwl:inSubset obo:valid_for_go_annotation_extension,
        obo:valid_for_go_ontology,
        obo:valid_for_gocam ;
    oboInOwl:shorthand "has_part" ;
    rdfs:isDefinedBy obo:go.owl,
        obo:ro.owl ;
    rdfs:subPropertyOf obo:RO_0002131 ;
    skos:definition "a core relation that holds between a whole and its part"@en .