@prefix openwemi: <https://ns.dublincore.org/openwemi/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

openwemi:Manifestation a owl:Class ;
    rdfs:label "manifestation"@en ;
    rdfs:comment "The physical embodiment of a creation."@en ;
    rdfs:isDefinedBy openwemi: ;
    rdfs:subClassOf openwemi:Endeavor .

