Browse Source

Remove old models

Arkadiusz Ryś 2 years ago
parent
commit
e041c6f100
52 changed files with 0 additions and 64927 deletions
  1. 0 100
      models/ontology/owl/core/ftg_pm_pt.owl
  2. 0 131
      models/ontology/owl/drivetrain/activity.owl
  3. 0 63
      models/ontology/owl/drivetrain/artefact.owl
  4. 0 36
      models/ontology/owl/drivetrain/artificial_data_generator.owl
  5. 0 21
      models/ontology/owl/drivetrain/artificial_sensor_data.owl
  6. 0 18
      models/ontology/owl/drivetrain/assumption.owl
  7. 0 9
      models/ontology/owl/drivetrain/c.ocl
  8. 0 22
      models/ontology/owl/drivetrain/calibrated_model_parameters.owl
  9. 0 22
      models/ontology/owl/drivetrain/calibration_function.owl
  10. 0 36
      models/ontology/owl/drivetrain/drafting.owl
  11. 0 53
      models/ontology/owl/drivetrain/drive_train_setup.owl
  12. 0 43
      models/ontology/owl/drivetrain/dt.owl
  13. 0 160
      models/ontology/owl/drivetrain/dt_old.owl
  14. 0 21
      models/ontology/owl/drivetrain/experiment.owl
  15. 0 21
      models/ontology/owl/drivetrain/generate_virtual_sensor_data.owl
  16. 0 36
      models/ontology/owl/drivetrain/matlab_model.owl
  17. 0 38
      models/ontology/owl/drivetrain/model.owl
  18. 0 21
      models/ontology/owl/drivetrain/model_accuracy.owl
  19. 0 21
      models/ontology/owl/drivetrain/model_analysis.owl
  20. 0 21
      models/ontology/owl/drivetrain/model_calibration.owl
  21. 0 21
      models/ontology/owl/drivetrain/model_equation.owl
  22. 0 21
      models/ontology/owl/drivetrain/model_implementation.owl
  23. 0 104
      models/ontology/owl/drivetrain/parameter.owl
  24. 0 349
      models/ontology/owl/drivetrain/preliminary.owl
  25. 0 72
      models/ontology/owl/drivetrain/property.owl
  26. 0 63
      models/ontology/owl/drivetrain/property_of_interest.owl
  27. 0 55
      models/ontology/owl/drivetrain/requirements.owl
  28. 0 54
      models/ontology/owl/drivetrain/resource.owl
  29. 0 77
      models/ontology/owl/drivetrain/script.owl
  30. 0 62
      models/ontology/owl/drivetrain/sensor.owl
  31. 0 56
      models/ontology/owl/drivetrain/sensor_data.owl
  32. 0 21
      models/ontology/owl/drivetrain/simulink_model.owl
  33. 0 75
      models/ontology/owl/drivetrain/storage.owl
  34. 0 18
      models/ontology/owl/drivetrain/tool.owl
  35. 0 18
      models/ontology/owl/drivetrain/unbalanced.owl
  36. 0 3492
      models/ontology/owl/third/dc.owl
  37. 0 2348
      models/ontology/owl/third/dc.rdf
  38. 0 2103
      models/ontology/owl/third/dublin_core_terms.rdf
  39. 0 609
      models/ontology/owl/third/foaf.rdf
  40. 0 3394
      models/ontology/owl/third/qudt.rdf
  41. 0 9695
      models/ontology/owl/third/qudt_datatype.rdf
  42. 0 2806
      models/ontology/owl/third/qudt_dimensionvector.rdf
  43. 0 12
      models/ontology/owl/third/qudt_imports.rdf
  44. 0 377
      models/ontology/owl/third/qudt_prefix.rdf
  45. 0 10181
      models/ontology/owl/third/qudt_quantitykind.rdf
  46. 0 194
      models/ontology/owl/third/qudt_sou.rdf
  47. 0 22131
      models/ontology/owl/third/qudt_unit.rdf
  48. 0 906
      models/ontology/owl/third/qudv.owl
  49. 0 1052
      models/ontology/owl/third/qudv_si.owl
  50. 0 717
      models/ontology/owl/third/sosa.owl
  51. 0 1222
      models/ontology/owl/third/ssn.owl
  52. 0 1729
      models/ontology/owl/third/time.rdf

+ 0 - 100
models/ontology/owl/core/ftg_pm_pt.owl

@@ -1,100 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/FTGPM#"
-     xml:base="https://ontology.rys.one/FTGPM"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/FTGPM">
-        <owl:imports rdf:resource="https://ontology.rys.one/CoreDatatype"/>
-        <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"></rdfs:comment>
-    </owl:Ontology>
-    
-    <owl:ObjectProperty rdf:about="https://ontology.rys.one/FTGPM#ActivityTypedBy">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/FTGPM#FTGPMActivity"/>
-        <rdfs:range rdf:resource="https://ontology.rys.one/FTGPM#FTGPMTransformation"/>
-    </owl:ObjectProperty>
-    <owl:ObjectProperty rdf:about="https://ontology.rys.one/FTGPM#FTGPMControlFlow">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/FTGPM#FTGPMNode"/>
-        <rdfs:range rdf:resource="https://ontology.rys.one/FTGPM#FTGPMNode"/>
-    </owl:ObjectProperty>
-    <owl:ObjectProperty rdf:about="https://ontology.rys.one/FTGPM#FTGPMDataFlow">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/FTGPM#FTGPMNode"/>
-        <rdfs:range rdf:resource="https://ontology.rys.one/FTGPM#FTGPMNode"/>
-    </owl:ObjectProperty>
-    <owl:ObjectProperty rdf:about="https://ontology.rys.one/FTGPM#ObjectTypedBy">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/FTGPM#FTGPMObject"/>
-        <rdfs:range rdf:resource="https://ontology.rys.one/FTGPM#FTGPMLanguage"/>
-    </owl:ObjectProperty>
-    <owl:ObjectProperty rdf:about="https://ontology.rys.one/FTGPM#TypedBy"/>
-    <owl:ObjectProperty rdf:about="https://ontology.rys.one/FTGPM#inputs">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/FTGPM#FTGPMLanguage"/>
-        <rdfs:range rdf:resource="https://ontology.rys.one/FTGPM#FTGPMTransformation"/>
-    </owl:ObjectProperty>
-    <owl:ObjectProperty rdf:about="https://ontology.rys.one/FTGPM#isAuto">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/FTGPM#FTGPMActivity"/>
-        <rdfs:domain rdf:resource="https://ontology.rys.one/FTGPM#FTGPMTransformation"/>
-        <rdfs:range rdf:resource="https://ontology.rys.one/CoreDatatype#Boolean"/>
-    </owl:ObjectProperty>
-    <owl:ObjectProperty rdf:about="https://ontology.rys.one/FTGPM#name">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/FTGPM#FTGPMActivity"/>
-        <rdfs:domain rdf:resource="https://ontology.rys.one/FTGPM#FTGPMObject"/>
-        <rdfs:range rdf:resource="https://ontology.rys.one/CoreDatatype#String"/>
-    </owl:ObjectProperty>
-    <owl:ObjectProperty rdf:about="https://ontology.rys.one/FTGPM#outputs">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/FTGPM#FTGPMTransformation"/>
-        <rdfs:range rdf:resource="https://ontology.rys.one/FTGPM#FTGPMLanguage"/>
-    </owl:ObjectProperty>
-    
-    <owl:Class rdf:about="https://ontology.rys.one/CoreDatatype#Boolean"/>
-    <owl:Class rdf:about="https://ontology.rys.one/CoreDatatype#String"/>
-    <owl:Class rdf:about="https://ontology.rys.one/FTGPM#FTGPMActivity">
-        <rdfs:subClassOf rdf:resource="https://ontology.rys.one/FTGPM#FTGPMNode"/>
-    </owl:Class>
-    <owl:Class rdf:about="https://ontology.rys.one/FTGPM#FTGPMActivityFinal">
-        <rdfs:subClassOf rdf:resource="https://ontology.rys.one/FTGPM#FTGPMFinal"/>
-    </owl:Class>
-    <owl:Class rdf:about="https://ontology.rys.one/FTGPM#FTGPMControl">
-        <rdfs:subClassOf rdf:resource="https://ontology.rys.one/FTGPM#FTGPMNode"/>
-    </owl:Class>
-    <owl:Class rdf:about="https://ontology.rys.one/FTGPM#FTGPMDecision">
-        <rdfs:subClassOf rdf:resource="https://ontology.rys.one/FTGPM#FTGPMControl"/>
-    </owl:Class>
-    <owl:Class rdf:about="https://ontology.rys.one/FTGPM#FTGPMFinal">
-        <rdfs:subClassOf rdf:resource="https://ontology.rys.one/FTGPM#FTGPMControl"/>
-    </owl:Class>
-    <owl:Class rdf:about="https://ontology.rys.one/FTGPM#FTGPMFlowFinal">
-        <rdfs:subClassOf rdf:resource="https://ontology.rys.one/FTGPM#FTGPMFinal"/>
-    </owl:Class>
-    <owl:Class rdf:about="https://ontology.rys.one/FTGPM#FTGPMFork">
-        <rdfs:subClassOf rdf:resource="https://ontology.rys.one/FTGPM#FTGPMControl"/>
-    </owl:Class>
-    <owl:Class rdf:about="https://ontology.rys.one/FTGPM#FTGPMInitial">
-        <rdfs:subClassOf rdf:resource="https://ontology.rys.one/FTGPM#FTGPMControl"/>
-    </owl:Class>
-    <owl:Class rdf:about="https://ontology.rys.one/FTGPM#FTGPMJoin">
-        <rdfs:subClassOf rdf:resource="https://ontology.rys.one/FTGPM#FTGPMControl"/>
-    </owl:Class>
-    <owl:Class rdf:about="https://ontology.rys.one/FTGPM#FTGPMLanguage">
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-    </owl:Class>
-    <owl:Class rdf:about="https://ontology.rys.one/FTGPM#FTGPMNode">
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-    </owl:Class>
-    <owl:Class rdf:about="https://ontology.rys.one/FTGPM#FTGPMObject">
-        <rdfs:subClassOf rdf:resource="https://ontology.rys.one/FTGPM#FTGPMNode"/>
-    </owl:Class>
-    <owl:Class rdf:about="https://ontology.rys.one/FTGPM#FTGPMTraceArtefactInstance">
-        <rdfs:subClassOf rdf:resource="https://ontology.rys.one/FTGPM#FTGPMNode"/>
-    </owl:Class>
-    <owl:Class rdf:about="https://ontology.rys.one/FTGPM#FTGPMTraceBegin">
-        <rdfs:subClassOf rdf:resource="https://ontology.rys.one/FTGPM#FTGPMNode"/>
-    </owl:Class>
-    <owl:Class rdf:about="https://ontology.rys.one/FTGPM#FTGPMTraceEnd">
-        <rdfs:subClassOf rdf:resource="https://ontology.rys.one/FTGPM#FTGPMNode"/>
-    </owl:Class>
-    <owl:Class rdf:about="https://ontology.rys.one/FTGPM#FTGPMTransformation">
-        <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-    </owl:Class>
-</rdf:RDF>

+ 0 - 131
models/ontology/owl/drivetrain/activity.owl

@@ -1,131 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/activity#"
-     xml:base="https://ontology.rys.one/activity"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/activity">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/activity/1.0.0"/>
-    </owl:Ontology>
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Object Properties
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- https://ontology.rys.one/activity#producedBy -->
-
-    <owl:ObjectProperty rdf:about="https://ontology.rys.one/activity#producedBy">
-        <owl:inverseOf rdf:resource="https://ontology.rys.one/activity#producesArtefact"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- https://ontology.rys.one/activity#producesArtefact -->
-
-    <owl:ObjectProperty rdf:about="https://ontology.rys.one/activity#producesArtefact">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/activity#Activity"/>
-        <rdfs:range rdf:resource="https://ontology.rys.one/artefact#Artefact"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Data properties
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- https://ontology.rys.one/activity#Description -->
-
-    <owl:DatatypeProperty rdf:about="https://ontology.rys.one/activity#Description">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/activity#Activity"/>
-        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- https://ontology.rys.one/activity#Duration -->
-
-    <owl:DatatypeProperty rdf:about="https://ontology.rys.one/activity#Duration">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/activity#Activity"/>
-        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- https://ontology.rys.one/activity#Resource -->
-
-    <owl:DatatypeProperty rdf:about="https://ontology.rys.one/activity#Resource">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/activity#Activity"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- https://ontology.rys.one/activity#StartTime -->
-
-    <owl:DatatypeProperty rdf:about="https://ontology.rys.one/activity#StartTime">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/activity#Activity"/>
-        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTimeStamp"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- https://ontology.rys.one/activity#StopTime -->
-
-    <owl:DatatypeProperty rdf:about="https://ontology.rys.one/activity#StopTime">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/activity#Activity"/>
-        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTimeStamp"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- https://ontology.rys.one/activity#Tool -->
-
-    <owl:DatatypeProperty rdf:about="https://ontology.rys.one/activity#Tool">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/activity#Activity"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Classes
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- https://ontology.rys.one/activity#Activity -->
-
-    <owl:Class rdf:about="https://ontology.rys.one/activity#Activity"/>
-    
-
-
-    <!-- https://ontology.rys.one/artefact#Artefact -->
-
-    <owl:Class rdf:about="https://ontology.rys.one/artefact#Artefact"/>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

+ 0 - 63
models/ontology/owl/drivetrain/artefact.owl

@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/artefact#"
-     xml:base="https://ontology.rys.one/artefact"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/artefact">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/artefact/1.0.0"/>
-    </owl:Ontology>
-
-
-
-    <!--
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Object Properties
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-
-
-
-    <!-- https://ontology.rys.one/artefact#createdBy -->
-
-    <owl:ObjectProperty rdf:about="https://ontology.rys.one/artefact#createdBy">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/artefact#Artefact"/>
-        <rdfs:range rdf:resource="https://ontology.rys.one/activity#Activity"/>
-    </owl:ObjectProperty>
-
-
-
-    <!-- https://ontology.rys.one/artefact#storedIn -->
-
-    <owl:ObjectProperty rdf:about="https://ontology.rys.one/artefact#storedIn">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/artefact#Artefact"/>
-        <rdfs:range rdf:resource="https://ontology.rys.one/storage#Storage"/>
-    </owl:ObjectProperty>
-
-
-
-    <!--
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Classes
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-
-
-
-    <!-- https://ontology.rys.one/artefact#Artefact -->
-
-    <owl:Class rdf:about="https://ontology.rys.one/artefact#Artefact"/>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

+ 0 - 36
models/ontology/owl/drivetrain/artificial_data_generator.owl

@@ -1,36 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/artificial_data_generator#"
-     xml:base="https://ontology.rys.one/artificial_data_generator"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/artificial_data_generator">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/artificial_data_generator/1.0.0"/>
-    </owl:Ontology>
-
-
-
-    <!--
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Classes
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-
-
-
-    <!-- https://ontology.rys.one/artificial_data_generator#ArtificialDataGenerator -->
-
-    <owl:Class rdf:about="https://ontology.rys.one/artificial_data_generator#ArtificialDataGenerator">
-            <rdfs:subClassOf rdf:resource="https://ontology.rys.one/activity#Activity"/>
-    </owl:Class>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

+ 0 - 21
models/ontology/owl/drivetrain/artificial_sensor_data.owl

@@ -1,21 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/artificial_sensor_data#"
-     xml:base="https://ontology.rys.one/artificial_sensor_data"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/artificial_sensor_data">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/artificial_sensor_data/1.0.0"/>
-    </owl:Ontology>
-
-        <owl:Class rdf:about="https://ontology.rys.one/artificial_sensor_data#ArtificialSensorData">
-            <rdfs:subClassOf rdf:resource="https://ontology.rys.one/activity#Activity"/>
-    </owl:Class>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

+ 0 - 18
models/ontology/owl/drivetrain/assumption.owl

@@ -1,18 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/assumption#"
-     xml:base="https://ontology.rys.one/assumption"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/assumption">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/assumption/1.0.0"/>
-    </owl:Ontology>
-
-    <owl:Class rdf:about="https://ontology.rys.one/assumption#Assumption">
-            <rdfs:subClassOf rdf:resource="https://ontology.rys.one/artefact#Artefact"/>
-    </owl:Class>
-</rdf:RDF>
-
-

+ 0 - 9
models/ontology/owl/drivetrain/c.ocl

@@ -1,9 +0,0 @@
-inv startEndConstraint: self.stopTime > self.startTime
-inv nonEmptyDescription: self.description != ""
-inv positiveDuration: self.duration > 0
-context DriveTrainSetup::duration():Integer post: result = self.stopTime – self.startTime
-
-//context Activity::complete(d:Integer) pre: self.isConfirmed = false
-//inv: self.moderator.gender = Gender::female
-//inv: self->collect(participants)->size()>=2
-//context Meeting inv: self.participants->size()>=2

+ 0 - 22
models/ontology/owl/drivetrain/calibrated_model_parameters.owl

@@ -1,22 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/calibrated_model_parameters#"
-     xml:base="https://ontology.rys.one/calibrated_model_parameters"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/calibrated_model_parameters">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/calibrated_model_parameters/1.0.0"/>
-    </owl:Ontology>
-
-
-        <owl:Class rdf:about="https://ontology.rys.one/calibrated_model_parameters#CalibratedModelParameters">
-            <rdfs:subClassOf rdf:resource="https://ontology.rys.one/artefact#Artefact"/>
-    </owl:Class>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

+ 0 - 22
models/ontology/owl/drivetrain/calibration_function.owl

@@ -1,22 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/calibration_function/"
-     xml:base="https://ontology.rys.one/calibration_function/"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/calibration_function/">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/calibration_function/1.0.0"/>
-    </owl:Ontology>
-
-            <owl:Class rdf:about="https://ontology.rys.one/calibration_function#CalibrationFunction">
-            <rdfs:subClassOf rdf:resource="https://ontology.rys.one/artefact#Artefact"/>
-    </owl:Class>
-
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

+ 0 - 36
models/ontology/owl/drivetrain/drafting.owl

@@ -1,36 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/drafting#"
-     xml:base="https://ontology.rys.one/drafting"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/drafting">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/drafting/1.0.0"/>
-    </owl:Ontology>
-
-
-
-    <!--
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Classes
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-
-
-
-    <!-- https://ontology.rys.one/drafting#Drafting -->
-
-    <owl:Class rdf:about="https://ontology.rys.one/drafting#Drafting"/>
-            <rdfs:subClassOf rdf:resource="https://ontology.rys.one/activity#Activity"/>
-    </owl:Class>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

+ 0 - 53
models/ontology/owl/drivetrain/drive_train_setup.owl

@@ -1,53 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/drive_train_setup#"
-     xml:base="https://ontology.rys.one/drive_train_setup"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/drive_train_setup">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/drive_train_setup/1.0.0"/>
-    </owl:Ontology>
-
-
-
-    <!--
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Data properties
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-
-
-
-    <!-- https://ontology.rys.one/drive_train_setup#Location -->
-
-    <owl:DatatypeProperty rdf:about="https://ontology.rys.one/drive_train_setup#Location"/>
-
-
-
-    <!--
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Classes
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-
-
-
-    <!-- https://ontology.rys.one/drive_train_setup#DriveTrainSetup -->
-
-    <owl:Class rdf:about="https://ontology.rys.one/drive_train_setup#DriveTrainSetup"/>
-            <rdfs:subClassOf rdf:resource="https://ontology.rys.one/activity#Activity"/>
-    </owl:Class>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

+ 0 - 43
models/ontology/owl/drivetrain/dt.owl

