@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/innovation/ns#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:Benefit owl:disjointWith ns0:DevelopmentStage . ns0:DevelopmentStage metadata_def:mappingLoom "developmentstage" ; metadata_def:mappingSameURI ns0:DevelopmentStage ; metadata_def:prefLabel "DevelopmentStage"@en ; metadata:prefixIRI "DevelopmentStage" ; a owl:Class ; rdfs:comment """A stage of development. An example set of development stages, but equally those used to describe software lifecylces, music production lifecylces or anything creative can be used. e.g Define a need, Design a solution, Develop the opportunity, Demonstrate the benefits, Distribute the product. (taken from the 5 D's defined by the National Innovation Centre, 2011)"""@en ; rdfs:label "DevelopmentStage"@en ; rdfs:subClassOf skos:Concept ; owl:disjointWith ns0:Embodiment, ns0:Improvement, ns0:Innovation, ns0:Need, ns0:Problem, ns0:Symptom, ns0:Usage, owl:Thing . ns0:d1-defining-the-need a ns0:DevelopmentStage . ns0:d2-designing-the-solution a ns0:DevelopmentStage . ns0:d3-developing-the-opportunity a ns0:DevelopmentStage . ns0:d4-demonstrating-the-benefits a ns0:DevelopmentStage . ns0:d5-distributing-the-product a ns0:DevelopmentStage .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/innovation/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:Benefit
    owl:disjointWith ns0:DevelopmentStage .

ns0:DevelopmentStage
    metadata_def:mappingLoom "developmentstage" ;
    metadata_def:mappingSameURI ns0:DevelopmentStage ;
    metadata_def:prefLabel "DevelopmentStage"@en ;
    metadata:prefixIRI "DevelopmentStage" ;
    a owl:Class ;
    rdfs:comment """A stage of development. An example set of development stages, but equally those used to describe software lifecylces, music production lifecylces or anything creative can be used.

e.g

Define a need, 
Design a solution, 
Develop the opportunity, 
Demonstrate the benefits, 
Distribute the product.

(taken from the 5 D's defined by the National Innovation Centre, 2011)"""@en ;
    rdfs:label "DevelopmentStage"@en ;
    rdfs:subClassOf skos:Concept ;
    owl:disjointWith ns0:Embodiment, ns0:Improvement, ns0:Innovation, ns0:Need, ns0:Problem, ns0:Symptom, ns0:Usage, owl:Thing .

ns0:d1-defining-the-need
    a ns0:DevelopmentStage .

ns0:d2-designing-the-solution
    a ns0:DevelopmentStage .

ns0:d3-developing-the-opportunity
    a ns0:DevelopmentStage .

ns0:d4-demonstrating-the-benefits
    a ns0:DevelopmentStage .

ns0:d5-distributing-the-product
    a ns0:DevelopmentStage .