Skip to content
Snippets Groups Projects
Commit 64f566cc authored by Konstantinos Giannoutakis's avatar Konstantinos Giannoutakis
Browse files

This the first version of code assistant tool!

parent a7954e2b
No related branches found
No related tags found
No related merge requests found
Showing
with 8877 additions and 0 deletions
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="lib/jena-arq-2.9.0-incubating.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jena-core-2.7.0-incubating.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jena-iri-0.9.0-incubating.jar"/>
<classpathentry exported="true" kind="lib" path="lib/slf4j-api-1.6.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/slf4j-log4j12-1.6.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/log4j-1.2.16.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-codec-1.5.jar"/>
<classpathentry exported="true" kind="lib" path="lib/httpclient-4.1.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/httpcore-4.1.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/lucene-1.5-rc1-dev.jar"/>
<classpathentry exported="true" kind="lib" path="lib/xercesImpl-2.10.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/xml-apis-1.4.01.jar"/>
<classpathentry exported="true" kind="lib" path="lib/owl/jena.jar"/>
<classpathentry exported="true" kind="lib" path="lib/owl/owlapi-bin.jar"/>
<classpathentry exported="true" kind="lib" path="lib/owl/xsdlib/relaxngDatatype.jar"/>
<classpathentry exported="true" kind="lib" path="lib/owl/xsdlib/xsdlib.jar"/>
<classpathentry exported="true" kind="lib" path="lib/icu4j-3.6.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.universAAL.CodeAssistant</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.6
codeAssistant/org.universAAL.CodeAssistant/CodeAssistantFiles/icons/class.gif

585 B

codeAssistant/org.universAAL.CodeAssistant/CodeAssistantFiles/icons/properties.gif

577 B

codeAssistant/org.universAAL.CodeAssistant/CodeAssistantFiles/icons/repo.gif

123 B

codeAssistant/org.universAAL.CodeAssistant/CodeAssistantFiles/icons/sample.gif

983 B

