http://www.ifomis.org/bfo/1.1/snap#FiatObjectPart
Examples: upper and lower lobes of the left lung, the dorsal and ventral surfaces of the body, the east side of Saarbruecken, the lower right portion of a human torso - Definition: A material entity [snap:MaterialEntity] that is part of an object [snap:Object] but is not demarcated by any physical discontinuities. - Synonyms: fiat substance part
Instances of snap:FiatObjectPart can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class owl:Thing | |||
| dc:contributor | owl:AnnotationProperty | owl:Thing | |
| dc:creator | owl:AnnotationProperty | owl:Thing | |
| dc:format | owl:AnnotationProperty | owl:Thing | |
| dc:identifier | owl:AnnotationProperty | owl:Thing | |
| dc:language | owl:AnnotationProperty | owl:Thing | |
| dc:publisher | owl:AnnotationProperty | owl:Thing | |
| dc:rights | owl:AnnotationProperty | owl:Thing | |
| dc:source | owl:AnnotationProperty | owl:Thing | |
| dc:title | owl:AnnotationProperty | owl:Thing | |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix snap: <http://www.ifomis.org/bfo/1.1/snap#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
snap:FiatObjectPart a owl:Class ;
rdfs:label "fiat_object_part"^^xsd:string ;
rdfs:comment "Definition: A material entity [snap:MaterialEntity] that is part of an object [snap:Object] but is not demarcated by any physical discontinuities."^^xsd:string,
"Examples: upper and lower lobes of the left lung, the dorsal and ventral surfaces of the body, the east side of Saarbruecken, the lower right portion of a human torso"^^xsd:string,
"Synonyms: fiat substance part"^^xsd:string ;
rdfs:subClassOf snap:MaterialEntity ;
owl:disjointWith snap:Object,
snap:ObjectAggregate .