@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/innovation/ns#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:d1-defining-the-need a ns0:DevelopmentStage, owl:NamedIndividual, owl:Thing, skos:Concept ; rdfs:comment "A solution will have the best the chance of success if there is a clear and accurate understanding of the users needs."@en ; rdfs:label "d1-defining-the-need"@en ; skos:inScheme ns0:stages-of-innovation ; skos:prefLabel "Defining the need"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/innovation/ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:d1-defining-the-need
    a ns0:DevelopmentStage, owl:NamedIndividual, owl:Thing, skos:Concept ;
    rdfs:comment "A solution will have the best the chance of success if there is a clear and accurate understanding of the users needs."@en ;
    rdfs:label "d1-defining-the-need"@en ;
    skos:inScheme ns0:stages-of-innovation ;
    skos:prefLabel "Defining the need"@en .