document part
Class
http://purl.obolibrary.org/obo/IAO_0000314
Class Hierarchy
- Thing
- ↳ entity (bfo)
- ↳ continuant (bfo)
- ↳ generically dependent continuant (bfo)
- ↳ information content entity (iao)
- ↳ document part
Definition
An information content entity that is part of a document.
Properties
Relationships
Asserted object-property edges to other entities. Logical class axioms such as
owl:disjointWith are shown separately below.
isDefinedBy
iao.owl
@prefix iao: <http://purl.obolibrary.org/obo/IAO_> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@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#> .
iao:0000314 a owl:Class ;
rdfs:label "document part"@en ;
rdfs:isDefinedBy obo:iao.owl ;
rdfs:subClassOf iao:0000030 ;
skos:definition "An information content entity that is part of a document."@en .