@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix : <http://purl.org/innovation/ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl2xml: <http://www.w3.org/2006/12/owl2-xml#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://purl.org/innovation/ns> a owl:Ontology ;
	dc:modified "2011-05-08"@en ;
	dc:title "Ontology for Innovation"@en ;
	dc:rights "The Ontology for Innovation is available under the Creative Commons Attribution 3.0 Unported license; see http://creativecommons.org/licenses/by/3.0/. In a nutshell, you are free to copy, distribute and transmit the work; to remix/adapt the work (e.g. to import the ontology and create specializations of its elements), as long as you attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work). This copyright applies to the specification and accompanying documentation in RDF. Regarding underlying technology, this ontology uses W3C's RDF technology, an open Web standard that can be freely used by anyone."@en ;
	rdfs:comment "The exact definition of innovation is debatable both in the academic and pratical sense. Neither an art or a science, its core function is to meet the wants and needs of others. It should be seen as separate but invaluable to enterprise, being concerned more with the application rather than the capitalisation of an idea."@en ;
	owl:versionInfo "Version 0.1, 10 April 2011"@en ;
	dc:creator "William Greenly, mailto:admin@lexicater.co.uk"@en .

dc:title a owl:AnnotationProperty .

dc:modified a owl:AnnotationProperty .

dc:created a owl:AnnotationProperty .

dc:creator a owl:AnnotationProperty .

dc:rights a owl:AnnotationProperty .

:affects a owl:ObjectProperty ;
	rdfs:label "affects"@en ;
	rdfs:comment "The group of things affected by a problem. Again it is recommended that a SKOS model is used for such instances."@en ;
	rdfs:domain :Problem .

:buildsOn a owl:ObjectProperty ;
	rdfs:label "buildsOn"@en ;
	rdfs:comment "It is common for one innovation to build upon others. It doesn't neccessarily denote or infer that the subject has improvements on the object or is enabled by the object."@en ;
	rdfs:domain :Innovation ;
	rdfs:range :Innovation .

:developedBy a owl:ObjectProperty ;
	rdfs:label "developedBy"@en ;
	rdfs:comment """Relates an innovation to the innovator or innovators who developed it.

Innovators are generally groups, organisations or people"""@en ;
	rdfs:domain :Innovation ;
	rdfs:range :Innovator ;
	rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/maker> .

:embodiedBy a owl:ObjectProperty ;
	rdfs:label "embodiedBy"@en ;
	rdfs:comment """Relates an innovation to a device, process, product, or service (make, model or brand) that embodies the innovation

e.g The innovation HTTP is emobdied by the browser Firefox
e.g The innovation anibiotic is embodied by Amoxicillin"""@en ;
	rdfs:range :Embodiment ;
	rdfs:domain :Innovation .

:embodies a owl:ObjectProperty ;
	rdfs:label "embodies"@en ;
	rdfs:comment """Relates a device, process, product, or service (make, model or brand) to an innovation that it embodies

e.g The Firefox web browser embodies the innovation HTTP
e.g Amoxicillin embodies the innovation Anibiotic"""@en ;
	rdfs:domain :Embodiment ;
	rdfs:range :Innovation ;
	owl:inverseOf :embodiedBy .

:enabledBy a owl:ObjectProperty ;
	rdfs:label "enabledBy"@en ;
	rdfs:comment "Where one innovation is enabled by another innovation or innovations. It is common for innovators to have a solution to a problem that is dependent on something else not yet known, discovered, invented or innovated."@en ;
	rdfs:range :Innovation ;
	rdfs:domain :Innovation ;
	owl:inverseOf :enables .

:enables a owl:ObjectProperty ;
	rdfs:label "enables"@en ;
	rdfs:comment "Where one innovation enables a different innovation or innovations."@en ;
	rdfs:domain :Innovation ;
	rdfs:range :Innovation .

:fulfils a owl:ObjectProperty ;
	rdfs:label "fulfils"@en ;
	rdfs:comment "The applicabiity of an idea can be tested by its ability to fulfil a need. This property therefore links an innovation to a need."@en ;
	rdfs:domain :Innovator ;
	rdfs:range :Need .

:hasBenefit a owl:ObjectProperty ;
	rdfs:label "hasBenefit"@en ;
	rdfs:comment "Relates an innovation to some benefit or benefts of that innovation."@en ;
	rdfs:range :Benefit ;
	rdfs:domain :Innovation .

:hasDeveloped a owl:ObjectProperty ;
	rdfs:label "hasDeveloped"@en ;
	rdfs:comment """Relates innovator to the innovations they have developed.

Innovators can be groups, organisations or people."""@en ;
	rdfs:range :Innovation ;
	rdfs:domain :Innovator ;
	rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/made> .

