@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix part: <http://www.ontologydesignpatterns.org/cp/owl/participation.owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

part:Object a owl:Class ;
    rdfs:label "object"@en ;
    rdfs:comment "Any physical, social, or mental object, or substance."@en ;
    rdfs:isDefinedBy part: .

