@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:ConceptGeneration a ns0:CreativePhase . ns0:CreativePhase metadata_def:mappingLoom "creativephase" ; metadata_def:mappingSameURI ns0:CreativePhase ; metadata_def:prefLabel "Creative Phase"@en ; metadata:prefixIRI "CreativePhase" ; a owl:Class ; rdfs:comment "The creative phase class is the decompastion of the creative process into steps/ phases which implies different nature of activities, goals and interaction."@en ; rdfs:label "Creative Phase"@en ; rdfs:subClassOf owl:Thing . ns0:Definition a ns0:CreativePhase . ns0:EvalAndRafinement a ns0:CreativePhase . ns0:IdeaEvaluation a ns0:CreativePhase . ns0:Ideation a ns0:CreativePhase . ns0:ImplementAndMonitoring a ns0:CreativePhase . ns0:Implementation a ns0:CreativePhase . ns0:ProblemAnalysis a ns0:CreativePhase . ns0:Synthesis a ns0:CreativePhase . ns0:hasCreativePhase rdfs:range ns0:CreativePhase . ns0:progress rdfs:range ns0:CreativePhase .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:ConceptGeneration
    a ns0:CreativePhase .

ns0:CreativePhase
    metadata_def:mappingLoom "creativephase" ;
    metadata_def:mappingSameURI ns0:CreativePhase ;
    metadata_def:prefLabel "Creative Phase"@en ;
    metadata:prefixIRI "CreativePhase" ;
    a owl:Class ;
    rdfs:comment "The creative phase class is the decompastion of the creative process into steps/ phases which implies different nature of activities, goals and interaction."@en ;
    rdfs:label "Creative Phase"@en ;
    rdfs:subClassOf owl:Thing .

ns0:Definition
    a ns0:CreativePhase .

ns0:EvalAndRafinement
    a ns0:CreativePhase .

ns0:IdeaEvaluation
    a ns0:CreativePhase .

ns0:Ideation
    a ns0:CreativePhase .

ns0:ImplementAndMonitoring
    a ns0:CreativePhase .

ns0:Implementation
    a ns0:CreativePhase .

ns0:ProblemAnalysis
    a ns0:CreativePhase .

ns0:Synthesis
    a ns0:CreativePhase .

ns0:hasCreativePhase
    rdfs:range ns0:CreativePhase .

ns0:progress
    rdfs:range ns0:CreativePhase .