:hasImprovement a owl:ObjectProperty ;
	rdfs:label "hasImprovement"@en ;
	rdfs:comment "Links an innovation to some improvement or improvements it provides."@en ;
	rdfs:range :Improvement ;
	rdfs:domain :Innovation .

:hasSympton a owl:ObjectProperty ;
	rdfs:label "hasSympton"@en ;
	rdfs:comment "A symptom of a problem. It is recommended that Symptoms follow a SKOS hierarchy."@en ;
	rdfs:domain :Problem ;
	rdfs:range :Sympton .

:hasUsage a owl:ObjectProperty ;
	rdfs:label "hasUsage"@en ;
	rdfs:comment "The problem or need of some individual, group or organisation."@en ;
	rdfs:domain :Embodiment ;
	rdfs:range :Usage .

:improves a owl:ObjectProperty ;
	rdfs:label "improves"@en ;
	rdfs:comment "Links an improvement to something it improves."@en ;
	rdfs:domain :Improvement .

:improvesEffectivenessOf a owl:ObjectProperty ;
	rdfs:label "improvesEffectivenessOf"@en ;
	rdfs:comment """An improvement to the effectiveness of the object i.e effectuates an increase in the desired result.

e.g the combustion engine improves the effectiveness of a vehicle.

Without consideration for cost of increase i.e does not necessitate an improvement in efficiciency."""@en ;
	rdfs:domain :Improvement ;
	rdfs:subPropertyOf :improves .

:improvesEfficiencyOf a owl:ObjectProperty ;
	rdfs:label "improvesEfficiencyOf"@en ;
	rdfs:comment """An improvement to the efficiency of the of the object. i.e reducing the cost, waste, time or skill required to produce the desired (same) results

e.g

Compared to other modes of transportation, a bicycle is efficient because it enables people to get to their destination with less effort."""@en ;
	rdfs:domain :Improvement ;
	rdfs:subPropertyOf :improves .

:improvesQualityOf a owl:ObjectProperty ;
	rdfs:label "improvesQualityOf"@en ;
	rdfs:comment "An improvement to the reliability, durability, accessibility, usability or some other non-functional aspect of the object."@en ;
	rdfs:domain :Improvement ;
	rdfs:subPropertyOf :improves .

:improvesValueOf a owl:ObjectProperty ;
	rdfs:label "improvesValueOf"@en ;
	rdfs:comment """An improvement to the worth or value of the object i.e as a result of the improvement something becomes more valuable or worthwhile. 
e.g:

Nuclear Fission improves the value of Uranium.
HTTP improves the value of the internet."""@en ;
	rdfs:domain :Improvement ;
	rdfs:subPropertyOf :improves .

:isDeveloping a owl:ObjectProperty ;
	rdfs:label "isDeveloping"@en ;
	rdfs:comment "Relates an innovator to a current innovation that they are developing."@en ;
	rdfs:range :Innovation ;
	rdfs:domain :Innovator .

:manifestedBy a owl:ObjectProperty ;
	rdfs:label "manifestedBy"@en ;
	rdfs:comment "The problems that manifest a particular need. A need is generally described by its problems."@en ;
	rdfs:domain :Need ;
	rdfs:range :Problem .

:manifests a owl:ObjectProperty ;
	rdfs:label "manifests"@en ;
	rdfs:comment "The problem that manifests a need. The problem defines the characteristics of the need."@en ;
	rdfs:range :Need ;
	rdfs:domain :Problem ;
	owl:inverseOf :manifestedBy .

:solves a owl:ObjectProperty ;
	rdfs:label "solves"@en ;
	rdfs:comment "Connects an innovation to the problems it solves. Generally speaking, innovations that solve a need do so by solving similar problems associated with the need."@en ;
	rdfs:domain :Innovation ;
	rdfs:range :Problem .

:usedBy a owl:ObjectProperty ;
	rdfs:label "usedBy"@en ;
	rdfs:comment "Relates a usage node to the thing that makes use of the device or process i.e the activator or implementor."@en ;
	rdfs:domain :Usage .

:usedOn a owl:ObjectProperty ;
	rdfs:label "usedOn"@en ;
	rdfs:comment "Defines the recipient use."@en ;
	rdfs:domain :Usage .

:usedWith a owl:ObjectProperty ;
	rdfs:label "usedWith"@en ;
	rdfs:comment "Where something is used in conjunction with something else."@en ;
	rdfs:domain :Usage .

skos:inScheme a owl:ObjectProperty .