@@ -1,43 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/dt#"
-     xml:base="https://ontology.rys.one/dt"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/dt">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/dt/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/activity/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/artefact/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/artificial_data_generator/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/artificial_sensor_data/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/assumption/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/calibrated_model_parameters/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/calibration_function/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/drafting/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/drive_train_setup/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/experiment/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/generate_virtual_sensor_data/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/matlab_model/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/model/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/model_accuracy/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/model_analysis/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/model_calibration/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/model_equation/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/model_implementation/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/parameter/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/preliminary/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/property/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/requirements/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/resource/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/script/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/sensor_data/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/simulink_model/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/storage/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/tool/1.0.0"/>
-        <owl:imports rdf:resource="https://ontology.rys.one/unbalanced/1.0.0"/>
-    </owl:Ontology>
-
-    <owl:Class rdf:about="https://ontology.rys.one/dt#DT"/>
-</rdf:RDF>

+ 0 - 160
models/ontology/owl/drivetrain/dt_old.owl

@@ -1,160 +0,0 @@
-Prefix(:=<http://www.semanticweb.org/arkadiusz/dt#>)
-Prefix(owl:=<http://www.w3.org/2002/07/owl#>)
-Prefix(rdf:=<http://www.w3.org/1999/02/22-rdf-syntax-ns#>)
-Prefix(xml:=<http://www.w3.org/XML/1998/namespace>)
-Prefix(xsd:=<http://www.w3.org/2001/XMLSchema#>)
-Prefix(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)
-
-
-Ontology(<http://www.semanticweb.org/arkadiusz/dt>
-Annotation(rdfs:comment "Digital Twin Ontology."@en)
-
-Declaration(Class(:Calibration))
-Declaration(Class(:Deployment))
-Declaration(Class(:Experiment))
-Declaration(Class(:Explanation))
-Declaration(Class(:Goal))
-Declaration(Class(:Identification))
-Declaration(Class(:Intrusiveness))
-Declaration(Class(:Loop))
-Declaration(Class(:Optimization))
-Declaration(Class(:Performance))
-Declaration(Class(:Project))
-Declaration(Class(:PropertyOfInterest))
-Declaration(Class(:RealWorld))
-Declaration(Class(:Resource))
-Declaration(Class(:Result))
-Declaration(Class(:Simulation))
-Declaration(Class(:Solver))
-Declaration(Class(:Timing))
-Declaration(Class(:Type))
-Declaration(Class(:Validation))
-Declaration(Class(:Version))
-Declaration(Class(:Virtual))
-Declaration(Class(:Workflow))
-Declaration(ObjectProperty(:seeks))
-Declaration(ObjectProperty(:updates))
-Declaration(DataProperty(:LastEdit))
-
-############################
-#   Object Properties
-############################
-
-# Object Property: :seeks (:seeks)
-
-SubObjectPropertyOf(:seeks owl:topObjectProperty)
-ObjectPropertyDomain(:seeks :Experiment)
-ObjectPropertyRange(:seeks :PropertyOfInterest)
-
-# Object Property: :updates (:updates)
-
-ObjectPropertyDomain(:updates :Project)
-ObjectPropertyRange(:updates :Version)
-
-
-############################
-#   Data Properties
-############################
-
-# Data Property: :LastEdit (:LastEdit)
-
-DataPropertyDomain(:LastEdit :Project)
-DataPropertyRange(:LastEdit xsd:dateTime)
-
-
-
-############################
-#   Classes
-############################
-
-# Class: :Calibration (:Calibration)
-
-SubClassOf(:Calibration :Experiment)
-
-# Class: :Deployment (:Deployment)
-
-SubClassOf(:Deployment :Version)
-
-# Class: :Experiment (:Experiment)
-
-SubClassOf(:Experiment :Project)
-
-# Class: :Explanation (:Explanation)
-
-SubClassOf(:Explanation :Experiment)
-
-# Class: :Goal (:Goal)
-
-SubClassOf(:Goal :Version)
-
-# Class: :Identification (:Identification)
-
-AnnotationAssertion(rdfs:comment :Identification "Identify the structure and the response."@en)
-SubClassOf(:Identification :Experiment)
-
-# Class: :Intrusiveness (:Intrusiveness)
-
-SubClassOf(:Intrusiveness :Resource)
-
-# Class: :Loop (:Loop)
-
-SubClassOf(:Loop :Type)
-
-# Class: :Optimization (:Optimization)
-
-SubClassOf(:Optimization :Version)
-
-# Class: :Performance (:Performance)
-
-SubClassOf(:Performance :Resource)
-
-# Class: :PropertyOfInterest (:PropertyOfInterest)
-
-SubClassOf(:PropertyOfInterest :Project)
-
-# Class: :RealWorld (:RealWorld)
-
-SubClassOf(:RealWorld :Type)
-
-# Class: :Resource (:Resource)
-
-SubClassOf(:Resource :Deployment)
-
-# Class: :Result (:Result)
-
-SubClassOf(:Result :Project)
-
-# Class: :Simulation (:Simulation)
-
-SubClassOf(:Simulation :Experiment)
-
-# Class: :Solver (:Solver)
-
-SubClassOf(:Solver :Project)
-
-# Class: :Timing (:Timing)
-
-SubClassOf(:Timing :Resource)
-
-# Class: :Type (:Type)
-
-SubClassOf(:Type :Project)
-
-# Class: :Validation (:Validation)
-
-SubClassOf(:Validation :Experiment)
-
-# Class: :Version (:Version)
-
-SubClassOf(:Version :Project)
-
-# Class: :Virtual (:Virtual)
-
-SubClassOf(:Virtual :Type)
-
-# Class: :Workflow (:Workflow)
-
-SubClassOf(:Workflow :Project)
-
-
-)

+ 0 - 21
models/ontology/owl/drivetrain/experiment.owl

@@ -1,21 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/experiment#"
-     xml:base="https://ontology.rys.one/experiment"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/experiment">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/experiment/1.0.0"/>
-    </owl:Ontology>
-
-            <owl:Class rdf:about="https://ontology.rys.one/experiment#Experiment">
-            <rdfs:subClassOf rdf:resource="https://ontology.rys.one/activity#Activity"/>
-    </owl:Class>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

+ 0 - 21
models/ontology/owl/drivetrain/generate_virtual_sensor_data.owl

@@ -1,21 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/generate_virtual_sensor_data#"
-     xml:base="https://ontology.rys.one/generate_virtual_sensor_data"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/generate_virtual_sensor_data">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/generate_virtual_sensor_data/1.0.0"/>
-    </owl:Ontology>
-
-            <owl:Class rdf:about="https://ontology.rys.one/generate_virtual_sensor_data#GenerateVirtualSensorData">
-            <rdfs:subClassOf rdf:resource="https://ontology.rys.one/artefact#Artefact"/>
-    </owl:Class>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

+ 0 - 36
models/ontology/owl/drivetrain/matlab_model.owl

@@ -1,36 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/matlab_model#"
-     xml:base="https://ontology.rys.one/matlab_model"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/matlab_model">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/matlab_model/1.0.0"/>
-    </owl:Ontology>
-
-
-
-    <!--
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Classes
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-
-
-
-    <!-- https://ontology.rys.one/matlab_model#MatlabModel -->
-
-    <owl:Class rdf:about="https://ontology.rys.one/matlab_model#MatlabModel">
-        <rdfs:subClassOf rdf:resource="https://ontology.rys.one/model#Model"/>
-    </owl:Class>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

+ 0 - 38
models/ontology/owl/drivetrain/model.owl

@@ -1,38 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/model#"
-     xml:base="https://ontology.rys.one/model"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/model">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/model/1.0.0"/>
-    </owl:Ontology>
-
-    <owl:ObjectProperty rdf:about="#executesScript">
-          <rdfs:domain rdf:resource="#Model"/>
-          <rdfs:range rdf:resource="https://ontology.rys.one/script#Script"/>
-        <owl:inverseOf rdf:resource="#executedBy"/>
-    </owl:ObjectProperty>
-
-    <!--
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Classes
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-
-
-
-    <!-- https://ontology.rys.one/model#Model -->
-
-    <owl:Class rdf:about="https://ontology.rys.one/model#Model"/>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

+ 0 - 21
models/ontology/owl/drivetrain/model_accuracy.owl

@@ -1,21 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/model_accuracy#"
-     xml:base="https://ontology.rys.one/model_accuracy"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/model_accuracy">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/model_accuracy/1.0.0"/>
-    </owl:Ontology>
-
-            <owl:Class rdf:about="https://ontology.rys.one/model_accuracy#ModelAccuracy">
-            <rdfs:subClassOf rdf:resource="https://ontology.rys.one/artefact#Artefact"/>
-    </owl:Class>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

+ 0 - 21
models/ontology/owl/drivetrain/model_analysis.owl

@@ -1,21 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/model_analysis#"
-     xml:base="https://ontology.rys.one/model_analysis"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/model_analysis">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/model_analysis/1.0.0"/>
-    </owl:Ontology>
-
-            <owl:Class rdf:about="https://ontology.rys.one/model_analysis#ModelAnalysis">
-            <rdfs:subClassOf rdf:resource="https://ontology.rys.one/artefact#Artefact"/>
-    </owl:Class>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

+ 0 - 21
models/ontology/owl/drivetrain/model_calibration.owl

@@ -1,21 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/model_calibration#"
-     xml:base="https://ontology.rys.one/model_calibration"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/model_calibration">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/model_calibration/1.0.0"/>
-    </owl:Ontology>
-
-            <owl:Class rdf:about="https://ontology.rys.one/model_calibration#ModelCalibration">
-            <rdfs:subClassOf rdf:resource="https://ontology.rys.one/artefact#Artefact"/>
-    </owl:Class>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

+ 0 - 21
models/ontology/owl/drivetrain/model_equation.owl

@@ -1,21 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/model_equations#"
-     xml:base="https://ontology.rys.one/model_equations"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/model_equation">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/model_equation/1.0.0"/>
-    </owl:Ontology>
-
-            <owl:Class rdf:about="https://ontology.rys.one/model_equation#ModelEquation">
-            <rdfs:subClassOf rdf:resource="https://ontology.rys.one/artefact#Artefact"/>
-    </owl:Class>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

+ 0 - 21
models/ontology/owl/drivetrain/model_implementation.owl

@@ -1,21 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/model_implementation#"
-     xml:base="https://ontology.rys.one/model_implementation"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/model_implementation">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/model_implementation/1.0.0"/>
-    </owl:Ontology>
-
-            <owl:Class rdf:about="https://ontology.rys.one/model_implementation#ModelImplementation">
-            <rdfs:subClassOf rdf:resource="https://ontology.rys.one/artefact#Artefact"/>
-    </owl:Class>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

+ 0 - 104
models/ontology/owl/drivetrain/parameter.owl

@@ -1,104 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/parameter#"
-     xml:base="https://ontology.rys.one/parameter"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/parameter">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/parameter/1.0.0"/>
-    </owl:Ontology>
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Object Properties
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- https://ontology.rys.one/parameter#usedIn -->
-
-    <owl:ObjectProperty rdf:about="https://ontology.rys.one/parameter#usedIn">
-        <owl:inverseOf rdf:resource="https://ontology.rys.one/parameter#value"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- https://ontology.rys.one/parameter#value -->
-
-    <owl:ObjectProperty rdf:about="https://ontology.rys.one/parameter#value">
-        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
-        <rdfs:domain rdf:resource="https://ontology.rys.one/parameter#Parameter"/>
-        <rdfs:range rdf:resource="http://qudt.org/schema/qudt/Quantity"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Data properties
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- https://ontology.rys.one/parameter#Description -->
-
-    <owl:DatatypeProperty rdf:about="https://ontology.rys.one/parameter#Description">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/parameter#Parameter"/>
-        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- https://ontology.rys.one/parameter#Identifier -->
-
-    <owl:DatatypeProperty rdf:about="https://ontology.rys.one/parameter#Identifier">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/parameter#Parameter"/>
-        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Classes
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- http://qudt.org/schema/qudt/Quantity -->
-
-    <owl:Class rdf:about="http://qudt.org/schema/qudt/Quantity"/>
-    
-
-
-    <!-- http://qudt.org/schema/qudt/QuantityValue -->
-
-    <owl:Class rdf:about="http://qudt.org/schema/qudt/QuantityValue"/>
-    
-
-
-    <!-- https://ontology.rys.one/parameter#Parameter -->
-
-    <owl:Class rdf:about="https://ontology.rys.one/parameter#Parameter"/>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

+ 0 - 349
models/ontology/owl/drivetrain/preliminary.owl

@@ -1,349 +0,0 @@
-Prefix(:=<http://www.semanticweb.org/arkadiusz/dt#>)
-Prefix(owl:=<http://www.w3.org/2002/07/owl#>)
-Prefix(rdf:=<http://www.w3.org/1999/02/22-rdf-syntax-ns#>)
-Prefix(xml:=<http://www.w3.org/XML/1998/namespace>)
-Prefix(xsd:=<http://www.w3.org/2001/XMLSchema#>)
-Prefix(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)
-
-
-Ontology(<http://www.semanticweb.org/arkadiusz/dt>
-Annotation(rdfs:comment "Digital Twin Ontology."@en)
-
-Declaration(Class(:Architecture))
-Declaration(Class(:Calibration))
-Declaration(Class(:ContextFrame))
-Declaration(Class(:ContinuousTime))
-Declaration(Class(:Data))
-Declaration(Class(:Deployment))
-Declaration(Class(:DiscreteTime))
-Declaration(Class(:Experiment))
-Declaration(Class(:Explanation))
-Declaration(Class(:Frame))
-Declaration(Class(:Goal))
-Declaration(Class(:Identification))
-Declaration(Class(:Input))
-Declaration(Class(:Intrusiveness))
-Declaration(Class(:Loop))
-Declaration(Class(:Model))
-Declaration(Class(:Optimization))
-Declaration(Class(:Output))
-Declaration(Class(:Parameter))
-Declaration(Class(:Performance))
-Declaration(Class(:Primitive))
-Declaration(Class(:Project))
-Declaration(Class(:PropertyOfInterest))
-Declaration(Class(:ProximitySensor))
-Declaration(Class(:Quantity))
-Declaration(Class(:RealWorld))
-Declaration(Class(:Reference))
-Declaration(Class(:Requirement))
-Declaration(Class(:Resource))
-Declaration(Class(:Result))
-Declaration(Class(:Sensor))
-Declaration(Class(:Series))
-Declaration(Class(:Signal))
-Declaration(Class(:SimType))
-Declaration(Class(:Simulation))
-Declaration(Class(:Simulator))
-Declaration(Class(:Solver))
-Declaration(Class(:Step))
-Declaration(Class(:Timing))
-Declaration(Class(:Validation))
-Declaration(Class(:ValidityFrame))
-Declaration(Class(:Version))
-Declaration(Class(:View))
-Declaration(Class(:Virtual))
-Declaration(Class(:Workflow))
-Declaration(ObjectProperty(:canBeSolvedBy))
-Declaration(ObjectProperty(:concludes))
-Declaration(ObjectProperty(:connected))
-Declaration(ObjectProperty(:contains))
-Declaration(ObjectProperty(:follows))
-Declaration(ObjectProperty(:has))
-Declaration(ObjectProperty(:includes))
-Declaration(ObjectProperty(:inputs))
-Declaration(ObjectProperty(:interestedIn))
-Declaration(ObjectProperty(:isOfType))
-Declaration(ObjectProperty(:next))
-Declaration(ObjectProperty(:outputs))
-Declaration(ObjectProperty(:previous))
-Declaration(ObjectProperty(:produces))
-Declaration(ObjectProperty(:refersTo))
-Declaration(ObjectProperty(:seeks))
-Declaration(ObjectProperty(:situatedBy))
-Declaration(ObjectProperty(:updates))
-Declaration(ObjectProperty(:usedBy))
-Declaration(DataProperty(:data))
-Declaration(DataProperty(:description))
-Declaration(DataProperty(:input))
-Declaration(DataProperty(:lastEdit))
-Declaration(DataProperty(:name))
-Declaration(DataProperty(:output))
-Declaration(DataProperty(:slice))
-Declaration(DataProperty(:value))
-Declaration(NamedIndividual(:experiment-0))
-Declaration(NamedIndividual(:experiment-1))
-Declaration(NamedIndividual(:result-0))
-Declaration(NamedIndividual(:result-1))
-Declaration(Datatype(:dt:meter))
-
-############################
-#   Object Properties
-############################
-
-# Object Property: :canBeSolvedBy (:canBeSolvedBy)
-
-ObjectPropertyDomain(:canBeSolvedBy :Experiment)
-ObjectPropertyRange(:canBeSolvedBy :Solver)
-
-# Object Property: :concludes (:concludes)
-
-EquivalentObjectProperties(:concludes :produces)
-ObjectPropertyDomain(:concludes :Experiment)
-ObjectPropertyRange(:concludes :Result)
-
-# Object Property: :connected (:connected)
-
-ObjectPropertyDomain(:connected :Output)
-ObjectPropertyRange(:connected :Input)
-
-# Object Property: :contains (:contains)
-
-ObjectPropertyDomain(:contains :Workflow)
-ObjectPropertyRange(:contains :Step)
-
-# Object Property: :follows (:follows)
-
-ObjectPropertyDomain(:follows :Experiment)
-ObjectPropertyRange(:follows :Workflow)
-
-# Object Property: :has (:has)
-
-ObjectPropertyDomain(:has :Experiment)
-ObjectPropertyDomain(:has :Project)
-ObjectPropertyRange(:has :Parameter)
-
-# Object Property: :includes (:includes)
-
-ObjectPropertyDomain(:includes :Experiment)
-ObjectPropertyRange(:includes :Parameter)
-
-# Object Property: :inputs (:inputs)
-
-ObjectPropertyDomain(:inputs :Frame)
-ObjectPropertyDomain(:inputs :Model)
-ObjectPropertyRange(:inputs :Input)
-
-# Object Property: :interestedIn (:interestedIn)
-
-SubObjectPropertyOf(:interestedIn owl:topObjectProperty)
-ObjectPropertyDomain(:interestedIn :Experiment)
-ObjectPropertyRange(:interestedIn :PropertyOfInterest)
-
-# Object Property: :isOfType (:isOfType)
-
-ObjectPropertyDomain(:isOfType :Experiment)
-ObjectPropertyRange(:isOfType :SimType)
-
-# Object Property: :next (:next)
-
-InverseObjectProperties(:next :previous)
-ObjectPropertyDomain(:next :Experiment)
-ObjectPropertyDomain(:next :Project)
-ObjectPropertyRange(:next :Experiment)
-ObjectPropertyRange(:next :Project)
-
-# Object Property: :outputs (:outputs)
-
-ObjectPropertyDomain(:outputs :Frame)
-ObjectPropertyDomain(:outputs :Model)
-ObjectPropertyRange(:outputs :Output)
-
-# Object Property: :refersTo (:refersTo)
-
-ObjectPropertyDomain(:refersTo owl:Thing)
-ObjectPropertyRange(:refersTo :Reference)
-
-# Object Property: :seeks (:seeks)
-
-SubObjectPropertyOf(:seeks owl:topObjectProperty)
-ObjectPropertyDomain(:seeks :Experiment)
-ObjectPropertyRange(:seeks :PropertyOfInterest)
-
-# Object Property: :situatedBy (:situatedBy)
-
-ObjectPropertyDomain(:situatedBy :Experiment)
-ObjectPropertyRange(:situatedBy :Frame)
-
-# Object Property: :updates (:updates)
-
-ObjectPropertyDomain(:updates :Project)
-ObjectPropertyRange(:updates :Version)
-
-# Object Property: :usedBy (:usedBy)
-
-SubObjectPropertyOf(:usedBy owl:topObjectProperty)
-ObjectPropertyDomain(:usedBy :Model)
-ObjectPropertyRange(:usedBy owl:Thing)
-
-
-############################
-#   Data Properties
-############################
-
-# Data Property: :data (:data)
-
-DataPropertyDomain(:data owl:Thing)
-
-# Data Property: :description (:description)
-
-DataPropertyDomain(:description :Experiment)
-DataPropertyDomain(:description :Parameter)
-DataPropertyDomain(:description :Project)
-DataPropertyDomain(:description :Step)
-DataPropertyRange(:description xsd:string)
-
-# Data Property: :input (:input)
-
-SubDataPropertyOf(:input owl:topDataProperty)
-
-# Data Property: :lastEdit (:lastEdit)
-
-DataPropertyDomain(:lastEdit :Project)
-DataPropertyRange(:lastEdit xsd:dateTime)
-
-# Data Property: :name (:name)
-
-DataPropertyDomain(:name :Input)
-DataPropertyDomain(:name :Output)
-
-# Data Property: :output (:output)
-
-SubDataPropertyOf(:output owl:topDataProperty)
-DataPropertyDomain(:output :Sensor)
-
-# Data Property: :slice (:slice)
-
-DataPropertyDomain(:slice :Data)
-DataPropertyRange(:slice xsd:string)
-
-# Data Property: :value (:value)
-
-DataPropertyDomain(:value :Primitive)
-
-
-
-############################
-#   Classes
-############################
-
-# Class: :Calibration (:Calibration)
-
-SubClassOf(:Calibration :Experiment)
-
-# Class: :ContextFrame (:ContextFrame)
-
-SubClassOf(:ContextFrame :Frame)
-
-# Class: :ContinuousTime (:ContinuousTime)
-
-SubClassOf(:ContinuousTime :Signal)
-
-# Class: :Deployment (:Deployment)
-
-SubClassOf(:Deployment :Version)
-
-# Class: :DiscreteTime (:DiscreteTime)
-
-SubClassOf(:DiscreteTime :Signal)
-
-# Class: :Explanation (:Explanation)
-
-SubClassOf(:Explanation :Experiment)
-
-# Class: :Goal (:Goal)
-
-SubClassOf(:Goal :Version)
-
-# Class: :Identification (:Identification)
-
-AnnotationAssertion(rdfs:comment :Identification "Identify the structure and the response."@en)
-SubClassOf(:Identification :Experiment)
-
-# Class: :Intrusiveness (:Intrusiveness)
-
-SubClassOf(:Intrusiveness :Resource)
-
-# Class: :Loop (:Loop)
-
-SubClassOf(:Loop :SimType)
-
-# Class: :Optimization (:Optimization)
-
-SubClassOf(:Optimization :Version)
-
-# Class: :Performance (:Performance)
-
-SubClassOf(:Performance :Resource)
-
-# Class: :PropertyOfInterest (:PropertyOfInterest)
-
-SubClassOf(:PropertyOfInterest :Parameter)
-
-# Class: :ProximitySensor (:ProximitySensor)
-
-SubClassOf(:ProximitySensor :Sensor)
-
-# Class: :RealWorld (:RealWorld)
-
-SubClassOf(:RealWorld :SimType)
-
-# Class: :Resource (:Resource)
-
-SubClassOf(:Resource :Deployment)
-
-# Class: :Simulation (:Simulation)
-
-SubClassOf(:Simulation :Experiment)
-
-# Class: :Timing (:Timing)
-
-SubClassOf(:Timing :Resource)
-
-# Class: :Validation (:Validation)
-
-SubClassOf(:Validation :Experiment)
-
-# Class: :ValidityFrame (:ValidityFrame)
-
-SubClassOf(:ValidityFrame :Frame)
-
-# Class: :Virtual (:Virtual)
-
-SubClassOf(:Virtual :SimType)
-
-
-############################
-#   Named Individuals
-############################
-
-# Individual: :experiment-0 (:experiment-0)
-
-ClassAssertion(:Experiment :experiment-0)
-ObjectPropertyAssertion(:concludes :experiment-0 :result-0)
-
-# Individual: :experiment-1 (:experiment-1)
-
-ClassAssertion(:Experiment :experiment-1)
-ObjectPropertyAssertion(:concludes :experiment-1 :result-1)
-
-# Individual: :result-0 (:result-0)
-
-ClassAssertion(:Result :result-0)
-
-# Individual: :result-1 (:result-1)
-
-ClassAssertion(:Result :result-1)
-
-
-)

+ 0 - 72
models/ontology/owl/drivetrain/property.owl

@@ -1,72 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/property#"
-     xml:base="https://ontology.rys.one/property"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/property">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/property/1.0.0"/>
-    </owl:Ontology>
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Data properties
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- https://ontology.rys.one/property#Description -->
-
-    <owl:DatatypeProperty rdf:about="https://ontology.rys.one/property#Description">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/property#Property"/>
-        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- https://ontology.rys.one/property#Identifier -->
-
-    <owl:DatatypeProperty rdf:about="https://ontology.rys.one/property#Identifier">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/property#Property"/>
-        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- https://ontology.rys.one/property#Value -->
-
-    <owl:DatatypeProperty rdf:about="https://ontology.rys.one/property#Value">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/property#Property"/>
-        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Classes
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- https://ontology.rys.one/property#Property -->
-
-    <owl:Class rdf:about="https://ontology.rys.one/property#Property"/>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

+ 0 - 63
models/ontology/owl/drivetrain/property_of_interest.owl

@@ -1,63 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/property_of_interest#"
-     xml:base="https://ontology.rys.one/property_of_interest"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/property_of_interest">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/property_of_interest/1.0.0"/>
-    </owl:Ontology>
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Object Properties
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- https://ontology.rys.one/property_of_interest#references -->
-
-    <owl:ObjectProperty rdf:about="https://ontology.rys.one/property_of_interest#references">
-        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
-        <rdfs:domain rdf:resource="https://ontology.rys.one/property_of_interest#PropertyOfInterest"/>
-        <rdfs:range rdf:resource="https://ontology.rys.one/property#Property"/>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Classes
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- https://ontology.rys.one/property#Property -->
-
-    <owl:Class rdf:about="https://ontology.rys.one/property#Property"/>
-    
-
-
-    <!-- https://ontology.rys.one/property_of_interest#PropertyOfInterest -->
-
-    <owl:Class rdf:about="https://ontology.rys.one/property_of_interest#PropertyOfInterest">
-        <rdfs:subClassOf rdf:resource="https://ontology.rys.one/property#Property"/>
-    </owl:Class>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

+ 0 - 55
models/ontology/owl/drivetrain/requirements.owl

@@ -1,55 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/requirement#"
-     xml:base="https://ontology.rys.one/requirement"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/requirement">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/requirement/1.0.0"/>
-    </owl:Ontology>
-
-
-
-    <!--
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Data properties
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-
-
-
-    <!-- https://ontology.rys.one/requirement#Location -->
-
-    <owl:DatatypeProperty rdf:about="https://ontology.rys.one/requirement#Location">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/requirement#Requirement"/>
-    </owl:DatatypeProperty>
-
-
-
-    <!--
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Classes
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-
-
-
-    <!-- https://ontology.rys.one/requirement#Requirement -->
-
-    <owl:Class rdf:about="https://ontology.rys.one/requirement#Requirement">
-            <rdfs:subClassOf rdf:resource="https://ontology.rys.one/artefact#Artefact"/>
-    </owl:Class>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

+ 0 - 54
models/ontology/owl/drivetrain/resource.owl

@@ -1,54 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/resource#"
-     xml:base="https://ontology.rys.one/resource"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/resource">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/resource/1.0.0"/>
-    </owl:Ontology>
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Data properties
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- https://ontology.rys.one/resource#Location -->
-
-    <owl:DatatypeProperty rdf:about="https://ontology.rys.one/resource#Location">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/resource#Resource"/>
-        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Classes
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- https://ontology.rys.one/resource#Resource -->
-
-    <owl:Class rdf:about="https://ontology.rys.one/resource#Resource"/>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

+ 0 - 77
models/ontology/owl/drivetrain/script.owl

@@ -1,77 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/script#"
-     xml:base="https://ontology.rys.one/script"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/script">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/script/1.0.0"/>
-    </owl:Ontology>
-
-
-
-    <!--
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Object Properties
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    <owl:ObjectProperty rdf:about="#influencedBy">
-          <rdfs:domain rdf:resource="#Script"/>
-          <rdfs:range rdf:resource="#Script"/>
-          <rdfs:range rdf:resource="https://ontology.rys.one/parameter#Parameter"/>
-        <owl:inverseOf rdf:resource="#influences"/>
-    </owl:ObjectProperty>
-
-    <owl:ObjectProperty rdf:about="#storedIn">
-          <rdfs:domain rdf:resource="#Script"/>
-          <rdfs:range rdf:resource="https://ontology.rys.one/parameter#Parameter"/>
-        <owl:inverseOf rdf:resource="#influences"/>
-    </owl:ObjectProperty>
-
-    <!--
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Data properties
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-
-
-
-    <!-- https://ontology.rys.one/script#Description -->
-
-    <owl:DatatypeProperty rdf:about="https://ontology.rys.one/script#Description">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/script#Script"/>
-    </owl:DatatypeProperty>
-
-
-
-    <!--
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Classes
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-
-
-
-    <!-- https://ontology.rys.one/script#Script -->
-
-    <owl:Class rdf:about="https://ontology.rys.one/script#Script">
-            <rdfs:subClassOf rdf:resource="https://ontology.rys.one/resource#Resource"/>
-    </owl:Class>
-
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

+ 0 - 62
models/ontology/owl/drivetrain/sensor.owl

@@ -1,62 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/sensor#"
-     xml:base="https://ontology.rys.one/sensor"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/sensor">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/sensor/1.0.0"/>
-    </owl:Ontology>
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Data properties
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- https://ontology.rys.one/sensor#Model -->
-
-    <owl:DatatypeProperty rdf:about="https://ontology.rys.one/sensor#Model">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/sensor#Sensor"/>
-        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Classes
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- https://ontology.rys.one/resource#Resource -->
-
-    <owl:Class rdf:about="https://ontology.rys.one/resource#Resource"/>
-    
-
-
-    <!-- https://ontology.rys.one/sensor#Sensor -->
-
-    <owl:Class rdf:about="https://ontology.rys.one/sensor#Sensor">
-        <rdfs:subClassOf rdf:resource="https://ontology.rys.one/resource#Resource"/>
-    </owl:Class>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

+ 0 - 56
models/ontology/owl/drivetrain/sensor_data.owl

@@ -1,56 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/sensor_data#"
-     xml:base="https://ontology.rys.one/sensor_data"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/sensor_data">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/sensor_data/1.0.0"/>
-    </owl:Ontology>
-
-
-
-    <!--
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Data properties
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-
-
-
-    <!-- https://ontology.rys.one/sensor_data#Resolution -->
-
-    <owl:DatatypeProperty rdf:about="https://ontology.rys.one/sensor_data#Resolution">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/sensor_data#SensorData"/>
-                <rdfs:range rdf:resource="http://qudt.org/schema/qudt/Quantity"/>
-    </owl:DatatypeProperty>
-
-
-
-    <!--
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Classes
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-
-
-
-    <!-- https://ontology.rys.one/sensor_data#SensorData -->
-
-    <owl:Class rdf:about="https://ontology.rys.one/sensor_data#SensorData">
-            <rdfs:subClassOf rdf:resource="https://ontology.rys.one/artefact#Artefact"/>
-    </owl:Class>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

+ 0 - 21
models/ontology/owl/drivetrain/simulink_model.owl

@@ -1,21 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/simulink_model#"
-     xml:base="https://ontology.rys.one/simulink_model"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/simulink_model">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/simulink_model/1.0.0"/>
-    </owl:Ontology>
-
-        <owl:Class rdf:about="https://ontology.rys.one/simulink_model#SimulinkModel">
-        <rdfs:subClassOf rdf:resource="https://ontology.rys.one/model#Model"/>
-    </owl:Class>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

+ 0 - 75
models/ontology/owl/drivetrain/storage.owl

@@ -1,75 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/storage#"
-     xml:base="https://ontology.rys.one/storage"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/storage">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/storage/1.0.0"/>
-    </owl:Ontology>
-
-
-
-    <!--
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Object Properties
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-
-
-
-    <!-- https://ontology.rys.one/storage#getVariables -->
-
-    <owl:ObjectProperty rdf:about="https://ontology.rys.one/storage#getVariables"/>
-
-    <owl:DatatypeProperty rdf:about="https://ontology.rys.one/sensor#Location">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/storage#Storage"/>
-        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
-    </owl:DatatypeProperty>
-
-    <!--
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Data properties
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-
-
-
-    <!-- https://ontology.rys.one/storage#storedOn -->
-
-    <owl:DatatypeProperty rdf:about="https://ontology.rys.one/storage#storedOn">
-        <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
-        <rdfs:domain rdf:resource="https://ontology.rys.one/storage#Storage"/>
-        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTimeStamp"/>
-    </owl:DatatypeProperty>
-
-
-
-    <!--
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Classes
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-
-
-
-    <!-- https://ontology.rys.one/storage#Storage -->
-
-    <owl:Class rdf:about="https://ontology.rys.one/storage#Storage"/>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

+ 0 - 18
models/ontology/owl/drivetrain/tool.owl

@@ -1,18 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/tool#"
-     xml:base="https://ontology.rys.one/tool"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/tool">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/tool/1.0.0"/>
-    </owl:Ontology>
-    <owl:DatatypeProperty rdf:about="https://ontology.rys.one/tool#Description">
-        <rdfs:domain rdf:resource="https://ontology.rys.one/tool#Tool"/>
-    </owl:DatatypeProperty>
-        <owl:Class rdf:about="https://ontology.rys.one/tool#Tool">
-        <rdfs:subClassOf rdf:resource="https://ontology.rys.one/resource#Resource"/>
-    </owl:Class>
-</rdf:RDF>

+ 0 - 18
models/ontology/owl/drivetrain/unbalanced.owl

@@ -1,18 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="https://ontology.rys.one/unbalanced#"
-     xml:base="https://ontology.rys.one/unbalanced"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-    <owl:Ontology rdf:about="https://ontology.rys.one/unbalanced">
-        <owl:versionIRI rdf:resource="https://ontology.rys.one/unbalanced/1.0.0"/>
-    </owl:Ontology>
-
-    <owl:Class rdf:about="https://ontology.rys.one/unbalanced#Unbalanced"/>
-            <rdfs:subClassOf rdf:resource="https://ontology.rys.one/property#Property"/>
-    </owl:Class>
-</rdf:RDF>
-
-

File diff suppressed because it is too large
+ 0 - 3492
models/ontology/owl/third/dc.owl


File diff suppressed because it is too large
+ 0 - 2348
models/ontology/owl/third/dc.rdf


File diff suppressed because it is too large
+ 0 - 2103
models/ontology/owl/third/dublin_core_terms.rdf


+ 0 - 609
models/ontology/owl/third/foaf.rdf

@@ -1,609 +0,0 @@
-<!-- This is the FOAF formal vocabulary description, expressed using W3C RDFS and OWL markup. foaf/spec version -->
-<!-- For more information about FOAF:                                            -->
-<!--   see the FOAF project homepage, http://www.foaf-project.org/               -->
-<!--   FOAF specification, http://xmlns.com/foaf/spec/                             -->
-<!--                                                                             -->
-<!-- first we introduce a number of RDF namespaces we will be using... -->
-<rdf:RDF 
-	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#" 
-	xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" 
-	xmlns:foaf="http://xmlns.com/foaf/0.1/" 
-	xmlns:wot="http://xmlns.com/wot/0.1/" 
-	xmlns:dc="http://purl.org/dc/elements/1.1/">
-<!-- Here we describe general characteristics of the FOAF vocabulary ('ontology'). -->
-  <owl:Ontology rdf:about="http://xmlns.com/foaf/0.1/" dc:title="Friend of a Friend (FOAF) vocabulary" dc:description="The Friend of a Friend (FOAF) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language." >
-  </owl:Ontology>
-
-
-  <!-- OWL/RDF interop section - geeks only -->
-  <!--  most folk can ignore this lot. the game here is to make FOAF
-  	work with vanilla RDF/RDFS tools, and with the stricter OWL DL 
-	profile of OWL. At the moment we're in the OWL Full flavour of OWL. 
-	The following are tricks to try have the spec live in both worlds
-	at once. See
-		http://phoebus.cs.man.ac.uk:9999/OWL/Validator
-		http://www.mindswap.org/2003/pellet/demo.shtml
-	...for some tools that help. 					-->
-  <owl:AnnotationProperty rdf:about="http://xmlns.com/wot/0.1/assurance"/>
-  <owl:AnnotationProperty rdf:about="http://xmlns.com/wot/0.1/src_assurance"/>
-  <owl:AnnotationProperty rdf:about="http://www.w3.org/2003/06/sw-vocab-status/ns#term_status"/>
-  <!--  DC terms are NOT annotation properties in general, so we consider the following 
-	claims scoped to this document. They may be removed in future revisions if
-	OWL tools become more flexible. -->
-  <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/description"/>
-  <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/title"/>
-  <owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/date"/>
-  <owl:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Class"/>
-
-<!--  <owl:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Resource"/>
-  <owl:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Literal"/> -->
-  <!-- end of OWL/RDF interop voodoo. mostly. -->
-
-  <!-- utility class, a candidate for replacing the pattern of subproperty-ing rdfs:label -->
-  <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/LabelProperty" vs:term_status="unstable">
-    <rdfs:label>Label Property</rdfs:label>
-    <rdfs:comment>A foaf:LabelProperty is any RDF property with texual values that serve as labels.</rdfs:comment>
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdfs:Class>
-
-<!-- FOAF classes (types) are listed first. -->
-
-  <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Person" rdfs:label="Person" rdfs:comment="A person." vs:term_status="stable">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class" />
-    <owl:equivalentClass rdf:resource="http://schema.org/Person" />
-    <owl:equivalentClass rdf:resource="http://www.w3.org/2000/10/swap/pim/contact#Person" />
-<!--    <rdfs:subClassOf><owl:Class rdf:about="http://xmlns.com/wordnet/1.6/Person"/></rdfs:subClassOf> -->
-    <rdfs:subClassOf><owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent"/></rdfs:subClassOf>
-<!--    <rdfs:subClassOf><owl:Class rdf:about="http://xmlns.com/wordnet/1.6/Agent"/></rdfs:subClassOf> -->
-    <rdfs:subClassOf><owl:Class rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing" rdfs:label="Spatial Thing"/></rdfs:subClassOf>
-    <!-- aside: 
-	are spatial things always spatially located? 
-	Person includes imaginary people... discuss... -->
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-
-<!--    <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Document"/> this was a mistake; tattoo'd people, for example. -->
-
-    <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
-    <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Project"/>
-  </rdfs:Class>
-  <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Document" rdfs:label="Document" rdfs:comment="A document." vs:term_status="stable">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
-    <owl:equivalentClass rdf:resource="http://schema.org/CreativeWork" />
-<!--    <rdfs:subClassOf rdf:resource="http://xmlns.com/wordnet/1.6/Document"/> -->
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-    <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Organization"/>
-    <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Project"/>
-  </rdfs:Class>
-  <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Organization" rdfs:label="Organization" rdfs:comment="An organization." vs:term_status="stable">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
-<!--    <rdfs:subClassOf><owl:Class rdf:about="http://xmlns.com/wordnet/1.6/Organization"/></rdfs:subClassOf> -->
-    <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-    <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
-    <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
-  </rdfs:Class>
-  <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Group" vs:term_status="stable" rdfs:label="Group" rdfs:comment="A class of Agents.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
-    <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
-  </rdfs:Class>
-  <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Agent" vs:term_status="stable" rdfs:label="Agent" rdfs:comment="An agent (eg. person, group, software or physical artifact).">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
-    <owl:equivalentClass rdf:resource="http://purl.org/dc/terms/Agent"/>
-<!--    <rdfs:subClassOf><owl:Class rdf:about="http://xmlns.com/wordnet/1.6/Agent-3"/></rdfs:subClassOf> -->
-  </rdfs:Class>
-  <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Project" vs:term_status="testing" rdfs:label="Project" rdfs:comment="A project (a collective endeavour of some kind).">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
-<!--    <rdfs:subClassOf><owl:Class rdf:about="http://xmlns.com/wordnet/1.6/Project"/></rdfs:subClassOf> -->
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-    <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
-    <owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
-<!-- arguably a subclass of Agent; to be discussed -->
-  </rdfs:Class>
-  <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Image" vs:term_status="stable" rdfs:label="Image" rdfs:comment="An image.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
-    <owl:equivalentClass rdf:resource="http://schema.org/ImageObject" />
-<!--    <rdfs:subClassOf><owl:Class rdf:about="http://xmlns.com/wordnet/1.6/Document"/></rdfs:subClassOf> -->
-    <rdfs:subClassOf><owl:Class rdf:about="http://xmlns.com/foaf/0.1/Document"/></rdfs:subClassOf>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdfs:Class>
-
-  <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/PersonalProfileDocument" rdfs:label="PersonalProfileDocument" rdfs:comment="A personal profile RDF document." vs:term_status="testing">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
-    <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
-  </rdfs:Class>
-	
-  <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/OnlineAccount" vs:term_status="testing" rdfs:label="Online Account" rdfs:comment="An online account.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing" rdfs:label="Thing"/>
-  </rdfs:Class>
-  <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/OnlineGamingAccount" vs:term_status="unstable" rdfs:label="Online Gaming Account" rdfs:comment="An online gaming account.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
-    <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/OnlineAccount"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdfs:Class>
-  <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/OnlineEcommerceAccount" vs:term_status="unstable" rdfs:label="Online E-commerce Account" rdfs:comment="An online e-commerce account.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
-    <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/OnlineAccount"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdfs:Class>
-  <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/OnlineChatAccount" vs:term_status="unstable" rdfs:label="Online Chat Account" rdfs:comment="An online chat account.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
-    <rdfs:subClassOf rdf:resource="http://xmlns.com/foaf/0.1/OnlineAccount"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdfs:Class>
-<!-- FOAF properties (ie. relationships). -->
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/mbox" vs:term_status="stable" rdfs:label="personal mailbox" rdfs:comment="A 
-personal mailbox, ie. an Internet mailbox associated with exactly one owner, the first owner of this mailbox. This is a 'static inverse functional property', in that  there is (across time and change) at most one individual that ever has any particular value for foaf:mbox.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/mbox_sha1sum" vs:term_status="testing" rdfs:label="sha1sum of a personal mailbox URI name" rdfs:comment="The sha1sum of the URI of an Internet mailbox associated with exactly one owner, the  first owner of the mailbox.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
-
-<!--
-put it back in again 2006-01-29 - see 
-http://chatlogs.planetrdf.com/swig/2006-01-29.html#T21-12-35
-I have mailed rdfweb-dev@vapours.rdfweb.org for discussion.
-Libby
-
-Commenting out as a kindness to OWL DL users. The semantics didn't quite cover
-our usage anyway, since (a) we want static-across-time, which is so beyond OWL as 
-to be from another planet (b) we want identity reasoning invariant across xml:lang 
-tagging. FOAF code will know what to do. OWL folks note, this assertion might return. 
-
-danbri
--->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/gender" vs:term_status="testing" 
-rdfs:label="gender" 
-rdfs:comment="The gender of this Agent (typically but not necessarily 'male' or 'female').">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-    <!-- whatever one's gender is, and we are liberal in leaving room for more options 
-    than 'male' and 'female', we model this so that an agent has only one gender. -->
-  </rdf:Property>
-
-
-
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/geekcode" vs:term_status="archaic" rdfs:label="geekcode" rdfs:comment="A textual geekcode for this person, see http://www.geekcode.com/geek.html">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/dnaChecksum" vs:term_status="archaic" rdfs:label="DNA checksum" rdfs:comment="A checksum for the DNA of some thing. Joke.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/sha1" vs:term_status="unstable" rdfs:label="sha1sum (hex)" rdfs:comment="A sha1sum hash, in hex.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
-<!-- rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty" -->
-<!-- IFP under discussion -->
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/based_near" vs:term_status="testing" rdfs:label="based near" rdfs:comment="A location that something is based near, for some broadly human notion of near.">
-<!-- see http://esw.w3.org/topic/GeoOnion for extension  ideas -->
-<!-- this was ranged as Agent... hmm -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:domain rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-<!-- FOAF naming properties -->
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/title" vs:term_status="testing" rdfs:label="title" rdfs:comment="Title (Mr, Mrs, Ms, Dr. etc)">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/nick" vs:term_status="testing" rdfs:label="nickname" rdfs:comment="A short informal nickname characterising an agent (includes login identifiers, IRC and other chat nicknames).">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-<!-- ......................... chat IDs ........................... -->
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/jabberID" vs:term_status="testing" rdfs:label="jabber ID" rdfs:comment="A jabber ID for something.">
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-<!--
-    <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/nick"/>
-...different to the other IM IDs, as Jabber has wider usage, so 
-we don't want the implied rdfs:domain here.
-
--->
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
-    <!-- there is a case for using resources/URIs here, ... -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/aimChatID" vs:term_status="testing" rdfs:label="AIM chat ID" rdfs:comment="An AIM chat ID">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-    <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/nick"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
-  </rdf:Property>
-
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/skypeID" vs:term_status="testing" rdfs:label="Skype ID" rdfs:comment="A Skype ID">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-    <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/nick"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
-    <!-- todo: OWL2 easy key definition -->
-  </rdf:Property>
-
-<!-- http://www.stud.uni-karlsruhe.de/~uck4/ICQ/Packet-112.html -->
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/icqChatID" vs:term_status="testing" rdfs:label="ICQ chat ID" rdfs:comment="An ICQ chat ID">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-    <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/nick"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/yahooChatID" vs:term_status="testing" rdfs:label="Yahoo chat ID" rdfs:comment="A Yahoo chat ID">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-    <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/nick"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/msnChatID" vs:term_status="testing" rdfs:label="MSN chat ID" rdfs:comment="An MSN chat ID">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-    <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/nick"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
-  </rdf:Property>
-<!-- ....................................................... -->
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/name" vs:term_status="testing" rdfs:label="name" rdfs:comment="A name for some thing.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-    <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#label"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/firstName" vs:term_status="testing" rdfs:label="firstName" rdfs:comment="The first name of a person.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/lastName" vs:term_status="testing" rdfs:label="lastName" rdfs:comment="The last name of a person.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/givenName" vs:term_status="testing" rdfs:label="Given name" rdfs:comment="The given name of some person.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/givenname" vs:term_status="archaic" rdfs:label="Given name" rdfs:comment="The given name of some person.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/surname" vs:term_status="archaic" rdfs:label="Surname" rdfs:comment="The surname of some person.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/family_name" vs:term_status="archaic" rdfs:label="family_name" rdfs:comment="The family name of some person.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/familyName" vs:term_status="testing" rdfs:label="familyName" rdfs:comment="The family name of some person.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-<!-- end of naming properties. See http://rdfweb.org/issues/show_bug.cgi?id=7
-	   for open issue / re-design discussions.
-	-->
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/phone" vs:term_status="testing" rdfs:label="phone" rdfs:comment="A phone,  specified using fully qualified tel: URI scheme (refs: http://www.w3.org/Addressing/schemes.html#tel).">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/homepage" vs:term_status="stable" rdfs:label="homepage" rdfs:comment="A homepage for some thing.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/page"/>
-    <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/isPrimaryTopicOf"/>
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
-    <!--  previously: rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent" -->
-    <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-    <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/weblog" vs:term_status="stable" rdfs:label="weblog" rdfs:comment="A weblog of some thing (whether person, group, company etc.).">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/page"/>
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
-    <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/openid" vs:term_status="testing" rdfs:label="openid" rdfs:comment="An OpenID for an Agent.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/isPrimaryTopicOf"/>
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
-    <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/tipjar" vs:term_status="testing" rdfs:label="tipjar" rdfs:comment="A tipjar document for this agent, describing means for payment and reward.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/page"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
-    <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/plan" vs:term_status="testing" rdfs:label="plan" rdfs:comment="A .plan comment, in the tradition of finger and '.plan' files.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/made" vs:term_status="stable" rdfs:label="made" rdfs:comment="Something that was made by this agent.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-    <owl:inverseOf rdf:resource="http://xmlns.com/foaf/0.1/maker"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/maker"  vs:term_status="stable" rdfs:label="maker" rdfs:comment="An agent that 
-made this thing.">
-    <owl:equivalentProperty rdf:resource="http://purl.org/dc/terms/creator"/>
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-    <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-    <owl:inverseOf rdf:resource="http://xmlns.com/foaf/0.1/made"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/img" vs:term_status="testing" rdfs:label="image" rdfs:comment="An image that can be used to represent some thing (ie. those depictions which are particularly representative of something, eg. one's photo on a homepage).">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
-    <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Image"/>
-    <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/depiction"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/depiction" vs:term_status="testing" rdfs:label="depiction" rdfs:comment="A depiction of some thing.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-    <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Image"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-    <owl:inverseOf rdf:resource="http://xmlns.com/foaf/0.1/depicts"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/depicts" vs:term_status="testing" rdfs:label="depicts" rdfs:comment="A thing depicted in this representation.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Image"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-    <owl:inverseOf rdf:resource="http://xmlns.com/foaf/0.1/depiction"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/thumbnail" vs:term_status="testing" rdfs:label="thumbnail" rdfs:comment="A derived thumbnail image.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Image"/>
-    <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Image"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/myersBriggs" vs:term_status="testing" rdfs:label="myersBriggs" rdfs:comment="A Myers Briggs (MBTI) personality classification.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/workplaceHomepage" vs:term_status="testing" rdfs:label="workplace homepage" rdfs:comment="A workplace homepage of some person; the homepage of an organization they work for.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
-    <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/workInfoHomepage" vs:term_status="testing" rdfs:label="work info homepage" rdfs:comment="A work info homepage of some person; a page about their work for some organization.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
-    <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/schoolHomepage" vs:term_status="testing" rdfs:label="schoolHomepage" rdfs:comment="A homepage of a school attended by the person.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
-    <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/knows" vs:term_status="stable" rdfs:label="knows" rdfs:comment="A person known by this person (indicating some level of reciprocated interaction between the parties).">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
-    <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/interest" vs:term_status="testing" rdfs:label="interest" rdfs:comment="A page about a topic of interest to this person.">
-<!-- we should distinguish the page from the topic more carefully. danbri 2002-07-08 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
-    <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/topic_interest" vs:term_status="testing" rdfs:label="topic_interest" rdfs:comment="A thing of interest to this person.">
-<!-- we should distinguish the page from the topic more carefully. danbri 2002-07-08 -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/publications" vs:term_status="testing" rdfs:label="publications" rdfs:comment="A link to the publications of this person.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
-    <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-<!-- by libby for ILRT mappings 2001-10-31 -->
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/currentProject" vs:term_status="testing" rdfs:label="current project" rdfs:comment="A current project this person works on.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/pastProject" vs:term_status="testing" rdfs:label="past project" rdfs:comment="A project this person has previously worked on.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/fundedBy" vs:term_status="archaic" rdfs:label="funded by" rdfs:comment="An organization funding a project or person.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/logo" vs:term_status="testing" rdfs:label="logo" rdfs:comment="A logo representing some thing.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/topic" vs:term_status="testing" rdfs:label="topic" rdfs:comment="A topic of some page or document.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-    <owl:inverseOf rdf:resource="http://xmlns.com/foaf/0.1/page"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/primaryTopic"
- vs:term_status="stable" rdfs:label="primary topic" rdfs:comment="The primary topic of some page or document.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-    <owl:inverseOf rdf:resource="http://xmlns.com/foaf/0.1/isPrimaryTopicOf"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/focus"  vs:term_status="testing" rdfs:label="focus" rdfs:comment="The underlying or 'focal' entity associated with some SKOS-described concept.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#Concept" rdfs:label="Concept"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/isPrimaryTopicOf"
- vs:term_status="stable" rdfs:label="is primary topic of" rdfs:comment="A document that this thing is the primary topic of.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
-    <rdfs:subPropertyOf rdf:resource="http://xmlns.com/foaf/0.1/page"/>
-    <owl:inverseOf rdf:resource="http://xmlns.com/foaf/0.1/primaryTopic"/>
-    <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-    <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/page" vs:term_status="stable" rdfs:label="page" rdfs:comment="A page or document about this thing.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-    <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-    <owl:inverseOf rdf:resource="http://xmlns.com/foaf/0.1/topic"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/theme" vs:term_status="archaic" rdfs:label="theme" rdfs:comment="A theme.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/account" vs:term_status="testing" rdfs:label="account" rdfs:comment="Indicates an account held by this agent.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
-    <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/OnlineAccount"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/holdsAccount" vs:term_status="archaic" rdfs:label="account" rdfs:comment="Indicates an account held by this agent.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
-    <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/OnlineAccount"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/accountServiceHomepage" vs:term_status="testing" rdfs:label="account service homepage" rdfs:comment="Indicates a homepage of the service provide for this online account.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/OnlineAccount"/>
-    <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/accountName" vs:term_status="testing" rdfs:label="account name" rdfs:comment="Indicates the name (identifier) associated with this online account.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/OnlineAccount"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/member" vs:term_status="stable" rdfs:label="member" rdfs:comment="Indicates a member of a Group">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Group"/>
-    <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/membershipClass" vs:term_status="unstable" rdfs:label="membershipClass" rdfs:comment="Indicates the class of individuals that are a member of a Group">
-    <!-- maybe we should just use SPARQL or Rules, instead of trying to use OWL here -->
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
-    <!-- Added to keep OWL DL from bluescreening. DON'T CROSS THE STREAMERS, etc. -->
-    <!-- This may get dropped if it means non-DL tools don't expose it as a real property.
-	 Should be fine though; I think only OWL stuff cares about AnnotationProperty.
-	 Dan									 -->
-
-<!--    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Group"/> prose only for now...-->
-<!--    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/> -->
-<!--    <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Class"/> -->
-
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-
-
-  <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/birthday" vs:term_status="unstable" rdfs:label="birthday" rdfs:comment="The birthday of this Agent, represented in mm-dd string form, eg. '12-31'.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-    <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
-    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
-    <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-  </rdf:Property>
-
-   <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/age" vs:term_status="unstable" rdfs:label="age" rdfs:comment="The age in years of some agent.">
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
-     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-     <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
-     <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
-     <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-   </rdf:Property>
-
-   <rdf:Property rdf:about="http://xmlns.com/foaf/0.1/status" vs:term_status="unstable" rdfs:label="status" rdfs:comment="A string expressing what the user is happy for the general public (normally) to know about their current activity.">
-     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
-     <rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
-     <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
-     <rdfs:isDefinedBy rdf:resource="http://xmlns.com/foaf/0.1/"/>
-   </rdf:Property>
-
-</rdf:RDF>
-

File diff suppressed because it is too large
+ 0 - 3394
models/ontology/owl/third/qudt.rdf


File diff suppressed because it is too large
+ 0 - 9695
models/ontology/owl/third/qudt_datatype.rdf


File diff suppressed because it is too large
+ 0 - 2806
models/ontology/owl/third/qudt_dimensionvector.rdf


+ 0 - 12
models/ontology/owl/third/qudt_imports.rdf

@@ -1,12 +0,0 @@
-<rdf:RDF
-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-    xmlns:imports="http://qudt.org/2.1/schema/extensions/imports#"
-    xmlns:owl="http://www.w3.org/2002/07/owl#"
-    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
-    xmlns:xsd="http://www.w3.org/2001/XMLSchema#" > 
-  <rdf:Description rdf:about="http://qudt.org/2.1/schema/extensions/imports">
-    <owl:versionInfo>Created with TopBraid Composer</owl:versionInfo>
-    <rdfs:comment>This file is imported by the QUDT schema graph. To add new behavior to QUDT, use this file to import files containing additional triples. e.g. import the file skos.ttl (URI of http://qudt.org/2.1/schema/extensions/skos) located in this directory to make all qudt:Concepts a subClass of skos:Concept. </rdfs:comment>
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
-  </rdf:Description>
-</rdf:RDF>

+ 0 - 377
models/ontology/owl/third/qudt_prefix.rdf

@@ -1,377 +0,0 @@
-<rdf:RDF
-    xmlns:qudt="http://qudt.org/schema/qudt/"
-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-    xmlns:dcterms="http://purl.org/dc/terms/"
-    xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
-    xmlns:owl="http://www.w3.org/2002/07/owl#"
-    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
-    xmlns:prefix="http://qudt.org/2.1/vocab/prefix/"
-    xmlns:xsd="http://www.w3.org/2001/XMLSchema#" > 
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Deka">
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">10.0</qudt:prefixMultiplier>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <rdfs:label xml:lang="en">Deka</rdfs:label>
-    <qudt:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Deca?oldid=480093935</qudt:informativeReference>
-    <qudt:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Deca</qudt:dbpediaMatch>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DecimalPrefix"/>
-    <qudt:symbol>da</qudt:symbol>
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">&lt;strong&gt;deka&lt;/strong&gt; is a decimal prefix for expressing a value with a scaling of \(10^{1}\).</dcterms:description>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <qudt:ucumCode>da</qudt:ucumCode>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Nano">
-    <qudt:symbol>n</qudt:symbol>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <qudt:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Nano</qudt:dbpediaMatch>
-    <qudt:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Nano?oldid=489001692</qudt:informativeReference>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DecimalPrefix"/>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <qudt:ucumCode>n</qudt:ucumCode>
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">'nano' is a  decimal prefix for expressing a value with a scaling of \(10^{-9}\).</dcterms:description>
-    <rdfs:label xml:lang="en">Nano</rdfs:label>
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E-9</qudt:prefixMultiplier>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Milli">
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <rdfs:label xml:lang="en">Milli</rdfs:label>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DecimalPrefix"/>
-    <qudt:ucumCode>m</qudt:ucumCode>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <qudt:symbol>m</qudt:symbol>
-    <qudt:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Milli-?oldid=467190544</qudt:informativeReference>
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E-3</qudt:prefixMultiplier>
-    <qudt:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Milli-</qudt:dbpediaMatch>
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">'milli' is a decimal prefix for expressing a value with a scaling of \(10^{-3}\).</dcterms:description>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Pico">
-    <qudt:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Pico?oldid=485697614</qudt:informativeReference>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DecimalPrefix"/>
-    <rdfs:label xml:lang="en">Pico</rdfs:label>
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">'pico' is a decimal prefix for expressing a value with a scaling of \(10^{-12}\).</dcterms:description>
-    <qudt:ucumCode>p</qudt:ucumCode>
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E-12</qudt:prefixMultiplier>
-    <qudt:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Pico</qudt:dbpediaMatch>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <qudt:symbol>p</qudt:symbol>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix">
-    <owl:versionInfo>Created with TopBraid Composer</owl:versionInfo>
-    <owl:versionIRI rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <owl:imports rdf:resource="http://qudt.org/2.1/schema/qudt"/>
-    <vaem:hasGraphMetadata rdf:resource="http://www.linkedmodel.org/schema/vaem#GMD_QUDT-PREFIXES"/>
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Deca">
-    <rdfs:label xml:lang="en">Deca</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <qudt:ucumCode>da</qudt:ucumCode>
-    <qudt:symbol>da</qudt:symbol>
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E1</qudt:prefixMultiplier>
-    <qudt:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Deca</qudt:dbpediaMatch>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DecimalPrefix"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Femto">
-    <qudt:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Femto-</qudt:dbpediaMatch>
-    <qudt:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Femto-?oldid=467211359</qudt:informativeReference>
-    <qudt:ucumCode>f</qudt:ucumCode>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <qudt:symbol>f</qudt:symbol>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DecimalPrefix"/>
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E-15</qudt:prefixMultiplier>
-    <rdfs:label xml:lang="en">Femto</rdfs:label>
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">'femto' is a decimal prefix for expressing a value with a scaling of \(10^{-15}\).</dcterms:description>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Mebi">
-    <rdfs:label xml:lang="en">Mebi</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <qudt:symbol>Mi</qudt:symbol>
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1048576</qudt:prefixMultiplier>
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">A binary prefix for expressing a value with a scaling of \(1024^{2}\), or \(2^{20}\).</dcterms:description>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/BinaryPrefix"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Yotta">
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <qudt:ucumCode>Y</qudt:ucumCode>
-    <qudt:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Yotta-</qudt:dbpediaMatch>
-    <qudt:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Yotta-?oldid=494538119</qudt:informativeReference>
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">'yotta' is a decimal prefix for expressing a value with a scaling of \(10^{24}\).</dcterms:description>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E24</qudt:prefixMultiplier>
-    <rdfs:label xml:lang="en">Yotta</rdfs:label>
-    <qudt:symbol>Y</qudt:symbol>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DecimalPrefix"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Gibi">
-    <rdfs:label xml:lang="en">Gibi</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <qudt:symbol>Gi</qudt:symbol>
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1073741824</qudt:prefixMultiplier>
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">A binary prefix for expressing a value with a scaling of \(1024^{3}\), or \(2^{30}\).</dcterms:description>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/BinaryPrefix"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Tera">
-    <rdfs:label xml:lang="en">Tera</rdfs:label>
-    <qudt:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Tera</qudt:dbpediaMatch>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <qudt:symbol>T</qudt:symbol>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <qudt:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Tera?oldid=494204788</qudt:informativeReference>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DecimalPrefix"/>
-    <qudt:ucumCode>T</qudt:ucumCode>
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E12</qudt:prefixMultiplier>
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">'tera' is a decimal prefix for expressing a value with a scaling of \(10^{12}\).</dcterms:description>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Atto">
-    <qudt:ucumCode>a</qudt:ucumCode>
-    <rdfs:label xml:lang="en">Atto</rdfs:label>
-    <qudt:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Atto?oldid=412748080</qudt:informativeReference>
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E-18</qudt:prefixMultiplier>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DecimalPrefix"/>
-    <qudt:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Atto</qudt:dbpediaMatch>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">"atto" is a decimal prefix for expressing a value with a scaling of \(10^{-18}\).</dcterms:description>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <qudt:symbol>a</qudt:symbol>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://www.linkedmodel.org/schema/vaem#GMD_QUDT-PREFIXES">
-    <vaem:graphTitle>Prefixes Vocabulary Version 2.1</vaem:graphTitle>
-    <vaem:usesNonImportedResource rdf:resource="http://purl.org/dc/terms/title"/>
-    <vaem:intent>Provides a vocabulary of prefixes for both human and machine use</vaem:intent>
-    <dcterms:title>Prefixes Version 2.1 Vocabulary</dcterms:title>
-    <dcterms:subject>Prefixes</dcterms:subject>
-    <vaem:isMetadataFor rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <vaem:revision>2.1</vaem:revision>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <vaem:website rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://qudt.org/2.1/vocab/prefix.ttl</vaem:website>
-    <vaem:previousPublishedVersion rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.qudt.org/doc/2020/09/DOC_VOCAB-PREFIXES-v2.1.html</vaem:previousPublishedVersion>
-    <vaem:specificity rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</vaem:specificity>
-    <vaem:urlForHTML rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://qudt.org/2.1/vocab/prefix.html</vaem:urlForHTML>
-    <dcterms:rights>The QUDT Ontologies are issued under a Creative Commons Attribution 4.0 International License (CC BY 4.0), available at https://creativecommons.org/licenses/by/4.0/. Attribution should be made to QUDT.org</dcterms:rights>
-    <rdfs:label>Prefixes Vocabulary Version 2.1 Metadata</rdfs:label>
-    <dcterms:contributor>Ralph Hodgson</dcterms:contributor>
-    <dcterms:creator>Steve Ray</dcterms:creator>
-    <vaem:namespacePrefix>prefix</vaem:namespacePrefix>
-    <vaem:graphName>prefix</vaem:graphName>
-    <dcterms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2020-07-15</dcterms:created>
-    <dcterms:contributor>Jack Hodges</dcterms:contributor>
-    <rdf:type rdf:resource="http://www.linkedmodel.org/schema/vaem#GraphMetaData"/>
-    <vaem:namespace>http://qudt.org/2.1/vocab/prefix/</vaem:namespace>
-    <vaem:hasSteward rdf:resource="http://www.linkedmodel.org/schema/vaem#QUDT.org"/>
-    <vaem:hasGraphRole rdf:resource="http://www.linkedmodel.org/schema/vaem#VocabularyGraph"/>
-    <vaem:usesNonImportedResource rdf:resource="http://purl.org/dc/terms/abstract"/>
-    <vaem:logo rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.linkedmodel.org/lib/lm/images/logos/qudt_logo-300x110.png</vaem:logo>
-    <dcterms:contributor>Steve Ray</dcterms:contributor>
-    <vaem:owner>QUDT.org</vaem:owner>
-    <vaem:hasOwner rdf:resource="http://www.linkedmodel.org/schema/vaem#QUDT.org"/>
-    <vaem:latestPublishedVersion rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.qudt.org/doc/2020/10/DOC_VOCAB-PREFIXES-v2.1.html</vaem:latestPublishedVersion>
-    <vaem:usesNonImportedResource rdf:resource="http://purl.org/dc/terms/created"/>
-    <dcterms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2020-10-09T09:57:18.362-07:00</dcterms:modified>
-    <vaem:description>The Prefixes vocabulary defines the prefixes commonly prepended to units to connote multiplication, either decimal or binary.</vaem:description>
-    <vaem:usesNonImportedResource rdf:resource="http://purl.org/dc/terms/creator"/>
-    <vaem:usesNonImportedResource rdf:resource="http://purl.org/dc/terms/modified"/>
-    <vaem:turtleFileURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://qudt.org/2.1/vocab/prefix</vaem:turtleFileURL>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Yobi">
-    <rdfs:label xml:lang="en">Yobi</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <qudt:symbol>Yi</qudt:symbol>
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1208925819614629174706176</qudt:prefixMultiplier>
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">A binary prefix for expressing a value with a scaling of \(1024^{8}\), or \(2^{80}\).</dcterms:description>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/BinaryPrefix"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Deci">
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E-1</qudt:prefixMultiplier>
-    <qudt:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Deci-</qudt:dbpediaMatch>
-    <rdfs:label xml:lang="en">Deci</rdfs:label>
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">"deci" is a decimal prefix for expressing a value with a scaling of \(10^{-1}\).</dcterms:description>
-    <qudt:symbol>d</qudt:symbol>
-    <qudt:ucumCode>d</qudt:ucumCode>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <qudt:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Deci-?oldid=469980160</qudt:informativeReference>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DecimalPrefix"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Pebi">
-    <rdfs:label xml:lang="en">Pebi</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <qudt:symbol>Pi</qudt:symbol>
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">125899906842624</qudt:prefixMultiplier>
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">A binary prefix for expressing a value with a scaling of \(1024^{5}\), or \(2^{50}\).</dcterms:description>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/BinaryPrefix"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Micro">
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DecimalPrefix"/>
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E-6</qudt:prefixMultiplier>
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">"micro" is a decimal prefix for expressing a value with a scaling of \(10^{-6}\).</dcterms:description>
-    <rdfs:label xml:lang="en">Micro</rdfs:label>
-    <qudt:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Micro</qudt:dbpediaMatch>
-    <qudt:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Micro?oldid=491618374</qudt:informativeReference>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <qudt:symbol>\mu</qudt:symbol>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <qudt:ucumCode>u</qudt:ucumCode>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Giga">
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">'giga' is a decimal prefix for expressing a value with a scaling of \(10^{9}\).</dcterms:description>
-    <qudt:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Giga-</qudt:dbpediaMatch>
-    <qudt:symbol>G</qudt:symbol>
-    <rdfs:label xml:lang="en">Giga</rdfs:label>
-    <qudt:ucumCode>G</qudt:ucumCode>
-    <qudt:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Giga-?oldid=473222816</qudt:informativeReference>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DecimalPrefix"/>
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E9</qudt:prefixMultiplier>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Yocto">
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">'yocto' is a decimal prefix for expressing a value with a scaling of \(10^{-24}\).</dcterms:description>
-    <qudt:symbol>y</qudt:symbol>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E-24</qudt:prefixMultiplier>
-    <qudt:ucumCode>y</qudt:ucumCode>
-    <rdfs:label xml:lang="en">Yocto</rdfs:label>
-    <qudt:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Yocto-?oldid=488155799</qudt:informativeReference>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DecimalPrefix"/>
-    <qudt:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Yocto-</qudt:dbpediaMatch>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Zetta">
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">'zetta' is a decimal prefix for expressing a value with a scaling of \(10^{21}\).</dcterms:description>
-    <qudt:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Zetta-?oldid=495223080</qudt:informativeReference>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DecimalPrefix"/>
-    <qudt:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Zetta-</qudt:dbpediaMatch>
-    <qudt:symbol>Z</qudt:symbol>
-    <rdfs:label xml:lang="en">Zetta</rdfs:label>
-    <qudt:ucumCode>Z</qudt:ucumCode>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E21</qudt:prefixMultiplier>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Tebi">
-    <rdfs:label xml:lang="en">Tebi</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <qudt:symbol>Ti</qudt:symbol>
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1099511627776</qudt:prefixMultiplier>
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">A binary prefix for expressing a value with a scaling of \(1024^4}\), or \(2^{40}\).</dcterms:description>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/BinaryPrefix"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Exbi">
-    <rdfs:label xml:lang="en">Exbi</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <qudt:symbol>Ei</qudt:symbol>
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">152921504606846976.0</qudt:prefixMultiplier>
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">A binary prefix for expressing a value with a scaling of \(1024^{6}\), or \(2^{60}\).</dcterms:description>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/BinaryPrefix"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Kilo">
-    <rdfs:label xml:lang="en">Kilo</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DecimalPrefix"/>
-    <qudt:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Kilo</qudt:dbpediaMatch>
-    <qudt:ucumCode>k</qudt:ucumCode>
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E3</qudt:prefixMultiplier>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">"kilo" is a decimal prefix for expressing a value with a scaling of \(10^{3}"\).</dcterms:description>
-    <qudt:symbol>k</qudt:symbol>
-    <qudt:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Kilo?oldid=461428121</qudt:informativeReference>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Zebi">
-    <rdfs:label xml:lang="en">Zebi</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <qudt:symbol>Zi</qudt:symbol>
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1180591620717411303424</qudt:prefixMultiplier>
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">A binary prefix for expressing a value with a scaling of \(1024^{7}\), or \(2^{70}\).</dcterms:description>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/BinaryPrefix"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Kibi">
-    <rdfs:label xml:lang="en">Kibi</rdfs:label>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <qudt:symbol>Ki</qudt:symbol>
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1024</qudt:prefixMultiplier>
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">A binary prefix for expressing a value with a scaling of \(1024\), or \(2^{10}\).</dcterms:description>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/BinaryPrefix"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Peta">
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <qudt:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Peta</qudt:dbpediaMatch>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DecimalPrefix"/>
-    <rdfs:label xml:lang="en">Peta</rdfs:label>
-    <qudt:symbol>P</qudt:symbol>
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E15</qudt:prefixMultiplier>
-    <qudt:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Peta?oldid=488263435</qudt:informativeReference>
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">'peta' is a decimal prefix for expressing a value with a scaling of \(10^{15}\).</dcterms:description>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <qudt:ucumCode>P</qudt:ucumCode>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Exa">
-    <qudt:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Exa-?oldid=494400216</qudt:informativeReference>
-    <rdfs:label xml:lang="en">Exa</rdfs:label>
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E18</qudt:prefixMultiplier>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <qudt:symbol>E</qudt:symbol>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <qudt:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Exa-</qudt:dbpediaMatch>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DecimalPrefix"/>
-    <qudt:ucumCode>E</qudt:ucumCode>
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">'exa' is a decimal prefix for expressing a value with a scaling of \(10^{18}\).</dcterms:description>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Centi">
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DecimalPrefix"/>
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E-2</qudt:prefixMultiplier>
-    <rdfs:label xml:lang="en">Centi</rdfs:label>
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">'centi' is a decimal prefix for expressing a value with a scaling of \(10^{-2}\).</dcterms:description>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <qudt:ucumCode>c</qudt:ucumCode>
-    <qudt:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Centi-?oldid=480291808</qudt:informativeReference>
-    <qudt:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Centi-</qudt:dbpediaMatch>
-    <qudt:symbol>c</qudt:symbol>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Mega">
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">'mega' is a decimal prefix for expressing a value with a scaling of \(10^{6}\).</dcterms:description>
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E6</qudt:prefixMultiplier>
-    <qudt:ucumCode>M</qudt:ucumCode>
-    <qudt:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Mega?oldid=494040441</qudt:informativeReference>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <qudt:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Mega</qudt:dbpediaMatch>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DecimalPrefix"/>
-    <qudt:symbol>M</qudt:symbol>
-    <rdfs:label xml:lang="en">Mega</rdfs:label>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Hecto">
-    <qudt:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Hecto-?oldid=494711166</qudt:informativeReference>
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">'hecta' is a decimal prefix for expressing a value with a scaling of \(10^{2}"\).</dcterms:description>
-    <qudt:ucumCode>h</qudt:ucumCode>
-    <qudt:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Hecto-</qudt:dbpediaMatch>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DecimalPrefix"/>
-    <qudt:symbol>h</qudt:symbol>
-    <rdfs:label xml:lang="en">Hecto</rdfs:label>
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E2</qudt:prefixMultiplier>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-  </rdf:Description>
-  <rdf:Description rdf:about="http://qudt.org/2.1/vocab/prefix/Zepto">
-    <qudt:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Zepto-</qudt:dbpediaMatch>
-    <qudt:symbol>z</qudt:symbol>
-    <dcterms:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">'zepto' is a decimal prefix for expressing a value with a scaling of \(10^{-21}\).</dcterms:description>
-    <qudt:ucumCode>z</qudt:ucumCode>
-    <qudt:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Zepto-?oldid=476974663</qudt:informativeReference>
-    <qudt:prefixMultiplier rdf:datatype="http://www.w3.org/2001/XMLSchema#double">1.0E-21</qudt:prefixMultiplier>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/Prefix"/>
-    <rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/prefix"/>
-    <rdf:type rdf:resource="http://qudt.org/schema/qudt/DecimalPrefix"/>
-    <rdfs:label xml:lang="en">Zepto</rdfs:label>
-  </rdf:Description>
-</rdf:RDF>

File diff suppressed because it is too large
+ 0 - 10181
models/ontology/owl/third/qudt_quantitykind.rdf


File diff suppressed because it is too large
+ 0 - 194
models/ontology/owl/third/qudt_sou.rdf


File diff suppressed because it is too large
+ 0 - 22131
models/ontology/owl/third/qudt_unit.rdf


+ 0 - 906
models/ontology/owl/third/qudv.owl

@@ -1,906 +0,0 @@
-<?xml version="1.0"?>
-
-
-<!DOCTYPE Ontology [
-    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
-    <!ENTITY dc "http://purl.org/dc/elements/1.1/" >
-    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
-    <!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" >
-    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
-    <!ENTITY SysML-QUDV "http://www.example.org/SysML-QUDV.owl#" >
-    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
-]>
-
-
-<Ontology xmlns="http://www.w3.org/2006/12/owl2-xml#"
-     xml:base="http://www.w3.org/2006/12/owl2-xml#"
-     xmlns:dc="http://purl.org/dc/elements/1.1/"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
-     xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:SysML-QUDV="http://www.example.org/SysML-QUDV.owl#"
-     URI="http://www.example.org/SysML-QUDV.owl">
-    <EquivalentClasses>
-        <Class URI="&SysML-QUDV;ConversionBasedUnit"/>
-        <ObjectExactCardinality cardinality="1">
-            <ObjectProperty URI="&SysML-QUDV;referenceUnit"/>
-            <Class URI="&SysML-QUDV;Unit"/>
-        </ObjectExactCardinality>
-    </EquivalentClasses>
-    <SubClassOf>
-        <Class URI="&SysML-QUDV;ConversionBasedUnit"/>
-        <Class URI="&SysML-QUDV;Unit"/>
-    </SubClassOf>
-    <DisjointClasses>
-        <Class URI="&SysML-QUDV;ConversionBasedUnit"/>
-        <Class URI="&SysML-QUDV;DerivedUnit"/>
-        <Class URI="&SysML-QUDV;SimpleUnit"/>
-    </DisjointClasses>
-    <EntityAnnotation>
-        <Class URI="&SysML-QUDV;ConversionBasedUnit"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant
-                >ConversionBasedUnit</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <EquivalentClasses>
-        <Class URI="&SysML-QUDV;DerivedQuantityKind"/>
-        <ObjectSomeValuesFrom>
-            <ObjectProperty URI="&SysML-QUDV;factor"/>
-            <Class URI="&SysML-QUDV;QuantityKindFactor"/>
-        </ObjectSomeValuesFrom>
-    </EquivalentClasses>
-    <SubClassOf>
-        <Class URI="&SysML-QUDV;DerivedQuantityKind"/>
-        <Class URI="&SysML-QUDV;QuantityKind"/>
-    </SubClassOf>
-    <DisjointClasses>
-        <Class URI="&SysML-QUDV;DerivedQuantityKind"/>
-        <Class URI="&SysML-QUDV;SimpleQuantityKind"/>
-        <Class URI="&SysML-QUDV;SpecializedQuantityKind"/>
-    </DisjointClasses>
-    <EntityAnnotation>
-        <Class URI="&SysML-QUDV;DerivedQuantityKind"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant
-                >DerivedQuantityKind</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <EquivalentClasses>
-        <Class URI="&SysML-QUDV;DerivedUnit"/>
-        <ObjectSomeValuesFrom>
-            <ObjectProperty URI="&SysML-QUDV;factor"/>
-            <Class URI="&SysML-QUDV;UnitFactor"/>
-        </ObjectSomeValuesFrom>
-    </EquivalentClasses>
-    <SubClassOf>
-        <Class URI="&SysML-QUDV;DerivedUnit"/>
-        <Class URI="&SysML-QUDV;Unit"/>
-    </SubClassOf>
-    <EntityAnnotation>
-        <Class URI="&SysML-QUDV;DerivedUnit"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant>DerivedUnit</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <EquivalentClasses>
-        <Class URI="&SysML-QUDV;Dimension"/>
-        <ObjectIntersectionOf>
-            <ObjectAllValuesFrom>
-                <ObjectProperty URI="&SysML-QUDV;factor"/>
-                <Class URI="&SysML-QUDV;DimensionFactor"/>
-            </ObjectAllValuesFrom>
-            <DataExactCardinality cardinality="1">
-                <DataProperty URI="&SysML-QUDV;symbolicExpression"/>
-                <Datatype URI="&xsd;string"/>
-            </DataExactCardinality>
-        </ObjectIntersectionOf>
-    </EquivalentClasses>
-    <SubClassOf>
-        <Class URI="&SysML-QUDV;Dimension"/>
-        <Class URI="&owl;Thing"/>
-    </SubClassOf>
-    <DisjointClasses>
-        <Class URI="&SysML-QUDV;Dimension"/>
-        <Class URI="&SysML-QUDV;DimensionFactor"/>
-        <Class URI="&SysML-QUDV;Prefix"/>
-        <Class URI="&SysML-QUDV;Quantity"/>
-        <Class URI="&SysML-QUDV;QuantityKind"/>
-        <Class URI="&SysML-QUDV;QuantityKindFactor"/>
-        <Class URI="&SysML-QUDV;Scale"/>
-        <Class URI="&SysML-QUDV;ScaleValueDefinition"/>
-        <Class URI="&SysML-QUDV;SystemOfQuantities"/>
-        <Class URI="&SysML-QUDV;SystemOfUnits"/>
-        <Class URI="&SysML-QUDV;Unit"/>
-        <Class URI="&SysML-QUDV;UnitFactor"/>
-    </DisjointClasses>
-    <EntityAnnotation>
-        <Class URI="&SysML-QUDV;Dimension"/>
-        <Annotation annotationURI="&rdfs;comment">
-            <Constant
-                >A Dimension represents the [VIM] concept of &#39;quantity dimension&#39; that is defined as &#39;expression of the dependence of a quantity on the base quantities of a system of quantities as a product of powers of factors corresponding to the base quantities, omitting any numerical factor.&#39;
-
-For example in the ISQ the quantity dimension of &#39;force&#39; is denoted by dim F = L&#239;&#191;&#189;M&#239;&#191;&#189;T^2, where &#39;F&#39; is the symbol for &#39;force&#39;, and &#39;L&#39;, &#39;M&#39;, &#39;T&#39; are the symbols for the ISQ base quantities &#39;length&#39;, &#39;mass&#39; and &#39;time&#39; respectively.
-
-The Dimension of any QuantityKind can be derived through the algorithm that is defined in C.5.3.20 with SystemOfQuantities. The actual Dimension for a given QuantityKind depends on the choice of baseQuantityKind specified in a SystemOfQuantities.</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <EntityAnnotation>
-        <Class URI="&SysML-QUDV;Dimension"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant>Dimension</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <EquivalentClasses>
-        <Class URI="&SysML-QUDV;DimensionFactor"/>
-        <ObjectExactCardinality cardinality="1">
-            <ObjectProperty URI="&SysML-QUDV;baseDimension"/>
-            <Class URI="&SysML-QUDV;QuantityKind"/>
-        </ObjectExactCardinality>
-    </EquivalentClasses>
-    <SubClassOf>
-        <Class URI="&SysML-QUDV;DimensionFactor"/>
-        <Class URI="&owl;Thing"/>
-    </SubClassOf>
-    <EntityAnnotation>
-        <Class URI="&SysML-QUDV;DimensionFactor"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant>DimensionFactor</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <EquivalentClasses>
-        <Class URI="&SysML-QUDV;GeneralConversionUnit"/>
-        <DataExactCardinality cardinality="1">
-            <DataProperty URI="&SysML-QUDV;expression"/>
-            <Datatype URI="&xsd;string"/>
-        </DataExactCardinality>
-    </EquivalentClasses>
-    <SubClassOf>
-        <Class URI="&SysML-QUDV;GeneralConversionUnit"/>
-        <Class URI="&SysML-QUDV;ConversionBasedUnit"/>
-    </SubClassOf>
-    <EntityAnnotation>
-        <Class URI="&SysML-QUDV;GeneralConversionUnit"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant
-                >GeneralConversionUnit</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <EquivalentClasses>
-        <Class URI="&SysML-QUDV;LinearConversionUnit"/>
-        <DataExactCardinality cardinality="1">
-            <DataProperty URI="&SysML-QUDV;conversionFactor"/>
-            <Datatype URI="&xsd;double"/>
-        </DataExactCardinality>
-    </EquivalentClasses>
-    <SubClassOf>
-        <Class URI="&SysML-QUDV;LinearConversionUnit"/>
-        <Class URI="&SysML-QUDV;ConversionBasedUnit"/>
-    </SubClassOf>
-    <EntityAnnotation>
-        <Class URI="&SysML-QUDV;LinearConversionUnit"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant
-                >LinearConversionUnit</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <EquivalentClasses>
-        <Class URI="&SysML-QUDV;Prefix"/>
-        <ObjectIntersectionOf>
-            <DataExactCardinality cardinality="1">
-                <DataProperty URI="&SysML-QUDV;name"/>
-                <Datatype URI="&xsd;string"/>
-            </DataExactCardinality>
-            <DataExactCardinality cardinality="1">
-                <DataProperty URI="&SysML-QUDV;symbol"/>
-                <Datatype URI="&xsd;string"/>
-            </DataExactCardinality>
-            <DataExactCardinality cardinality="1">
-                <DataProperty URI="&SysML-QUDV;unitMultipleFactor"/>
-                <Datatype URI="&xsd;double"/>
-            </DataExactCardinality>
-        </ObjectIntersectionOf>
-    </EquivalentClasses>
-    <SubClassOf>
-        <Class URI="&SysML-QUDV;Prefix"/>
-        <Class URI="&owl;Thing"/>
-    </SubClassOf>
-    <EntityAnnotation>
-        <Class URI="&SysML-QUDV;Prefix"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant>Prefix</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <EquivalentClasses>
-        <Class URI="&SysML-QUDV;PrefixedUnit"/>
-        <ObjectExactCardinality cardinality="1">
-            <ObjectProperty URI="&SysML-QUDV;prefix"/>
-            <Class URI="&SysML-QUDV;Prefix"/>
-        </ObjectExactCardinality>
-    </EquivalentClasses>
-    <SubClassOf>
-        <Class URI="&SysML-QUDV;PrefixedUnit"/>
-        <Class URI="&SysML-QUDV;ConversionBasedUnit"/>
-    </SubClassOf>
-    <EntityAnnotation>
-        <Class URI="&SysML-QUDV;PrefixedUnit"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant>PrefixedUnit</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <SubClassOf>
-        <Class URI="&SysML-QUDV;Quantity"/>
-        <Class URI="&owl;Thing"/>
-    </SubClassOf>
-    <EntityAnnotation>
-        <Class URI="&SysML-QUDV;Quantity"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant>Quantity</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <EquivalentClasses>
-        <Class URI="&SysML-QUDV;QuantityKind"/>
-        <ObjectIntersectionOf>
-            <ObjectMaxCardinality cardinality="1">
-                <ObjectProperty URI="&SysML-QUDV;scale"/>
-                <Class URI="&SysML-QUDV;Scale"/>
-            </ObjectMaxCardinality>
-            <DataExactCardinality cardinality="1">
-                <DataProperty URI="&SysML-QUDV;name"/>
-                <Datatype URI="&xsd;string"/>
-            </DataExactCardinality>
-            <DataExactCardinality cardinality="1">
-                <DataProperty URI="&SysML-QUDV;symbol"/>
-                <Datatype URI="&xsd;string"/>
-            </DataExactCardinality>
-            <DataMaxCardinality cardinality="1">
-                <DataProperty URI="&SysML-QUDV;definitionURI"/>
-                <Datatype URI="&xsd;string"/>
-            </DataMaxCardinality>
-            <DataMaxCardinality cardinality="1">
-                <DataProperty URI="&SysML-QUDV;description"/>
-                <Datatype URI="&xsd;string"/>
-            </DataMaxCardinality>
-        </ObjectIntersectionOf>
-    </EquivalentClasses>
-    <SubClassOf>
-        <Class URI="&SysML-QUDV;QuantityKind"/>
-        <Class URI="&owl;Thing"/>
-    </SubClassOf>
-    <EntityAnnotation>
-        <Class URI="&SysML-QUDV;QuantityKind"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant>QuantityKind</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <EquivalentClasses>
-        <Class URI="&SysML-QUDV;QuantityKindFactor"/>
-        <ObjectIntersectionOf>
-            <ObjectExactCardinality cardinality="1">
-                <ObjectProperty URI="&SysML-QUDV;quantityKind"/>
-                <Class URI="&SysML-QUDV;QuantityKind"/>
-            </ObjectExactCardinality>
-            <DataExactCardinality cardinality="1">
-                <DataProperty URI="&SysML-QUDV;exponent"/>
-                <Datatype URI="&xsd;double"/>
-            </DataExactCardinality>
-        </ObjectIntersectionOf>
-    </EquivalentClasses>
-    <SubClassOf>
-        <Class URI="&SysML-QUDV;QuantityKindFactor"/>
-        <Class URI="&owl;Thing"/>
-    </SubClassOf>
-    <EntityAnnotation>
-        <Class URI="&SysML-QUDV;QuantityKindFactor"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant
-                >QuantityKindFactor</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <EquivalentClasses>
-        <Class URI="&SysML-QUDV;Scale"/>
-        <ObjectIntersectionOf>
-            <ObjectSomeValuesFrom>
-                <ObjectProperty URI="&SysML-QUDV;scaleValueDefinition"/>
-                <Class URI="&SysML-QUDV;ScaleValueDefinition"/>
-            </ObjectSomeValuesFrom>
-            <ObjectMaxCardinality cardinality="1">
-                <ObjectProperty URI="&SysML-QUDV;unit"/>
-                <Class URI="&SysML-QUDV;Unit"/>
-            </ObjectMaxCardinality>
-        </ObjectIntersectionOf>
-    </EquivalentClasses>
-    <SubClassOf>
-        <Class URI="&SysML-QUDV;Scale"/>
-        <Class URI="&owl;Thing"/>
-    </SubClassOf>
-    <EntityAnnotation>
-        <Class URI="&SysML-QUDV;Scale"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant>Scale</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <EquivalentClasses>
-        <Class URI="&SysML-QUDV;ScaleValueDefinition"/>
-        <ObjectIntersectionOf>
-            <DataExactCardinality cardinality="1">
-                <DataProperty URI="&SysML-QUDV;description"/>
-                <Datatype URI="&xsd;string"/>
-            </DataExactCardinality>
-            <DataExactCardinality cardinality="1">
-                <DataProperty URI="&SysML-QUDV;numericalValue"/>
-                <Datatype URI="&xsd;double"/>
-            </DataExactCardinality>
-        </ObjectIntersectionOf>
-    </EquivalentClasses>
-    <SubClassOf>
-        <Class URI="&SysML-QUDV;ScaleValueDefinition"/>
-        <Class URI="&owl;Thing"/>
-    </SubClassOf>
-    <EntityAnnotation>
-        <Class URI="&SysML-QUDV;ScaleValueDefinition"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant
-                >ScaleValueDefinition</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <SubClassOf>
-        <Class URI="&SysML-QUDV;SimpleQuantityKind"/>
-        <Class URI="&SysML-QUDV;QuantityKind"/>
-    </SubClassOf>
-    <EntityAnnotation>
-        <Class URI="&SysML-QUDV;SimpleQuantityKind"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant
-                >SimpleQuantityKind</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <SubClassOf>
-        <Class URI="&SysML-QUDV;SimpleUnit"/>
-        <Class URI="&SysML-QUDV;Unit"/>
-    </SubClassOf>
-    <EntityAnnotation>
-        <Class URI="&SysML-QUDV;SimpleUnit"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant>SimpleUnit</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <EquivalentClasses>
-        <Class URI="&SysML-QUDV;SpecializedQuantityKind"/>
-        <ObjectExactCardinality cardinality="1">
-            <ObjectProperty URI="&SysML-QUDV;generalQuantityKind"/>
-            <Class URI="&SysML-QUDV;QuantityKind"/>
-        </ObjectExactCardinality>
-    </EquivalentClasses>
-    <SubClassOf>
-        <Class URI="&SysML-QUDV;SpecializedQuantityKind"/>
-        <Class URI="&SysML-QUDV;QuantityKind"/>
-    </SubClassOf>
-    <EntityAnnotation>
-        <Class URI="&SysML-QUDV;SpecializedQuantityKind"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant
-                >SpecializedQuantityKind</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <EquivalentClasses>
-        <Class URI="&SysML-QUDV;SystemOfQuantities"/>
-        <ObjectIntersectionOf>
-            <ObjectSomeValuesFrom>
-                <ObjectProperty URI="&SysML-QUDV;dimension"/>
-                <Class URI="&SysML-QUDV;Dimension"/>
-            </ObjectSomeValuesFrom>
-            <ObjectSomeValuesFrom>
-                <ObjectProperty URI="&SysML-QUDV;quantityKind"/>
-                <Class URI="&SysML-QUDV;QuantityKind"/>
-            </ObjectSomeValuesFrom>
-            <ObjectAllValuesFrom>
-                <ObjectProperty URI="&SysML-QUDV;baseQuantityKind"/>
-                <Class URI="&SysML-QUDV;QuantityKind"/>
-            </ObjectAllValuesFrom>
-            <DataExactCardinality cardinality="1">
-                <DataProperty URI="&SysML-QUDV;name"/>
-                <Datatype URI="&xsd;string"/>
-            </DataExactCardinality>
-            <DataExactCardinality cardinality="1">
-                <DataProperty URI="&SysML-QUDV;symbol"/>
-                <Datatype URI="&xsd;string"/>
-            </DataExactCardinality>
-            <DataMaxCardinality cardinality="1">
-                <DataProperty URI="&SysML-QUDV;definitionURI"/>
-                <Datatype URI="&xsd;string"/>
-            </DataMaxCardinality>
-            <DataMaxCardinality cardinality="1">
-                <DataProperty URI="&SysML-QUDV;description"/>
-                <Datatype URI="&xsd;string"/>
-            </DataMaxCardinality>
-        </ObjectIntersectionOf>
-    </EquivalentClasses>
-    <SubClassOf>
-        <Class URI="&SysML-QUDV;SystemOfQuantities"/>
-        <Class URI="&owl;Thing"/>
-    </SubClassOf>
-    <EntityAnnotation>
-        <Class URI="&SysML-QUDV;SystemOfQuantities"/>
-        <Annotation annotationURI="&rdfs;comment">
-            <Constant
-                >A SystemOfQuantities represents the [VIM] concept of &#39;system of quantities&#39; that is defined as a &#39;set of quantities together with a set of non-contradictory equations relating those quantities&#39;. It collects a list of QuantityKind that specifies the kinds of quantity that are known in the system.
-
-The International System of Quantities (ISQ) is an example of a SystemOfQuantities, defined in ISO 31 and ISO/IEC 80000.</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <EntityAnnotation>
-        <Class URI="&SysML-QUDV;SystemOfQuantities"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant
-                >SystemOfQuantities</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <EquivalentClasses>
-        <Class URI="&SysML-QUDV;SystemOfUnits"/>
-        <ObjectIntersectionOf>
-            <ObjectSomeValuesFrom>
-                <ObjectProperty URI="&SysML-QUDV;unit"/>
-                <Class URI="&SysML-QUDV;Unit"/>
-            </ObjectSomeValuesFrom>
-            <ObjectAllValuesFrom>
-                <ObjectProperty URI="&SysML-QUDV;baseUnit"/>
-                <Class URI="&SysML-QUDV;Unit"/>
-            </ObjectAllValuesFrom>
-            <ObjectAllValuesFrom>
-                <ObjectProperty URI="&SysML-QUDV;prefix"/>
-                <Class URI="&SysML-QUDV;Prefix"/>
-            </ObjectAllValuesFrom>
-            <ObjectAllValuesFrom>
-                <ObjectProperty URI="&SysML-QUDV;systemOfQuantities"/>
-                <Class URI="&SysML-QUDV;SystemOfQuantities"/>
-            </ObjectAllValuesFrom>
-            <DataExactCardinality cardinality="1">
-                <DataProperty URI="&SysML-QUDV;name"/>
-                <Datatype URI="&xsd;string"/>
-            </DataExactCardinality>
-            <DataExactCardinality cardinality="1">
-                <DataProperty URI="&SysML-QUDV;symbol"/>
-                <Datatype URI="&xsd;string"/>
-            </DataExactCardinality>
-            <DataMaxCardinality cardinality="1">
-                <DataProperty URI="&SysML-QUDV;definitionURI"/>
-                <Datatype URI="&xsd;string"/>
-            </DataMaxCardinality>
-            <DataMaxCardinality cardinality="1">
-                <DataProperty URI="&SysML-QUDV;description"/>
-                <Datatype URI="&xsd;string"/>
-            </DataMaxCardinality>
-        </ObjectIntersectionOf>
-    </EquivalentClasses>
-    <SubClassOf>
-        <Class URI="&SysML-QUDV;SystemOfUnits"/>
-        <Class URI="&owl;Thing"/>
-    </SubClassOf>
-    <EntityAnnotation>
-        <Class URI="&SysML-QUDV;SystemOfUnits"/>
-        <Annotation annotationURI="&rdfs;comment">
-            <Constant
-                >A SystemOfUnits represents the [VIM] concept of &#39;system of units&#39; that is defined as &#39;set of base units and derived units, together with their multiples and submultiples, defined in accordance with given rules, for a given system of quantities&#39;. It collects a list of Unit that are known in the system. A SysML SystemOfUnits only optionally defines multiples and submultiples.</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <EntityAnnotation>
-        <Class URI="&SysML-QUDV;SystemOfUnits"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant>SystemOfUnits</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <EquivalentClasses>
-        <Class URI="&SysML-QUDV;Unit"/>
-        <ObjectIntersectionOf>
-            <ObjectMaxCardinality cardinality="1">
-                <ObjectProperty URI="&SysML-QUDV;quantityKind"/>
-                <Class URI="&SysML-QUDV;QuantityKind"/>
-            </ObjectMaxCardinality>
-            <DataExactCardinality cardinality="1">
-                <DataProperty URI="&SysML-QUDV;name"/>
-                <Datatype URI="&xsd;string"/>
-            </DataExactCardinality>
-            <DataExactCardinality cardinality="1">
-                <DataProperty URI="&SysML-QUDV;symbol"/>
-                <Datatype URI="&xsd;string"/>
-            </DataExactCardinality>
-            <DataMaxCardinality cardinality="1">
-                <DataProperty URI="&SysML-QUDV;definitionURI"/>
-                <Datatype URI="&xsd;string"/>
-            </DataMaxCardinality>
-            <DataMaxCardinality cardinality="1">
-                <DataProperty URI="&SysML-QUDV;description"/>
-                <Datatype URI="&xsd;string"/>
-            </DataMaxCardinality>
-        </ObjectIntersectionOf>
-    </EquivalentClasses>
-    <SubClassOf>
-        <Class URI="&SysML-QUDV;Unit"/>
-        <Class URI="&owl;Thing"/>
-    </SubClassOf>
-    <EntityAnnotation>
-        <Class URI="&SysML-QUDV;Unit"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant>Unit</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <EquivalentClasses>
-        <Class URI="&SysML-QUDV;UnitFactor"/>
-        <ObjectIntersectionOf>
-            <ObjectExactCardinality cardinality="1">
-                <ObjectProperty URI="&SysML-QUDV;unit"/>
-                <Class URI="&SysML-QUDV;Unit"/>
-            </ObjectExactCardinality>
-            <DataExactCardinality cardinality="1">
-                <DataProperty URI="&SysML-QUDV;exponent"/>
-                <Datatype URI="&xsd;double"/>
-            </DataExactCardinality>
-        </ObjectIntersectionOf>
-    </EquivalentClasses>
-    <SubClassOf>
-        <Class URI="&SysML-QUDV;UnitFactor"/>
-        <Class URI="&owl;Thing"/>
-    </SubClassOf>
-    <EntityAnnotation>
-        <Class URI="&SysML-QUDV;UnitFactor"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant>UnitFactor</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <ObjectPropertyRange>
-        <ObjectProperty URI="&SysML-QUDV;baseDimension"/>
-        <Class URI="&SysML-QUDV;QuantityKind"/>
-    </ObjectPropertyRange>
-    <EntityAnnotation>
-        <ObjectProperty URI="&SysML-QUDV;baseDimension"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant>baseDimension</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <SubObjectPropertyOf>
-        <ObjectProperty URI="&SysML-QUDV;baseQuantityKind"/>
-        <ObjectProperty URI="&SysML-QUDV;quantityKind"/>
-    </SubObjectPropertyOf>
-    <AsymmetricObjectProperty>
-        <ObjectProperty URI="&SysML-QUDV;baseQuantityKind"/>
-    </AsymmetricObjectProperty>
-    <ObjectPropertyRange>
-        <ObjectProperty URI="&SysML-QUDV;baseQuantityKind"/>
-        <Class URI="&SysML-QUDV;QuantityKind"/>
-    </ObjectPropertyRange>
-    <EntityAnnotation>
-        <ObjectProperty URI="&SysML-QUDV;baseQuantityKind"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant
-                >baseQuantityKind</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <SubObjectPropertyOf>
-        <ObjectProperty URI="&SysML-QUDV;baseUnit"/>
-        <ObjectProperty URI="&SysML-QUDV;unit"/>
-    </SubObjectPropertyOf>
-    <AsymmetricObjectProperty>
-        <ObjectProperty URI="&SysML-QUDV;baseUnit"/>
-    </AsymmetricObjectProperty>
-    <ObjectPropertyRange>
-        <ObjectProperty URI="&SysML-QUDV;baseUnit"/>
-        <Class URI="&SysML-QUDV;Unit"/>
-    </ObjectPropertyRange>
-    <EntityAnnotation>
-        <ObjectProperty URI="&SysML-QUDV;baseUnit"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant>baseUnit</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <ObjectPropertyRange>
-        <ObjectProperty URI="&SysML-QUDV;dimension"/>
-        <Class URI="&SysML-QUDV;Dimension"/>
-    </ObjectPropertyRange>
-    <EntityAnnotation>
-        <ObjectProperty URI="&SysML-QUDV;dimension"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant>dimension</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <AsymmetricObjectProperty>
-        <ObjectProperty URI="&SysML-QUDV;factor"/>
-    </AsymmetricObjectProperty>
-    <ObjectPropertyRange>
-        <ObjectProperty URI="&SysML-QUDV;factor"/>
-        <ObjectUnionOf>
-            <Class URI="&SysML-QUDV;DimensionFactor"/>
-            <Class URI="&SysML-QUDV;QuantityKindFactor"/>
-            <Class URI="&SysML-QUDV;UnitFactor"/>
-        </ObjectUnionOf>
-    </ObjectPropertyRange>
-    <EntityAnnotation>
-        <ObjectProperty URI="&SysML-QUDV;factor"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant>factor</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <InverseObjectProperties>
-        <ObjectProperty URI="&SysML-QUDV;generalQuantityKind"/>
-        <ObjectProperty URI="&SysML-QUDV;specificQuantityKind"/>
-    </InverseObjectProperties>
-    <IrreflexiveObjectProperty>
-        <ObjectProperty URI="&SysML-QUDV;generalQuantityKind"/>
-    </IrreflexiveObjectProperty>
-    <ObjectPropertyRange>
-        <ObjectProperty URI="&SysML-QUDV;generalQuantityKind"/>
-        <Class URI="&SysML-QUDV;QuantityKind"/>
-    </ObjectPropertyRange>
-    <EntityAnnotation>
-        <ObjectProperty URI="&SysML-QUDV;generalQuantityKind"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant
-                >generalQuantityKind</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <AsymmetricObjectProperty>
-        <ObjectProperty URI="&SysML-QUDV;prefix"/>
-    </AsymmetricObjectProperty>
-    <IrreflexiveObjectProperty>
-        <ObjectProperty URI="&SysML-QUDV;prefix"/>
-    </IrreflexiveObjectProperty>
-    <ObjectPropertyRange>
-        <ObjectProperty URI="&SysML-QUDV;prefix"/>
-        <Class URI="&SysML-QUDV;Prefix"/>
-    </ObjectPropertyRange>
-    <EntityAnnotation>
-        <ObjectProperty URI="&SysML-QUDV;prefix"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant>prefix</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <AsymmetricObjectProperty>
-        <ObjectProperty URI="&SysML-QUDV;quantityKind"/>
-    </AsymmetricObjectProperty>
-    <ObjectPropertyRange>
-        <ObjectProperty URI="&SysML-QUDV;quantityKind"/>
-        <Class URI="&SysML-QUDV;QuantityKind"/>
-    </ObjectPropertyRange>
-    <EntityAnnotation>
-        <ObjectProperty URI="&SysML-QUDV;quantityKind"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant>quantityKind</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <AsymmetricObjectProperty>
-        <ObjectProperty URI="&SysML-QUDV;referenceUnit"/>
-    </AsymmetricObjectProperty>
-    <ObjectPropertyRange>
-        <ObjectProperty URI="&SysML-QUDV;referenceUnit"/>
-        <Class URI="&SysML-QUDV;Unit"/>
-    </ObjectPropertyRange>
-    <EntityAnnotation>
-        <ObjectProperty URI="&SysML-QUDV;referenceUnit"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant>referenceUnit</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <AsymmetricObjectProperty>
-        <ObjectProperty URI="&SysML-QUDV;scale"/>
-    </AsymmetricObjectProperty>
-    <IrreflexiveObjectProperty>
-        <ObjectProperty URI="&SysML-QUDV;scale"/>
-    </IrreflexiveObjectProperty>
-    <ObjectPropertyRange>
-        <ObjectProperty URI="&SysML-QUDV;scale"/>
-        <Class URI="&SysML-QUDV;Scale"/>
-    </ObjectPropertyRange>
-    <EntityAnnotation>
-        <ObjectProperty URI="&SysML-QUDV;scale"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant>scale</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <AsymmetricObjectProperty>
-        <ObjectProperty URI="&SysML-QUDV;scaleValueDefinition"/>
-    </AsymmetricObjectProperty>
-    <IrreflexiveObjectProperty>
-        <ObjectProperty URI="&SysML-QUDV;scaleValueDefinition"/>
-    </IrreflexiveObjectProperty>
-    <ObjectPropertyRange>
-        <ObjectProperty URI="&SysML-QUDV;scaleValueDefinition"/>
-        <Class URI="&SysML-QUDV;ScaleValueDefinition"/>
-    </ObjectPropertyRange>
-    <EntityAnnotation>
-        <ObjectProperty URI="&SysML-QUDV;scaleValueDefinition"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant
-                >scaleValueDefinition</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <IrreflexiveObjectProperty>
-        <ObjectProperty URI="&SysML-QUDV;specificQuantityKind"/>
-    </IrreflexiveObjectProperty>
-    <ObjectPropertyRange>
-        <ObjectProperty URI="&SysML-QUDV;specificQuantityKind"/>
-        <Class URI="&SysML-QUDV;SpecializedQuantityKind"/>
-    </ObjectPropertyRange>
-    <EntityAnnotation>
-        <ObjectProperty URI="&SysML-QUDV;specificQuantityKind"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant
-                >specificQuantityKind</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <ObjectPropertyRange>
-        <ObjectProperty URI="&SysML-QUDV;systemOfQuantities"/>
-        <Class URI="&SysML-QUDV;SystemOfQuantities"/>
-    </ObjectPropertyRange>
-    <EntityAnnotation>
-        <ObjectProperty URI="&SysML-QUDV;systemOfQuantities"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant
-                >systemOfQuantities</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <AsymmetricObjectProperty>
-        <ObjectProperty URI="&SysML-QUDV;unit"/>
-    </AsymmetricObjectProperty>
-    <ObjectPropertyRange>
-        <ObjectProperty URI="&SysML-QUDV;unit"/>
-        <Class URI="&SysML-QUDV;Unit"/>
-    </ObjectPropertyRange>
-    <EntityAnnotation>
-        <ObjectProperty URI="&SysML-QUDV;unit"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant>unit</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <DataPropertyRange>
-        <DataProperty URI="&SysML-QUDV;conversionFactor"/>
-        <Datatype URI="&xsd;double"/>
-    </DataPropertyRange>
-    <EntityAnnotation>
-        <DataProperty URI="&SysML-QUDV;conversionFactor"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant
-                >conversionFactor</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <DataPropertyRange>
-        <DataProperty URI="&SysML-QUDV;conversionOffset"/>
-        <Datatype URI="&xsd;double"/>
-    </DataPropertyRange>
-    <EntityAnnotation>
-        <DataProperty URI="&SysML-QUDV;conversionOffset"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant
-                >conversionOffset</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <FunctionalDataProperty>
-        <DataProperty URI="&SysML-QUDV;definitionURI"/>
-    </FunctionalDataProperty>
-    <DataPropertyRange>
-        <DataProperty URI="&SysML-QUDV;definitionURI"/>
-        <Datatype URI="&xsd;string"/>
-    </DataPropertyRange>
-    <EntityAnnotation>
-        <DataProperty URI="&SysML-QUDV;definitionURI"/>
-        <Annotation annotationURI="&dc;description">
-            <Constant datatypeURI="&xsd;string"
-                >URI that contains an authoritative definition of the referent thing</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <EntityAnnotation>
-        <DataProperty URI="&SysML-QUDV;definitionURI"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant>definitionURI</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <DataPropertyRange>
-        <DataProperty URI="&SysML-QUDV;description"/>
-        <Datatype URI="&xsd;string"/>
-    </DataPropertyRange>
-    <EntityAnnotation>
-        <DataProperty URI="&SysML-QUDV;description"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant>description</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <DataPropertyRange>
-        <DataProperty URI="&SysML-QUDV;exponent"/>
-        <Datatype URI="&xsd;double"/>
-    </DataPropertyRange>
-    <EntityAnnotation>
-        <DataProperty URI="&SysML-QUDV;exponent"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant>exponent</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <DataPropertyRange>
-        <DataProperty URI="&SysML-QUDV;expression"/>
-        <Datatype URI="&xsd;string"/>
-    </DataPropertyRange>
-    <EntityAnnotation>
-        <DataProperty URI="&SysML-QUDV;expression"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant
-                >conversionExpression</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <FunctionalDataProperty>
-        <DataProperty URI="&SysML-QUDV;name"/>
-    </FunctionalDataProperty>
-    <DataPropertyRange>
-        <DataProperty URI="&SysML-QUDV;name"/>
-        <Datatype URI="&xsd;string"/>
-    </DataPropertyRange>
-    <EntityAnnotation>
-        <DataProperty URI="&SysML-QUDV;name"/>
-        <Annotation annotationURI="&dc;description">
-            <Constant datatypeURI="&xsd;string"
-                >human-readable word or sequence of words by which a thing is known</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <EntityAnnotation>
-        <DataProperty URI="&SysML-QUDV;name"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant>name</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <DataPropertyRange>
-        <DataProperty URI="&SysML-QUDV;numericalValue"/>
-        <Datatype URI="&xsd;double"/>
-    </DataPropertyRange>
-    <EntityAnnotation>
-        <DataProperty URI="&SysML-QUDV;numericalValue"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant>numericalValue</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <DataPropertyRange>
-        <DataProperty URI="&SysML-QUDV;symbol"/>
-        <Datatype URI="&xsd;string"/>
-    </DataPropertyRange>
-    <EntityAnnotation>
-        <DataProperty URI="&SysML-QUDV;symbol"/>
-        <Annotation annotationURI="&dc;description">
-            <Constant datatypeURI="&xsd;string"
-                >short symbolic name</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <EntityAnnotation>
-        <DataProperty URI="&SysML-QUDV;symbol"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant>symbol</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <DataPropertyRange>
-        <DataProperty URI="&SysML-QUDV;symbolicExpression"/>
-        <Datatype URI="&xsd;string"/>
-    </DataPropertyRange>
-    <EntityAnnotation>
-        <DataProperty URI="&SysML-QUDV;symbolicExpression"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant
-                >symbolicExpression</Constant>
-        </Annotation>
-    </EntityAnnotation>
-    <FunctionalDataProperty>
-        <DataProperty URI="&SysML-QUDV;unitMultipleFactor"/>
-    </FunctionalDataProperty>
-    <DataPropertyRange>
-        <DataProperty URI="&SysML-QUDV;unitMultipleFactor"/>
-        <Datatype URI="&xsd;double"/>
-    </DataPropertyRange>
-    <EntityAnnotation>
-        <DataProperty URI="&SysML-QUDV;unitMultipleFactor"/>
-        <Annotation annotationURI="&rdfs;label">
-            <Constant
-                >unitMultipleFactor</Constant>
-        </Annotation>
-    </EntityAnnotation>
-</Ontology>
-
-
-
-<!-- Generated by the OWL API (version 2.2.1.1138) http://owlapi.sourceforge.net -->
-

File diff suppressed because it is too large
+ 0 - 1052
models/ontology/owl/third/qudv_si.owl


+ 0 - 717
models/ontology/owl/third/sosa.owl

@@ -1,717 +0,0 @@
-<?xml version="1.0"?>
-<rdf:RDF xmlns="http://www.w3.org/ns/sosa/"
-     xml:base="http://www.w3.org/ns/sosa/"
-     xmlns:owl="http://www.w3.org/2002/07/owl#"
-     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:xml="http://www.w3.org/XML/1998/namespace"
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-     xmlns:foaf="http://xmlns.com/foaf/0.1/"
-     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
-     xmlns:skos="http://www.w3.org/2004/02/skos/core#"
-     xmlns:sosa="http://www.w3.org/ns/sosa/"
-     xmlns:time="http://www.w3.org/2006/time#"
-     xmlns:vann="http://purl.org/vocab/vann/"
-     xmlns:voaf="http://purl.org/vocommons/voaf#"
-     xmlns:schema="http://schema.org/"
-     xmlns:dcterms="http://purl.org/dc/terms/">
-    <owl:Ontology rdf:about="http://www.w3.org/ns/sosa/">
-        <dcterms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-04-17</dcterms:created>
-        <dcterms:creator>
-            <rdf:Description>
-                <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
-                <foaf:name xml:lang="en">W3C/OGC Spatial Data on the Web Working Group</foaf:name>
-            </rdf:Description>
-        </dcterms:creator>
-        <dcterms:description xml:lang="en">This ontology is based on the SSN Ontology by the W3C Semantic Sensor Networks Incubator Group (SSN-XG), together with considerations from the W3C/OGC Spatial Data on the Web Working Group.</dcterms:description>
-        <dcterms:license rdf:resource="http://www.opengeospatial.org/ogc/Software"/>
-        <dcterms:license rdf:resource="http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document"/>
-        <dcterms:title xml:lang="en">Sensor, Observation, Sample, and Actuator (SOSA) Ontology</dcterms:title>
-        <vann:preferredNamespacePrefix>sosa</vann:preferredNamespacePrefix>
-        <vann:preferredNamespaceUri>http://www.w3.org/ns/sosa/</vann:preferredNamespaceUri>
-    </owl:Ontology>
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Annotation properties
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- http://purl.org/dc/terms/created -->
-
-    <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/created"/>
-    
-
-
-    <!-- http://purl.org/dc/terms/creator -->
-
-    <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/creator"/>
-    
-
-
-    <!-- http://purl.org/dc/terms/description -->
-
-    <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description"/>
-    
-
-
-    <!-- http://purl.org/dc/terms/license -->
-
-    <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license"/>
-    
-
-
-    <!-- http://purl.org/dc/terms/rights -->
-
-    <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/rights"/>
-    
-
-
-    <!-- http://purl.org/dc/terms/title -->
-
-    <owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title"/>
-    
-
-
-    <!-- http://purl.org/vocab/vann/preferredNamespacePrefix -->
-
-    <owl:AnnotationProperty rdf:about="http://purl.org/vocab/vann/preferredNamespacePrefix"/>
-    
-
-
-    <!-- http://purl.org/vocab/vann/preferredNamespaceUri -->
-
-    <owl:AnnotationProperty rdf:about="http://purl.org/vocab/vann/preferredNamespaceUri"/>
-    
-
-
-    <!-- http://schema.org/domainIncludes -->
-
-    <owl:AnnotationProperty rdf:about="http://schema.org/domainIncludes"/>
-    
-
-
-    <!-- http://schema.org/rangeIncludes -->
-
-    <owl:AnnotationProperty rdf:about="http://schema.org/rangeIncludes"/>
-    
-
-
-    <!-- http://www.w3.org/2004/02/skos/core#definition -->
-
-    <owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#definition"/>
-    
-
-
-    <!-- http://www.w3.org/2004/02/skos/core#example -->
-
-    <owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#example"/>
-    
-
-
-    <!-- http://www.w3.org/2004/02/skos/core#note -->
-
-    <owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#note"/>
-    
-
-
-    <!-- http://xmlns.com/foaf/0.1/name -->
-
-    <owl:AnnotationProperty rdf:about="http://xmlns.com/foaf/0.1/name"/>
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Object Properties
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/actsOnProperty -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/actsOnProperty">
-        <owl:inverseOf rdf:resource="http://www.w3.org/ns/sosa/isActedOnBy"/>
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuation"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/ActuatableProperty"/>
-        <rdfs:comment xml:lang="en">Relation between an Actuation and the property of a FeatureOfInterest it is acting upon.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">acts on property</rdfs:label>
-        <skos:definition xml:lang="en">Relation between an Actuation and the property of a FeatureOfInterest it is acting upon.</skos:definition>
-        <skos:example xml:lang="en">In the activity (Actuation) of automatically closing a window if the temperature in a room drops below 20 degrees Celsius, the property on which the Actuator acts upon is the state of the window as it changes from being open to being closed. </skos:example>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/hasFeatureOfInterest -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/hasFeatureOfInterest">
-        <owl:inverseOf rdf:resource="http://www.w3.org/ns/sosa/isFeatureOfInterestOf"/>
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuation"/>
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Observation"/>
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampling"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/FeatureOfInterest"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Sample"/>
-        <rdfs:comment xml:lang="en">A relation between an Observation and the entity whose quality was observed, or between an Actuation and the entity whose property was modified, or between an act of Sampling and the entity that was sampled.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">has feature of interest</rdfs:label>
-        <skos:definition xml:lang="en">A relation between an Observation and the entity whose quality was observed, or between an Actuation and the entity whose property was modified, or between an act of Sampling and the entity that was sampled.</skos:definition>
-        <skos:example xml:lang="en">For example, in an Observation of the weight of a person, the FeatureOfInterest is the person and the property is its weight.</skos:example>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/hasResult -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/hasResult">
-        <owl:inverseOf rdf:resource="http://www.w3.org/ns/sosa/isResultOf"/>
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuation"/>
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Observation"/>
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampling"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Result"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Sample"/>
-        <rdfs:comment xml:lang="en">Relation linking an Observation or Actuation or act of Sampling and a Result or Sample.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">has result</rdfs:label>
-        <skos:definition xml:lang="en">Relation linking an Observation or Actuation or act of Sampling and a Result or Sample.</skos:definition>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/hasSample -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/hasSample">
-        <owl:inverseOf rdf:resource="http://www.w3.org/ns/sosa/isSampleOf"/>
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/FeatureOfInterest"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Sample"/>
-        <rdfs:comment xml:lang="en">Relation between a FeatureOfInterest and the Sample used to represent it.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">has sample</rdfs:label>
-        <skos:definition xml:lang="en">Relation between a FeatureOfInterest and the Sample used to represent it.</skos:definition>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/hosts -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/hosts">
-        <owl:inverseOf rdf:resource="http://www.w3.org/ns/sosa/isHostedBy"/>
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Platform"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuator"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Platform"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampler"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Sensor"/>
-        <rdfs:comment xml:lang="en">Relation between a Platform and a Sensor, Actuator, Sampler, or Platform, hosted or mounted on it.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">hosts</rdfs:label>
-        <skos:definition xml:lang="en">Relation between a Platform and a Sensor, Actuator, Sampler, or Platform, hosted or mounted on it.</skos:definition>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/isActedOnBy -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/isActedOnBy">
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/ActuatableProperty"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuation"/>
-        <rdfs:comment xml:lang="en">Relation between an ActuatableProperty of a FeatureOfInterest and an Actuation changing its state.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">is acted on by</rdfs:label>
-        <skos:definition xml:lang="en">Relation between an ActuatableProperty of a FeatureOfInterest and an Actuation changing its state.</skos:definition>
-        <skos:example xml:lang="en">In the activity (Actuation) of automatically closing a window if the temperature in a room drops below 20 degrees Celsius, the property on which the Actuator acts upon is the state of the window as it changes from being open to being closed. </skos:example>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/isFeatureOfInterestOf -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/isFeatureOfInterestOf">
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/FeatureOfInterest"/>
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sample"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuation"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Observation"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampling"/>
-        <rdfs:comment xml:lang="en">A relation between a FeatureOfInterest and an Observation about it, an Actuation acting on it, or an act of Sampling that sampled it.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">is feature of interest of</rdfs:label>
-        <skos:definition xml:lang="en">A relation between a FeatureOfInterest and an Observation about it, an Actuation acting on it, or an act of Sampling that sampled it.</skos:definition>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/isHostedBy -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/isHostedBy">
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuator"/>
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Platform"/>
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampler"/>
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sensor"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Platform"/>
-        <rdfs:comment xml:lang="en">Relation between a Sensor, Actuator, Sampler, or Platform, and the Platform that it is mounted on or hosted by.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">is hosted by</rdfs:label>
-        <skos:definition xml:lang="en">Relation between a Sensor, Actuator, Sampler, or Platform, and the Platform that it is mounted on or hosted by.</skos:definition>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/isObservedBy -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/isObservedBy">
-        <owl:inverseOf rdf:resource="http://www.w3.org/ns/sosa/observes"/>
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/ObservableProperty"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Sensor"/>
-        <rdfs:comment xml:lang="en">Relation between an ObservableProperty and the Sensor able to observe it.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">is observed by</rdfs:label>
-        <skos:definition xml:lang="en">Relation between an ObservableProperty and the Sensor able to observe it.</skos:definition>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/isResultOf -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/isResultOf">
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Result"/>
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sample"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuation"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Observation"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampling"/>
-        <rdfs:comment xml:lang="en">Relation linking a Result to the Observation or Actuation or act of Sampling that created or caused it.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">is result of</rdfs:label>
-        <skos:definition xml:lang="en">Relation linking a Result to the Observation or Actuation or act of Sampling that created or caused it.</skos:definition>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/isSampleOf -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/isSampleOf">
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sample"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/FeatureOfInterest"/>
-        <rdfs:comment xml:lang="en">Relation from a Sample to the FeatureOfInterest that it is intended to be representative of.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">is sample of</rdfs:label>
-        <skos:definition xml:lang="en">Relation from a Sample to the FeatureOfInterest that it is intended to be representative of.</skos:definition>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/madeActuation -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/madeActuation">
-        <owl:inverseOf rdf:resource="http://www.w3.org/ns/sosa/madeByActuator"/>
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuator"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuation"/>
-        <rdfs:comment xml:lang="en">Relation between an Actuator and the Actuation it has made.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">made actuation</rdfs:label>
-        <skos:definition xml:lang="en">Relation between an Actuator and the Actuation it has made.</skos:definition>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/madeByActuator -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/madeByActuator">
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuation"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuator"/>
-        <rdfs:comment xml:lang="en">Relation linking an Actuation to the Actuator that made that Actuation.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">made by actuator</rdfs:label>
-        <skos:definition xml:lang="en">Relation linking an Actuation to the Actuator that made that Actuation.</skos:definition>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/madeBySampler -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/madeBySampler">
-        <owl:inverseOf rdf:resource="http://www.w3.org/ns/sosa/madeSampling"/>
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampling"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampler"/>
-        <rdfs:comment xml:lang="en">Relation linking an act of Sampling to the Sampler (sampling device or entity) that made it.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">made by sampler</rdfs:label>
-        <skos:definition xml:lang="en">Relation linking an act of Sampling to the Sampler (sampling device or entity) that made it.</skos:definition>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/madeBySensor -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/madeBySensor">
-        <owl:inverseOf rdf:resource="http://www.w3.org/ns/sosa/madeObservation"/>
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Observation"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Sensor"/>
-        <rdfs:comment xml:lang="en">Relation between an Observation and the Sensor which made the Observation.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">made by sensor</rdfs:label>
-        <skos:definition xml:lang="en">Relation between an Observation and the Sensor which made the Observation.</skos:definition>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/madeObservation -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/madeObservation">
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sensor"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Observation"/>
-        <rdfs:comment xml:lang="en">Relation between a Sensor and an Observation made by the Sensor.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">made observation</rdfs:label>
-        <skos:definition xml:lang="en">Relation between a Sensor and an Observation made by the Sensor.</skos:definition>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/madeSampling -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/madeSampling">
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampler"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampling"/>
-        <rdfs:comment xml:lang="en">Relation between a Sampler (sampling device or entity) and the Sampling act it performed.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">made sampling</rdfs:label>
-        <skos:definition xml:lang="en">Relation between a Sampler (sampling device or entity) and the Sampling act it performed.</skos:definition>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/observedProperty -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/observedProperty">
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Observation"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/ObservableProperty"/>
-        <rdfs:comment xml:lang="en">Relation linking an Observation to the property that was observed. The ObservableProperty should be a property of the FeatureOfInterest (linked by hasFeatureOfInterest) of this Observation.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">observed property</rdfs:label>
-        <skos:definition xml:lang="en">Relation linking an Observation to the property that was observed. The ObservableProperty should be a property of the FeatureOfInterest (linked by hasFeatureOfInterest) of this Observation.</skos:definition>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/observes -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/observes">
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sensor"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/ObservableProperty"/>
-        <rdfs:comment xml:lang="en">Relation between a Sensor and an ObservableProperty that it is capable of sensing.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">observes</rdfs:label>
-        <skos:definition xml:lang="en">Relation between a Sensor and an ObservableProperty that it is capable of sensing.</skos:definition>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/phenomenonTime -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/phenomenonTime">
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuation"/>
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Observation"/>
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampling"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/2006/time#TemporalEntity"/>
-        <rdfs:comment xml:lang="en">The time that the Result of an Observation, Actuation or Sampling applies to the FeatureOfInterest. Not necessarily the same as the resultTime. May be an Interval or an Instant, or some other compound TemporalEntity.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">phenomenon time</rdfs:label>
-        <skos:definition xml:lang="en">The time that the Result of an Observation, Actuation or Sampling applies to the FeatureOfInterest. Not necessarily the same as the resultTime. May be an Interval or an Instant, or some other compound TemporalEntity.</skos:definition>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/usedProcedure -->
-
-    <owl:ObjectProperty rdf:about="http://www.w3.org/ns/sosa/usedProcedure">
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuation"/>
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Observation"/>
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampling"/>
-        <schema:rangeIncludes rdf:resource="http://www.w3.org/ns/sosa/Procedure"/>
-        <rdfs:comment xml:lang="en">A relation to link to a re-usable Procedure used in making an Observation, an Actuation, or a Sample, typically through a Sensor, Actuator or Sampler.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">used procedure</rdfs:label>
-        <skos:definition xml:lang="en">A relation to link to a re-usable Procedure used in making an Observation, an Actuation, or a Sample, typically through a Sensor, Actuator or Sampler.</skos:definition>
-    </owl:ObjectProperty>
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Data properties
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/hasSimpleResult -->
-
-    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/sosa/hasSimpleResult">
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuation"/>
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Observation"/>
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampling"/>
-        <rdfs:comment xml:lang="en">The simple value of an Observation or Actuation or act of Sampling.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">has simple result</rdfs:label>
-        <skos:definition xml:lang="en">The simple value of an Observation or Actuation or act of Sampling.</skos:definition>
-        <skos:example xml:lang="en">For instance, the values 23 or true.</skos:example>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/resultTime -->
-
-    <owl:DatatypeProperty rdf:about="http://www.w3.org/ns/sosa/resultTime">
-        <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Actuation"/>
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Observation"/>
-        <schema:domainIncludes rdf:resource="http://www.w3.org/ns/sosa/Sampling"/>
-        <rdfs:comment xml:lang="en">The result time is the instant of time when the Observation, Actuation or Sampling activity was completed.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">result time</rdfs:label>
-        <skos:definition xml:lang="en">The result time is the instant of time when the Observation, Actuation or Sampling activity was completed.</skos:definition>
-    </owl:DatatypeProperty>
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Classes
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- http://purl.org/vocommons/voaf#Vocabulary -->
-
-    <owl:Class rdf:about="http://purl.org/vocommons/voaf#Vocabulary"/>
-    
-
-
-    <!-- http://www.w3.org/2006/time#TemporalEntity -->
-
-    <owl:Class rdf:about="http://www.w3.org/2006/time#TemporalEntity"/>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/ActuatableProperty -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/sosa/ActuatableProperty">
-        <rdfs:comment xml:lang="en">An actuatable quality (property, characteristic) of a FeatureOfInterest.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">Actuatable Property</rdfs:label>
-        <skos:definition xml:lang="en">An actuatable quality (property, characteristic) of a FeatureOfInterest.</skos:definition>
-        <skos:example xml:lang="en">A window actuator acts by changing the state between a frame and a window. The ability of the window to be opened and closed is its ActuatableProperty.</skos:example>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/Actuation -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/sosa/Actuation">
-        <rdfs:comment xml:lang="en">An Actuation carries out an (Actuation) Procedure to change the state of the world using an Actuator.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">Actuation</rdfs:label>
-        <skos:definition xml:lang="en">An Actuation carries out an (Actuation) Procedure to change the state of the world using an Actuator.</skos:definition>
-        <skos:example xml:lang="en">The activity of automatically closing a window if the temperature in a room drops below 20 degree Celsius. The activity is the Actuation and the device that closes the window is the Actuator. The Procedure is the rule, plan, or specification that defines the conditions that triggers the Actuation, here a drop in temperature. </skos:example>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/Actuator -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/sosa/Actuator">
-        <rdfs:comment xml:lang="en">A device that is used by, or implements, an (Actuation) Procedure that changes the state of the world.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">Actuator</rdfs:label>
-        <skos:definition xml:lang="en">A device that is used by, or implements, an (Actuation) Procedure that changes the state of the world.</skos:definition>
-        <skos:example xml:lang="en">A window actuator for automatic window control, i.e., opening or closing the window.</skos:example>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/FeatureOfInterest -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/sosa/FeatureOfInterest">
-        <rdfs:comment xml:lang="en">The thing whose property is being estimated or calculated in the course of an Observation to arrive at a Result or whose property is being manipulated by an Actuator, or which is being sampled or transformed in an act of Sampling.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">Feature Of Interest</rdfs:label>
-        <skos:definition xml:lang="en">The thing whose property is being estimated or calculated in the course of an Observation to arrive at a Result or whose property is being manipulated by an Actuator, or which is being sampled or transformed in an act of Sampling.</skos:definition>
-        <skos:example xml:lang="en">When measuring the height of a tree, the height is the observed ObservableProperty, 20m may be the Result of the Observation, and the tree is the FeatureOfInterest. A window is a FeatureOfInterest for an automatic window control Actuator.</skos:example>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/ObservableProperty -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/sosa/ObservableProperty">
-        <rdfs:comment xml:lang="en">An observable quality (property, characteristic) of a FeatureOfInterest.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">Observable Property</rdfs:label>
-        <skos:definition xml:lang="en">An observable quality (property, characteristic) of a FeatureOfInterest.</skos:definition>
-        <skos:example xml:lang="en">The height of a tree, the depth of a water body, or the temperature of a surface are examples of observable properties, while the value of a classic car is not (directly) observable but asserted.</skos:example>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/Observation -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/sosa/Observation">
-        <rdfs:comment xml:lang="en">Act of carrying out an (Observation) Procedure to estimate or calculate a value of a property of a FeatureOfInterest. Links to a Sensor to describe what made the Observation and how; links to an ObservableProperty to describe what the result is an estimate of, and to a FeatureOfInterest to detail what that property was associated with.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">Observation</rdfs:label>
-        <skos:definition xml:lang="en">Act of carrying out an (Observation) Procedure to estimate or calculate a value of a property of a FeatureOfInterest. Links to a Sensor to describe what made the Observation and how; links to an ObservableProperty to describe what the result is an estimate of, and to a FeatureOfInterest to detail what that property was associated with.</skos:definition>
-        <skos:example xml:lang="en">The activity of estimating the intensity of an Earthquake using the Mercalli intensity scale is an Observation as is measuring the moment magnitude, i.e., the energy released by said earthquake.</skos:example>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/Platform -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/sosa/Platform">
-        <rdfs:comment xml:lang="en">A Platform is an entity that hosts other entities, particularly Sensors, Actuators, Samplers, and other Platforms.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">Platform</rdfs:label>
-        <skos:definition xml:lang="en">A Platform is an entity that hosts other entities, particularly Sensors, Actuators, Samplers, and other Platforms.</skos:definition>
-        <skos:example xml:lang="en">A post, buoy, vehicle, ship, aircraft, satellite, cell-phone, human or animal may act as platforms for (technical or biological) sensors or actuators.</skos:example>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/Procedure -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/sosa/Procedure">
-        <rdfs:comment xml:lang="en">A workflow, protocol, plan, algorithm, or computational method specifying how to make an Observation, create a Sample, or make a change to the state of the world (via an Actuator). A Procedure is re-usable, and might be involved in many Observations, Samplings, or Actuations. It explains the steps to be carried out to arrive at reproducible results.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">Procedure</rdfs:label>
-        <skos:definition xml:lang="en">A workflow, protocol, plan, algorithm, or computational method specifying how to make an Observation, create a Sample, or make a change to the state of the world (via an Actuator). A Procedure is re-usable, and might be involved in many Observations, Samplings, or Actuations. It explains the steps to be carried out to arrive at reproducible results.</skos:definition>
-        <skos:example xml:lang="en">The measured wind speed differs depending on the height of the sensor above the surface, e.g., due to friction. Consequently, procedures for measuring wind speed define a standard height for anemometers above ground, typically 10m for meteorological measures and 2m in Agrometeorology. This definition of height, sensor placement, and so forth are defined by the Procedure.</skos:example>
-        <skos:note xml:lang="en">Many observations may be created via the same Procedure, the same way as many tables are assembled using the same instructions (as information objects, not their concrete realization).</skos:note>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/Result -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/sosa/Result">
-        <rdfs:comment xml:lang="en">The Result of an Observation, Actuation, or act of Sampling. To store an observation&apos;s simple result value one can use the hasSimpleResult property.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">Result</rdfs:label>
-        <skos:definition xml:lang="en">The Result of an Observation, Actuation, or act of Sampling. To store an observation&apos;s simple result value one can use the hasSimpleResult property.</skos:definition>
-        <skos:example xml:lang="en">The value 20 as the height of a certain tree together with the unit, e.g., Meter.</skos:example>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/Sample -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/sosa/Sample">
-        <rdfs:comment xml:lang="en">A Sample is the result from an act of Sampling.</rdfs:comment>
-        <rdfs:comment xml:lang="en">Feature which is intended to be representative of a FeatureOfInterest on which Observations may be made.</rdfs:comment>
-        <rdfs:comment xml:lang="en">Physical samples are sometimes known as &apos;specimens&apos;.</rdfs:comment>
-        <rdfs:comment xml:lang="en">Samples are artifacts of an observational strategy, and have no significant function outside of their role in the observation process. The characteristics of the samples themselves are of little interest, except perhaps to the manager of a sampling campaign.
-
-A Sample is intended to sample some FatureOfInterest, so there is an expectation of at least one isSampleOf property. However, in some cases the identity, and even the exact type, of the sampled feature may not be known when observations are made using the sampling features.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">Sample</rdfs:label>
-        <skos:definition xml:lang="en">Feature which is intended to be representative of a FeatureOfInterest on which Observations may be made.</skos:definition>
-        <skos:example xml:lang="en">A &apos;station&apos; is essentially an identifiable locality where a sensor system or Procedure may be deployed and an observation made. In the context of the observation model, it connotes the &apos;world in the vicinity of the station&apos;, so the observed properties relate to the physical medium at the station, and not to any physical artifact such as a mooring, buoy, benchmark, monument, well, etc.</skos:example>
-        <skos:example xml:lang="en">A statistical sample is often designed to be characteristic of an entire population, so that observations can be made regarding the sample that provide a good estimate of the properties of the population.</skos:example>
-        <skos:note xml:lang="en">A transient sample, such as a ships-track or flight-line, might be identified and described, but is unlikely to be revisited exactly.</skos:note>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/Sampler -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/sosa/Sampler">
-        <rdfs:comment xml:lang="en">A device that is used by, or implements, a Sampling Procedure to create or transform one or more samples.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">Sampler</rdfs:label>
-        <skos:definition xml:lang="en">A device that is used by, or implements, a Sampling Procedure to create or transform one or more samples.</skos:definition>
-        <skos:example xml:lang="en">A ball mill, diamond drill, hammer, hypodermic syringe and needle, image Sensor or a soil auger can all act as sampling devices (i.e., be Samplers). However, sometimes the distinction between the Sampler and the Sensor is not evident, as they are packaged as a unit. A Sampler need not be a physical device.</skos:example>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/Sampling -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/sosa/Sampling">
-        <rdfs:comment xml:lang="en">An act of Sampling carries out a sampling Procedure to create or transform one or more samples.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">Sampling</rdfs:label>
-        <skos:definition xml:lang="en">An act of Sampling carries out a sampling Procedure to create or transform one or more samples.</skos:definition>
-        <skos:example xml:lang="en">Crushing a rock sample in a ball mill.</skos:example>
-        <skos:example xml:lang="en">Digging a pit through a soil sequence.</skos:example>
-        <skos:example xml:lang="en">Dividing a field site into quadrants.</skos:example>
-        <skos:example xml:lang="en">Drawing blood from a patient.</skos:example>
-        <skos:example xml:lang="en">Drilling an observation well.</skos:example>
-        <skos:example xml:lang="en">Establishing a station for environmental monitoring.</skos:example>
-        <skos:example xml:lang="en">Registering an image of the landscape.</skos:example>
-        <skos:example xml:lang="en">Selecting a subset of a population.</skos:example>
-        <skos:example xml:lang="en">Sieving a powder to separate the subset finer than 100-mesh.</skos:example>
-        <skos:example xml:lang="en">Splitting a piece of drill-core to create two new samples.</skos:example>
-        <skos:example xml:lang="en">Taking a diamond-drill core from a rock outcrop.</skos:example>
-    </owl:Class>
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/Sensor -->
-
-    <owl:Class rdf:about="http://www.w3.org/ns/sosa/Sensor">
-        <rdfs:comment xml:lang="en">Device, agent (including humans), or software (simulation) involved in, or implementing, a Procedure. Sensors respond to a stimulus, e.g., a change in the environment, or input data composed from the results of prior Observations, and generate a Result. Sensors can be hosted by Platforms.</rdfs:comment>
-        <rdfs:isDefinedBy rdf:resource="http://www.w3.org/ns/sosa/"/>
-        <rdfs:label xml:lang="en">Sensor</rdfs:label>
-        <skos:definition xml:lang="en">Device, agent (including humans), or software (simulation) involved in, or implementing, a Procedure. Sensors respond to a stimulus, e.g., a change in the environment, or input data composed from the results of prior Observations, and generate a Result. Sensors can be hosted by Platforms.</skos:definition>
-        <skos:example xml:lang="en">Accelerometers, gyroscopes, barometers, magnetometers, and so forth are Sensors that are typically mounted on a modern smart phone (which acts as Platform). Other examples of sensors include the human eyes.</skos:example>
-    </owl:Class>
-    
-
-
-    <!-- http://xmlns.com/foaf/0.1/Agent -->
-
-    <owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent"/>
-    
-
-
-    <!-- 
-    ///////////////////////////////////////////////////////////////////////////////////////
-    //
-    // Individuals
-    //
-    ///////////////////////////////////////////////////////////////////////////////////////
-     -->
-
-    
-
-
-    <!-- http://www.w3.org/ns/sosa/ -->
-
-    <owl:NamedIndividual rdf:about="http://www.w3.org/ns/sosa/">
-        <rdf:type rdf:resource="http://purl.org/vocommons/voaf#Vocabulary"/>
-    </owl:NamedIndividual>
-    <rdf:Description>
-        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
-        <foaf:name xml:lang="en">W3C/OGC Spatial Data on the Web Working Group</foaf:name>
-    </rdf:Description>
-</rdf:RDF>
-
-
-
-<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->
-

File diff suppressed because it is too large
+ 0 - 1222
models/ontology/owl/third/ssn.owl


File diff suppressed because it is too large
+ 0 - 1729
models/ontology/owl/third/time.rdf