A lightweight ontology to describe innovations, their embodiments, usage, benefits and improvements, along with their applicability to solve problems and fulfil needs
i.e its usage and improvements more...
@prefix gr: <http://purl.org/goodrelations/v1#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix dc: <http://purl.org/dc/elements/1.1/>.
@prefix innovation: <http://purl.org/innovation/ns#>.
@prefix ex: <http://www.example.com/>.
@prefix dbpedia: <http://dbpedia.org/resource/>.
@prefix ncicb: <http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#>.
ex:glucose-monitor dc:title "Non invasive testing of blood glucose levels";
innovation:embodiedBy ex:lein-2000-glucose-meter;
innovation:hasImprovement <uuid:aaaaaaaa>.
ex:lein-2000 dc:title "The Lein 2000 blood glucose meter";
rdf:type gr:ProductOrServiceModel;
rdf:type innovation:Embodiment;
rdf:type ncicb:Diagnostic_Therapeutic_and_Research_Equipment;
innovation:hasUsage <uuid:bbbbbbbb>.
<uuid:bbbbbbbb> innovation:usedBy dbpedia:Physician;
innovation:usedOn dbpedia:Patient.
<uuid:aaaaaaaa> innovation:improvesEffectivenessOf dbpedia:Medical_Test