<?xml version="1.0"?>
<rdf:RDF
xmlns="http://amigo.gforge.inria.fr/owl/Amigo.owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xml:base="http://amigo.gforge.inria.fr/owl/Amigo.owl">
<owl:Ontology rdf:about=""/>
<owl:Class rdf:ID="ContentNature">
<rdfs:subClassOf>
<owl:Class rdf:ID="ContentMetadata"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="IntelligentHomeSupport">
<rdfs:subClassOf>
<owl:Class rdf:ID="HomeInformationAndEntertainment"/>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Class rdf:ID="ExtendedHomeSupport"/>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Class rdf:ID="HomeCareAndSafetySupport"/>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Class rdf:ID="FunctionalCapability"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="Object">
<rdfs:subClassOf>
<owl:Class rdf:ID="PhysicalEntity"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="Authors">
<rdfs:subClassOf>
<owl:Class rdf:about="#ContentMetadata"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="Content">
<rdfs:subClassOf>
<owl:Class rdf:ID="ContentConcept"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="ServiceContext">
<rdfs:subClassOf>
<owl:Class rdf:ID="ContextConcept"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="Information">
<rdfs:subClassOf>
<owl:Class rdf:ID="NonPhysicalEntity"/>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Class rdf:ID="Media"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="Film">
<rdfs:subClassOf>
<owl:Class rdf:ID="ContentSubject"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="ParentalPermission">
<rdfs:subClassOf>
<owl:Class rdf:about="#ContentMetadata"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:about="#ContextConcept">
<rdfs:subClassOf>
<owl:Class rdf:ID="AmigoConcept"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="DeviceContext">
<rdfs:subClassOf rdf:resource="#ContextConcept"/>
</owl:Class>
<owl:Class rdf:ID="Furniture">
<rdfs:subClassOf rdf:resource="#Object"/>
</owl:Class>
<owl:Class rdf:ID="QualityConcept">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Models any quality related concept
</rdfs:comment>
<rdfs:subClassOf rdf:resource="#AmigoConcept"/>
</owl:Class>
<owl:Class rdf:ID="Commercial">
<rdfs:subClassOf>
<owl:Class rdf:about="#ContentSubject"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="Person">
<rdfs:subClassOf rdf:resource="#PhysicalEntity"/>
</owl:Class>
<owl:Class rdf:about="#ContentMetadata">
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>TODO: To be moved to ContentAndMultimedia</owl:versionInfo>
<rdfs:subClassOf>
<owl:Class rdf:about="#ContentConcept"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="QoSConcept">
<rdfs:subClassOf rdf:resource="#QualityConcept"/>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Models provided Quality Of Service </rdfs:comment>
</owl:Class>
<owl:Class rdf:ID="Axiom_1">
<owl:equivalentClass>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="#Object"/>
<owl:Class rdf:ID="Service"/>
<owl:Class rdf:ID="Application"/>
</owl:unionOf>
</owl:Class>
</owl:equivalentClass>
</owl:Class>
<owl:Class rdf:ID="Music">
<rdfs:subClassOf>
<owl:Class rdf:about="#ContentSubject"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="StoredContent">
<rdfs:subClassOf rdf:resource="#ContentNature"/>
</owl:Class>
<owl:Class rdf:about="#ContentConcept">
<rdfs:subClassOf rdf:resource="#AmigoConcept"/>
</owl:Class>
<owl:Class rdf:about="#ContentSubject">
<rdfs:subClassOf rdf:resource="#ContentMetadata"/>
</owl:Class>
<owl:Class rdf:ID="Education">
<rdfs:subClassOf rdf:resource="#ContentSubject"/>
</owl:Class>
<owl:Class rdf:ID="Sports">
<rdfs:subClassOf rdf:resource="#ContentSubject"/>
</owl:Class>
<owl:Class rdf:about="#Service">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The properties of service are defined in Amigo Service language that extends OWL-S. </rdfs:comment>
<rdfs:subClassOf rdf:resource="#NonPhysicalEntity"/>
</owl:Class>
<owl:Class rdf:about="#HomeCareAndSafetySupport">
<rdfs:subClassOf>
<owl:Class rdf:about="#FunctionalCapability"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="Book">
<rdfs:subClassOf rdf:resource="#Object"/>
</owl:Class>
<owl:Class rdf:about="#HomeInformationAndEntertainment">
<rdfs:subClassOf>
<owl:Class rdf:about="#FunctionalCapability"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="NetworkingTechnology">
<rdfs:subClassOf>
<owl:Class rdf:ID="Platform"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="UserContext">
<rdfs:subClassOf rdf:resource="#ContextConcept"/>
</owl:Class>
<owl:Class rdf:ID="Dishware">
<rdfs:subClassOf rdf:resource="#Object"/>
</owl:Class>
<owl:Class rdf:ID="LiveContent">
<rdfs:subClassOf rdf:resource="#ContentNature"/>
</owl:Class>
<owl:Class rdf:ID="Network">
<rdfs:subClassOf rdf:resource="#Object"/>
</owl:Class>
<owl:Class rdf:about="#Media">
<rdfs:subClassOf rdf:resource="#Content"/>
</owl:Class>
<owl:Class rdf:ID="Status">
<rdfs:subClassOf rdf:resource="#NonPhysicalEntity"/>
</owl:Class>
<owl:Class rdf:ID="MediaResource">
<rdfs:subClassOf>
<owl:Class rdf:ID="ContentResource"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="NetworkContext">
<rdfs:subClassOf rdf:resource="#ContextConcept"/>
</owl:Class>
<owl:Class rdf:ID="Device">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Device concept helps to model types of devices that share similar characteristics.
</rdfs:comment>
<rdfs:subClassOf rdf:resource="#Object"/>
</owl:Class>
<owl:Class rdf:ID="SocialContext">
<rdfs:subClassOf rdf:resource="#ContextConcept"/>
</owl:Class>
<owl:Class rdf:ID="PhysicalContext">
<rdfs:subClassOf rdf:resource="#ContextConcept"/>
</owl:Class>
<owl:Class rdf:about="#ContentResource">
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>TODO: To be moved to ContentAndMultimedia</owl:versionInfo>
<rdfs:subClassOf rdf:resource="#ContentConcept"/>
</owl:Class>
<owl:Class rdf:about="#Application">
<rdfs:subClassOf rdf:resource="#Content"/>
<rdfs:subClassOf rdf:resource="#NonPhysicalEntity"/>
</owl:Class>
<owl:Class rdf:ID="ApplicationResource">
<rdfs:subClassOf rdf:resource="#ContentResource"/>
</owl:Class>
<owl:Class rdf:about="#Platform">
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>The platform concept helps to define different kind of SW, HW and communication properties hosted by device. Optionally this could be named as DeviceTechnology.</rdfs:comment>
<rdfs:subClassOf rdf:resource="#NonPhysicalEntity"/>
</owl:Class>
<owl:Class rdf:ID="Event">
<rdfs:subClassOf rdf:resource="#NonPhysicalEntity"/>
</owl:Class>
<owl:Class rdf:ID="TextualDescription">
<rdfs:subClassOf rdf:resource="#ContentMetadata"/>
</owl:Class>
<owl:Class rdf:about="#FunctionalCapability">
<rdfs:subClassOf rdf:resource="#NonPhysicalEntity"/>
</owl:Class>
<owl:Class rdf:about="#ExtendedHomeSupport">
<rdfs:subClassOf rdf:resource="#FunctionalCapability"/>
</owl:Class>
<owl:Class rdf:ID="Vechicle">
<rdfs:subClassOf rdf:resource="#Object"/>
</owl:Class>
<owl:ObjectProperty rdf:ID="displays">
<rdfs:range rdf:resource="#Content"/>
<owl:inverseOf>
<owl:ObjectProperty rdf:ID="isDisplayedOn"/>
</owl:inverseOf>
<rdfs:domain rdf:resource="#Device"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="owns">
<owl:inverseOf>
<owl:ObjectProperty rdf:ID="isOwnedBy"/>
</owl:inverseOf>
<rdfs:range rdf:resource="#Object"/>
<rdfs:domain rdf:resource="#Person"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#isOwnedBy">
<rdfs:domain rdf:resource="#Object"/>
<owl:inverseOf rdf:resource="#owns"/>
<rdfs:range rdf:resource="#Person"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasPhysicalContext">
<rdfs:domain rdf:resource="#Object"/>
<rdfs:range rdf:resource="#PhysicalContext"/>
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:ID="hasContext"/>
</rdfs:subPropertyOf>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="deploysService">
<rdfs:range rdf:resource="#Service"/>
<rdfs:domain rdf:resource="#Device"/>
<owl:inverseOf>
<owl:ObjectProperty rdf:ID="deployedOn"/>
</owl:inverseOf>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasUserContext">
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:about="#hasContext"/>
</rdfs:subPropertyOf>
<rdfs:domain rdf:resource="#Person"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasQoSParameters">
<rdfs:domain rdf:resource="#Network"/>
<rdfs:range rdf:resource="#QoSConcept"/>
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:ID="hasQuality"/>
</rdfs:subPropertyOf>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasStatus">
<rdfs:domain rdf:resource="#PhysicalEntity"/>
<rdfs:range rdf:resource="#Status"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="deploysContent">
<rdfs:domain rdf:resource="#Service"/>
<rdfs:range rdf:resource="#ContentConcept"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasFunctionalCapabilities">
<rdfs:range rdf:resource="#FunctionalCapability"/>
<rdfs:domain rdf:resource="#Service"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="isBasedOnTechnology">
<rdfs:range rdf:resource="#NetworkingTechnology"/>
<rdfs:domain rdf:resource="#Network"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasSocialContext">
<rdfs:domain rdf:resource="#Person"/>
<rdfs:range rdf:resource="#SocialContext"/>
<rdfs:subPropertyOf>
<owl:ObjectProperty rdf:about="#hasContext"/>
</rdfs:subPropertyOf>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasRelativeLocation">
<rdfs:subPropertyOf rdf:resource="#hasPhysicalContext"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#deployedOn">
<rdfs:domain rdf:resource="#Service"/>
<rdfs:range rdf:resource="#Device"/>
<owl:inverseOf rdf:resource="#deploysService"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#isDisplayedOn">
<rdfs:domain rdf:resource="#Content"/>
<owl:inverseOf rdf:resource="#displays"/>
<rdfs:range rdf:resource="#Device"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasAbsoluteLocation">
<rdfs:subPropertyOf rdf:resource="#hasPhysicalContext"/>
<rdfs:range rdf:resource="#PhysicalContext"/>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>TODO: Not needed?</owl:versionInfo>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="supportsTechnology">
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>TODO: </owl:versionInfo>
<rdfs:domain rdf:resource="#Platform"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#hasQuality">
<rdfs:range rdf:resource="#QualityConcept"/>
<rdfs:domain rdf:resource="#Object"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="#hasContext">
<rdfs:range rdf:resource="#ContextConcept"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasDeviceContext">
<rdfs:range rdf:resource="#DeviceContext"/>
<rdfs:subPropertyOf rdf:resource="#hasContext"/>
<rdfs:domain rdf:resource="#Device"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="isLocatedIn">
<rdfs:subPropertyOf rdf:resource="#hasPhysicalContext"/>
<rdfs:domain rdf:resource="#PhysicalEntity"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="presents">
<rdfs:range rdf:resource="#FunctionalCapability"/>
<rdfs:domain rdf:resource="#Service"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="HardwareProperties"/>
<owl:ObjectProperty rdf:ID="hasQoSParameter">
<rdfs:range rdf:resource="#QoSConcept"/>
<rdfs:domain rdf:resource="#Service"/>
</owl:ObjectProperty>
<owl:TransitiveProperty rdf:ID="hostsPlatform">
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="#Device"/>
<owl:Class rdf:about="#Platform"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="#Platform"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</owl:TransitiveProperty>
<owl:TransitiveProperty rdf:ID="hasDevice">
<rdfs:range rdf:resource="#Device"/>
<rdfs:domain rdf:resource="#Platform"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</owl:TransitiveProperty>
</rdf:RDF>
<!-- Created with Protege (with OWL Plugin 2.2, Build 311) http://protege.stanford.edu -->
<?xml version="1.0"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"
xmlns:assert="http://www.owl-ontologies.com/assert.owl#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:swrl="http://www.w3.org/2003/11/swrl#"
xmlns="http://ontology.universAAL.org/BiomedicalSensors.owl#"
xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xml:base="http://ontology.universAAL.org/BiomedicalSensors.owl">
<owl:Ontology rdf:about=""/>
<owl:Class rdf:ID="AlertService">
<rdfs:subClassOf>
<owl:Class rdf:ID="BiomedicalSensorService"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="ManagedIndividual"/>
<owl:Class rdf:ID="Scale">
<rdfs:subClassOf>
<owl:Class rdf:ID="SensorType"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class rdf:about="#Scale"/>
<owl:Class rdf:ID="Zephyr"/>
</owl:unionOf>
</owl:Class>
<owl:Class rdf:ID="Device"/>
<owl:Class rdf:ID="CompositeBiomedicalSensor">
<rdfs:subClassOf rdf:resource="#Device"/>
</owl:Class>
<owl:Class rdf:ID="BPmonitor">
<rdfs:subClassOf>
<owl:Class rdf:about="#SensorType"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:about="#Zephyr">
<rdfs:subClassOf>
<owl:Class rdf:about="#SensorType"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="ConnectionsList">
<rdfs:subClassOf>
<owl:Class rdf:ID="ConnectionType"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:about="#SensorType">
<rdfs:subClassOf rdf:resource="#ManagedIndividual"/>
</owl:Class>
<owl:Class rdf:about="#BiomedicalSensorService">
<rdfs:subClassOf>
<owl:Class rdf:ID="Service"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:about="#ConnectionType">
<rdfs:subClassOf rdf:resource="#ManagedIndividual"/>
</owl:Class>
<owl:Class rdf:ID="MeasuredEntity">
<rdfs:subClassOf rdf:resource="#ManagedIndividual"/>
</owl:Class>
<owl:ObjectProperty rdf:ID="controls">
<rdfs:domain rdf:resource="#BiomedicalSensorService"/>
<rdfs:range rdf:resource="#CompositeBiomedicalSensor"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="lastMeasurements.">
<rdfs:domain rdf:resource="#CompositeBiomedicalSensor"/>
<rdfs:range rdf:resource="#MeasuredEntity"/>
</owl:ObjectProperty>
<owl:DatatypeProperty rdf:ID="measurementUnit">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="#MeasuredEntity"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="measurementTime">
<rdfs:domain rdf:resource="#MeasuredEntity"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="terminologyPURL">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="#MeasuredEntity"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="measurementValue">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="#MeasuredEntity"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="measurementName">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="#MeasuredEntity"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="terminologyCode">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="#MeasuredEntity"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="measurementError">
<rdfs:domain rdf:resource="#MeasuredEntity"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<owl:FunctionalProperty rdf:ID="sensorType">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="#CompositeBiomedicalSensor"/>
<rdfs:range rdf:resource="#SensorType"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:ID="brandNames">
<rdfs:domain rdf:resource="#BPmonitor"/>
<rdfs:range>
<owl:DataRange>
<owl:oneOf rdf:parseType="Resource">
<rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Brand1_bp_monitor</rdf:first>
<rdf:rest rdf:parseType="Resource">
<rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>Brand2_bp_monitor</rdf:first>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:rest>
</owl:oneOf>
</owl:DataRange>
</rdfs:range>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:ID="monitorsAlerts">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
<rdfs:domain rdf:resource="#AlertService"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:ID="connectionType">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="#ConnectionType"/>
<rdfs:domain rdf:resource="#CompositeBiomedicalSensor"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:ID="isConnected">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="#CompositeBiomedicalSensor"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:ID="sensorName">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="#CompositeBiomedicalSensor"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:ID="serviceURL">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="#CompositeBiomedicalSensor"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:ID="connectionMethod">
<rdfs:domain rdf:resource="#ConnectionsList"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range>
<owl:DataRange>
<owl:oneOf rdf:parseType="Resource">
<rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>bluetooth</rdf:first>
<rdf:rest rdf:parseType="Resource">
<rdf:rest rdf:parseType="Resource">
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
<rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>cable</rdf:first>
</rdf:rest>
<rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>wifi</rdf:first>
</rdf:rest>
</owl:oneOf>
</owl:DataRange>
</rdfs:range>
</owl:FunctionalProperty>
<owl:DataRange>
<owl:oneOf rdf:parseType="Resource">
<rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>bluetooth</rdf:first>
<rdf:rest rdf:parseType="Resource">
<rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>wifi</rdf:first>
<rdf:rest rdf:parseType="Resource">
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
<rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>cable</rdf:first>
</rdf:rest>
</rdf:rest>
</owl:oneOf>
</owl:DataRange>
<rdf:List>
<rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
>1</rdf:first>
<rdf:rest>
<rdf:List>
<rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
>2</rdf:first>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:List>
</rdf:rest>
</rdf:List>
</rdf:RDF>
<!-- Created with Protege (with OWL Plugin 3.4.8, Build 629) http://protege.stanford.edu -->
<?xml version="1.0"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://org.universAAL/ontologyphThing.owl#"
xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:swrl="http://www.w3.org/2003/11/swrl#"
xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xml:base="http://ontology.universaal.org/phThing.owl">
<owl:Ontology rdf:about=""/>
<owl:Class rdf:about="http://org.universAAL/ontologyphThing.owl#Actuator">
<rdfs:subClassOf>
<owl:Class rdf:about="http://org.universAAL/ontologyphThing.owl#Device"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:about="http://org.universAAL/ontologyphThing.owl#Sensor">
<rdfs:subClassOf>
<owl:Class rdf:about="http://org.universAAL/ontologyphThing.owl#Device"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:about="http://org.universAAL/ontologyphThing.owl#OnOffSensor">
<rdfs:subClassOf rdf:resource="http://org.universAAL/ontologyphThing.owl#Sensor"/>
</owl:Class>
<owl:Class rdf:about="http://org.universAAL/ontologyphThing.owl#DimmerActuator">
<rdfs:subClassOf rdf:resource="http://org.universAAL/ontologyphThing.owl#Actuator"/>
</owl:Class>
<owl:Class rdf:about="http://org.universAAL/ontologyphThing.owl#ManagedIndividual"/>
<owl:Class rdf:about="http://org.universAAL/ontologyphThing.owl#OnOffActuator">
<rdfs:subClassOf rdf:resource="http://org.universAAL/ontologyphThing.owl#Actuator"/>
</owl:Class>
<owl:Class rdf:about="http://org.universAAL/ontologyphThing.owl#PhysicalThing">
<rdfs:subClassOf rdf:resource="http://org.universAAL/ontologyphThing.owl#ManagedIndividual"/>
</owl:Class>
<owl:Class rdf:about="http://org.universAAL/ontologyphThing.owl#Device">
<rdfs:subClassOf rdf:resource="http://org.universAAL/ontologyphThing.owl#PhysicalThing"/>
</owl:Class>
<owl:Class rdf:about="http://org.universAAL/ontologyphThing.owl#TempSensor">
<rdfs:subClassOf rdf:resource="http://org.universAAL/ontologyphThing.owl#Sensor"/>
</owl:Class>
<owl:Class rdf:about="http://org.universAAL/ontologyphThing.owl#Shape"/>
<owl:Class rdf:about="http://org.universAAL/ontologyphThing.owl#HeaterActuator">
<rdfs:subClassOf rdf:resource="http://org.universAAL/ontologyphThing.owl#OnOffActuator"/>
</owl:Class>
<owl:Class rdf:about="http://org.universAAL/ontologyphThing.owl#Location"/>
<owl:Class rdf:about="http://org.universAAL/ontologyphThing.owl#PhysicalContainer">
<rdfs:subClassOf rdf:resource="http://org.universAAL/ontologyphThing.owl#PhysicalThing"/>
</owl:Class>
<owl:Class rdf:about="http://org.universAAL/ontologyphThing.owl#RelHumiditySensor">
<rdfs:subClassOf rdf:resource="http://org.universAAL/ontologyphThing.owl#Sensor"/>
</owl:Class>
<owl:Class rdf:about="http://org.universAAL/ontologyphThing.owl#LightSource">
<rdfs:subClassOf rdf:resource="http://org.universAAL/ontologyphThing.owl#Device"/>
</owl:Class>
<owl:ObjectProperty rdf:about="http://org.universAAL/ontologyphThing.owl#PROP_HAS_SHAPE">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:range rdf:resource="http://org.universAAL/ontologyphThing.owl#Shape"/>
<rdfs:domain rdf:resource="http://org.universAAL/ontologyphThing.owl#PhysicalThing"/>
</owl:ObjectProperty>
<owl:DatatypeProperty rdf:about="http://org.universAAL/ontologyphThing.owl#PROP_IS_STATIONARY">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://org.universAAL/ontologyphThing.owl#PhysicalThing"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://org.universAAL/ontologyphThing.owl#PROP_BATTERY_LEVEL">
<rdfs:domain rdf:resource="http://org.universAAL/ontologyphThing.owl#Device"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://org.universAAL/ontologyphThing.owl#PROP_IS_PORTABLE">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://org.universAAL/ontologyphThing.owl#PhysicalThing"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://org.universAAL/ontologyphThing.owl#PROP_MEASURED_VALUE">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="http://org.universAAL/ontologyphThing.owl#Sensor"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://org.universAAL/ontologyphThing.owl#MY_URI">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="http://org.universAAL/ontologyphThing.owl#ManagedIndividual"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://org.universAAL/ontologyphThing.owl#PROP_STATUS">
<rdfs:domain rdf:resource="http://org.universAAL/ontologyphThing.owl#OnOffActuator"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://org.universAAL/ontologyphThing.owl#PROP_CARRIED_BY">
<rdfs:domain rdf:resource="http://org.universAAL/ontologyphThing.owl#PhysicalThing"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<owl:FunctionalProperty rdf:about="http://org.universAAL/ontologyphThing.owl#PROP_PART_OF">
<rdfs:range rdf:resource="http://org.universAAL/ontologyphThing.owl#PhysicalThing"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://org.universAAL/ontologyphThing.owl#PhysicalThing"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="http://org.universAAL/ontologyphThing.owl#PROP_DIMMABLE_STATUS">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:domain rdf:resource="http://org.universAAL/ontologyphThing.owl#DimmerActuator"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="http://org.universAAL/ontologyphThing.owl#uAAL_DEVICE_NAMESPACE">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:domain rdf:resource="http://org.universAAL/ontologyphThing.owl#Device"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="http://org.universAAL/ontologyphThing.owl#locName">
<rdfs:domain rdf:resource="http://org.universAAL/ontologyphThing.owl#Location"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="http://org.universAAL/ontologyphThing.owl#PROP_IS_IN">
<rdfs:range rdf:resource="http://org.universAAL/ontologyphThing.owl#PhysicalThing"/>
<rdfs:domain rdf:resource="http://org.universAAL/ontologyphThing.owl#PhysicalThing"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
</owl:FunctionalProperty>
<owl:FunctionalProperty rdf:about="http://org.universAAL/ontologyphThing.owl#PROP_PHYSICAL_LOCATION">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="http://org.universAAL/ontologyphThing.owl#Location"/>
<rdfs:domain rdf:resource="http://org.universAAL/ontologyphThing.owl#PhysicalThing"/>
</owl:FunctionalProperty>
</rdf:RDF>
<!-- Created with Protege (with OWL Plugin 3.4.8, Build 629) http://protege.stanford.edu -->
CODE ASSISTANT TOOL
INTSTALLATION
=============
- Copy the CodeAssistantFiles folder
and paste it inside eclipse directory.
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CodeAssistant
Bundle-SymbolicName: org.universAAL.CodeAssistant;singleton:=true
Bundle-Version: 1.1.0
Bundle-Activator: org.universAAL.codeassistant.Activator
Bundle-Vendor: CERTH
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.jface.text,
org.eclipse.ui.editors
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: lib/jena-arq-2.9.0-incubating.jar,
lib/jena-core-2.7.0-incubating.jar,
lib/jena-iri-0.9.0-incubating.jar,
lib/slf4j-api-1.6.4.jar,
lib/slf4j-log4j12-1.6.4.jar,
lib/log4j-1.2.16.jar,
lib/commons-codec-1.5.jar,
lib/httpclient-4.1.2.jar,
lib/httpcore-4.1.3.jar,
lib/lucene-1.5-rc1-dev.jar,
lib/xercesImpl-2.10.0.jar,
lib/xml-apis-1.4.01.jar,
lib/owl/jena.jar,
lib/owl/owlapi-bin.jar,
lib/owl/xsdlib/relaxngDatatype.jar,
lib/owl/xsdlib/xsdlib.jar,
lib/icu4j-3.6.1.jar,
.
output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
icons/,\
contexts.xml,\
lib/jena-arq-2.9.0-incubating.jar,\
lib/jena-core-2.7.0-incubating.jar,\
lib/jena-iri-0.9.0-incubating.jar,\
lib/slf4j-api-1.6.4.jar,\
lib/slf4j-log4j12-1.6.4.jar,\
lib/log4j-1.2.16.jar,\
lib/commons-codec-1.5.jar,\
lib/httpclient-4.1.2.jar,\
lib/httpcore-4.1.3.jar,\
lib/lucene-1.5-rc1-dev.jar,\
lib/xercesImpl-2.10.0.jar,\
lib/xml-apis-1.4.01.jar,\
lib/owl/jena.jar,\
lib/owl/owlapi-bin.jar,\
lib/owl/xsdlib/relaxngDatatype.jar,\
lib/owl/xsdlib/xsdlib.jar,\
.,\
lib/icu4j-3.6.1.jar,\
CodeAssistantFiles/
source.. = src/
<contexts>
<context id="viewer" title="Sample View">
<description>This is the context help for the sample view with a table viewer. It was generated by a PDE template.</description>
<topic href="/PLUGINS_ROOT/org.eclipse.platform.doc.isv/guide/ua_help_context.htm" label="Context-sensitive help">
<enablement>
<with variable="platform">
<test property="org.eclipse.core.runtime.isBundleInstalled" args="org.eclipse.platform.doc.isv"/>
</with>
</enablement>
</topic>
</context>
</contexts>
File added
File added
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment