@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/cwmo/#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix dct: <http://purl.org/dc/terms/> . ns0:ABTesting ns0:hasCreativePhase ns0:ImplementAndMonitoring ; ns0:hasFunction ns0:Evaluation ; ns0:hasInputType ns0:Behavioral ; ns0:isProducingData ns0:QuantitativeData ; ns0:isRelatedTo ns0:Experiment, ns0:KeyPerfIndicator, ns0:WebAnalytics ; dct:description "Comparing two version of a same solution in order to see which one produce the statistically best results according to a defined objective."@en ; dct:title "A/B Testing"@en ; a ns0:CreativeTechnique, owl:NamedIndividual .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/cwmo/#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .

ns0:ABTesting
    ns0:hasCreativePhase ns0:ImplementAndMonitoring ;
    ns0:hasFunction ns0:Evaluation ;
    ns0:hasInputType ns0:Behavioral ;
    ns0:isProducingData ns0:QuantitativeData ;
    ns0:isRelatedTo ns0:Experiment, ns0:KeyPerfIndicator, ns0:WebAnalytics ;
    dct:description "Comparing two version of a same solution in order to see which one produce the statistically best results according to a defined objective."@en ;
    dct:title "A/B Testing"@en ;
    a ns0:CreativeTechnique, owl:NamedIndividual .