@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:Work a owl:Class ;
    rdfs:label "work"@en ;
    rdfs:comment "An abstract notion of an artistic or intellectual creation."@en ;
    rdfs:isDefinedBy openwemi: ;
    rdfs:subClassOf openwemi:Endeavor .