:expectedMarketEntry a owl:DatatypeProperty ;
	rdfs:label "expectedMarketEntry"@en ;
	rdfs:comment "The expected date of introduction into the market. Mass production, commoditisation or  availability for sale."@en ;
	rdfs:domain :Innovation ;
	rdfs:range xsd:dateTime .

skos:prefLabel a owl:DatatypeProperty .

:Benefit a owl:Class ;
	rdfs:label "Benefit"@en ;
	rdfs:subClassOf skos:Concept ;
	owl:disjointWith :Improvement , :Innovation , :Embodiment , :Need , :Problem , :Symptom , :Usage , :DevelopmentStage ;
	rdfs:comment "A benefit to something or someone."@en .

:DevelopmentStage a owl:Class ;
	rdfs:label "DevelopmentStage"@en ;
	rdfs:subClassOf skos:Concept ;
	owl:disjointWith :Improvement , :Innovation , :Embodiment , :Need , :Problem , :Symptom , :Usage , :Benefit , :DevelopmentStage ;
	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 .

:Embodiment a owl:Class ;
	rdfs:label "Embodiment"@en ;
	owl:disjointWith :Improvement , :Innovation , :Need , :Problem , :Symptom , :Usage , :Benefit , :DevelopmentStage ;
	rdfs:comment """The physical or tangible manfestiation of some idea, invention or innovation.
A device, process, service, or product that emobodies some idea, invention or innovation.

e.g The Firefox web browser is an embodiment of the innovation HTTP
e.g Amoxicillin is an embodiment of the innovation Anibiotic"""@en .

:Improvement a owl:Class ;
	rdfs:label "Improvement"@en ;
	owl:disjointWith :Innovation , :Embodiment , :Need , :Problem , :Symptom , :Usage , :Benefit , :DevelopmentStage ;
	rdfs:comment """The class of things that are improvements to something i.e making something better than it was.

Specific improvements include those that provide improved efficiency, effectiveness, value or quality."""@en .

:Innovation a owl:Class ;
	rdfs:label "Innovation"@en ;
	owl:disjointWith :Improvement , :Embodiment , :Need , :Problem , :Symptom , :Usage , :Benefit , :DevelopmentStage ;
	rdfs:comment "The innovation is a conceptual entity, concerned with the idea. Its application comes in the form of benefits and improvements and the things that embody it."@en .

:Innovator a owl:Class ;
	rdfs:label "Innovator"@en ;
	rdfs:subClassOf <http://xmlns.com/foaf/0.1/Agent> ;
	rdfs:comment "A person, groups or organisation that can think out of the box, show great expertise or most importantly can find solutions to problems and meet the wants and needs of others."@en .

:Need a owl:Class ;
	rdfs:label "Need"@en ;
	owl:disjointWith :Improvement , :Innovation , :Embodiment , :Problem , :Symptom , :Usage , :Benefit , :DevelopmentStage ;
	rdfs:comment "A need of a particular group or indivual of or for something that is lacking or requires improvement or problem solving."@en .

:Problem a owl:Class ;
	rdfs:label "Problem"@en ;
	owl:disjointWith :Improvement , :Innovation , :Embodiment , :Need , :Symptom , :Usage , :Benefit , :DevelopmentStage ;
	rdfs:comment "The manifestation of a need. This is represented by a set of symptoms (general phenoma) affecting groups of things."@en .

:Symptom a owl:Class ;
	rdfs:label "Symptom"@en ;
	rdfs:subClassOf skos:Concept ;
	owl:disjointWith :Improvement , :Innovation , :Embodiment , :Need , :Problem , :Usage , :Benefit , :DevelopmentStage ;
	rdfs:comment "A symptom of a problem. This class is intended to comprise of SKOS concepts belonging to different schemes."@en .

:Usage a owl:Class ;
	rdfs:label "Usage"@en ;
	owl:disjointWith :Improvement , :Innovation , :Embodiment , :Need , :Problem , :Symptom , :Benefit , :DevelopmentStage ;
	rdfs:comment """The application or usage of a device or process.

Typically this is described using the properties usedBy, usedOn and usedWith"""@en .

owl:Thing a owl:Class .

skos:Concept a owl:Class .

skos:ConceptScheme a owl:Class .

:d1-defining-the-need a :DevelopmentStage , owl:Thing , skos:Concept ;
	rdfs:label "d1-defining-the-need"@en ;
	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 ;
	skos:prefLabel "Defining the need"@en ;
	skos:inScheme :stages-of-innovation .

