@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

frbr:Endeavour a owl:Class ;
    rdfs:label "endeavour"@en ;
    rdfs:comment "The different aspects of user interests in the products of intellectual or artistic artifact."@en ;
    rdfs:isDefinedBy frbr: .