:d2-designing-the-solution a owl:Thing , :DevelopmentStage , skos:Concept ;
	rdfs:label "d2-designing-the-solution"@en ;
	rdfs:comment "A well designed innovation is more likely to succeed. Looking at your users needs, work out how your innovatiion can meet them. Indentify the benefits, considering the users or recipients that will gain from your innovation. Outline final designs for your innovation and how they will meet the users’ needs. Decide when to stop designing and, if appropriate, start developing the idea."@en ;
	skos:prefLabel "Designing the solution"@en ;
	skos:inScheme :stages-of-innovation .

:d3-developing-the-opportunity a :DevelopmentStage , owl:Thing , skos:Concept ;
	rdfs:label "d3-developing-the-opportunity"@en ;
	rdfs:comment "Develop a prototype allowing for some ‘user preference’ analysis which can be fed back to the designers."@en ;
	skos:prefLabel "Developing the opportunity"@en ;
	skos:inScheme :stages-of-innovation .

:d4-demonstrating-the-benefits a owl:Thing , :DevelopmentStage , skos:Concept ;
	rdfs:label "d4-demonstrating-the-benefits"@en ;
	skos:prefLabel "Demonstrating the benefits"@en ;
	rdfs:comment "Test and demonstrate both the functional and non-functional qualities of the solution, emphasising the beneftis to the user."@en ;
	skos:inScheme :stages-of-innovation .

:d5-distributing-the-product a :DevelopmentStage , owl:Thing , skos:Concept ;
	rdfs:label "d5-distributing-the-product"@en ;
	skos:prefLabel "Distributing the product"@en ;
	rdfs:comment "Execute marketing plan and conducting key post-launch checks."@en ;
	skos:inScheme :stages-of-innovation .

:economic-benefits a owl:Thing , skos:ConceptScheme ;
	rdfs:label "economic-benefits"@en ;
	skos:prefLabel "Economic benefits"@en ;
	rdfs:comment "Those benefits that are of an economic nature."@en .

:economic-symptoms a skos:ConceptScheme , owl:Thing ;
	rdfs:label "economic-symptoms"@en ;
	skos:prefLabel "Economic symptoms"@en ;
	rdfs:comment "Those symptons that are of an economic nature."@en .

:health-benefits a skos:ConceptScheme , owl:Thing ;
	rdfs:label "health-benefits"@en ;
	skos:prefLabel "Health benefits"@en ;
	rdfs:comment "Those benefits that are of a health related nature."@en .

:health-symptoms a owl:Thing , skos:ConceptScheme ;
	rdfs:label "health-symptoms"@en ;
	skos:prefLabel "Health symptoms"@en ;
	rdfs:comment "Those symptons that are health related."@en .

:legal-benefits a skos:ConceptScheme , owl:Thing ;
	rdfs:label "legal-benefits"@en ;
	skos:prefLabel "Legal benefits"@en ;
	rdfs:comment "Those benefits that are of a legal nature."@en .

:legal-symptoms a skos:ConceptScheme , owl:Thing ;
	rdfs:label "legal-symptoms"@en ;
	skos:prefLabel "Legal symptoms"@en ;
	rdfs:comment "Those symptons that are of a legal nature."@en .

:scientific-benefits a skos:ConceptScheme , owl:Thing ;
	rdfs:label "scientific-benefits"@en ;
	skos:prefLabel "Scientific benefits"@en ;
	rdfs:comment "Those benefits that are of a scientific nature."@en .

:scientific-symptoms a skos:ConceptScheme , owl:Thing ;
	rdfs:label "scientific-symptoms"@en ;
	skos:prefLabel "Scientific symptoms"@en ;
	rdfs:comment "Those symptons that are of a scientific nature."@en .

:social-benefits a skos:ConceptScheme , owl:Thing ;
	rdfs:label "social-benefits"@en ;
	skos:prefLabel "Social benefits"@en ;
	rdfs:comment "Those benefits that are of a social nature."@en .

:social-symptoms a owl:Thing , skos:ConceptScheme ;
	rdfs:label "social-symptoms"@en ;
	skos:prefLabel "Social symptoms"@en ;
	rdfs:comment "Those symptons that are of a social nature."@en .

:stages-of-innovation a skos:ConceptScheme , owl:Thing ;
	rdfs:label "stages-of-innovation"@en ;
	rdfs:comment "A scheme consisting of the the stages of development, comprised by the National Innovation Centre. It could be inferred by the asserted facts about an innovation what stage it qualifies for e.g if it is asserted that an innovation fulfils a particular need, then it qualifies as beingat least at development stage 1 (defining the need)."@en ;
	skos:prefLabel "Stages of innovation"@en .
