GithubHelp home page GithubHelp logo

auroral-core-ontology's People

Contributors

ahlemrhayem avatar albaizq avatar jucanbe avatar mariapoveda avatar ontoologyuser avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

auroral-core-ontology's Issues

Class domain in core ontology

Hello, is it possible that the class core:Domain will be moved to be a child of core:Item??

Currently it is under core:Service (which is child of core:Item)

Enrich sensor measurement data

Hello,

I would like to include a data model for sensor measurements.
See below my proposal for standard JSON-LD for sensors:

{
@context: --> Sensors
@type: --> Sensor type (As for available types in VICINITY/AURORAL ontologies)
oid: string
iid: string --> interaction id: property or event id defined by user
timestamp --> We can follow some standard for the timestamp too
measurements: [
{
@propertyType: --> property type (From available properties in ontology)
value: number/string
units: string --> Should this follow an ontology? Example: celsius, meters, lumens...
},
...
]
}

I believe all fields should be mandatory, however, If it is possible, we can extend with optional fields for particular cases that might arise.
Please let me know if this should be extended or not feasible so we can adapt it.

Ontologies for licensing data

Is there an ontology we can use for licensing data?
For instance specify if the date can be used for commercial uses or shared with third parties.
Something like the MIT or APACHE licenses for software.

Extend the properties of the device

I would like to be able to specify serialNumber and/or versionNumber for my registered devices.

Currently we have name, description, hasManufacturer and hasModel.

ontology-of-units-of-measure ontology

Create EV Charger ontology

Please see below the expected fields of a typical payload describing a charging station

{
    "IsRecentlyVerified": boolean,
    "DateLastVerified": date,
    "ID": long int,
    "UUID": uuid,
    "DataProvider": (Linked ID) { <DCTERMS>
      "rights": string, 
      "license": string
    },
    "Operator":   (Linked ID)  {
      "WebsiteURL": string,
      "PhonePrimaryContact": string,
      "PhoneSecondaryContact": string,
      "IsPrivateIndividual": boolean,
      "BookingURL": string,
      "ContactEmail": string,
      "Title": string
  },
    "OperatorsReference": string,
    "UsageType": (Linked ID) {
        "IsPayAtLocation": boolean,
        "IsMembershipRequired": boolean,
        "IsAccessKeyRequired": boolean,
        "Title": string
    },
    "AddressInfo": { <FOAF?? + GEO>
        "Title": string,
        "AddressLine1": string,
        "Town": string,
        "Postcode": string,
        "Country": (Linked ID) {
          "ISOCode": string,
          "ContinentCode": string,
          "Title": string
        },
        "Latitude": number,
        "Longitude": number,
        "ContactTelephone1": string,
        "ContactEmail": string,
        "RelatedURL": string,
        "AccessComments": string
    },
    "Connections": [
        {
            "StatusType": (Linked ID) {
              "IsOperational": boolean,
              "IsUserSelectable": boolean,
              "Title": string
          },
          "ConnectionTypes": (Linked ID) {
            "FormalName": string,
            "IsDiscontinued": boolean,
            "IsObsolete": boolean,
            "Title": string
          },
            "Amps": number A,
            "CurrentType": (Linked ID) {
              "Description": string,
              "Title": string
            },
            "Voltage": number V,
            "PowerKW": number kW,
            "Quantity": number
        }
    ],
    "StatusType": (Linked ID) {
      "IsOperational": boolean,
      "IsUserSelectable": boolean,
      "Title": string
    },
    "NumberOfPoints": number,
    "GeneralComments": string,
    "DateLastStatusUpdate": date,
    "DateCreated": date
  }

More info about the EV Chargers
https://openchargemap.org/site/develop/api#/schemas/POI

Repeated data properties for services

I was using the part of the core ontology for services and I realised there are fields that may be repeated. The core:Service is sub-class of wot:Thing, which specifies fields like td:title or td:description which are re-defined in the core as core:serviceName or core:serviceDescription.

To avoid partners defining these fields in two different ways, which may hinder discovery (especially in for the service store), I would suggest to check the repeated fields and maybe remove them from core.

Missing adapter ID

We are missing adapterId in the core ontology, it should be a string property of a core:Item

Obtain hierarchy class of the TD properties

It would be great to have a way to obtain the the classes hierarchy or related classes to each of the properties in a TD.
Options:
Consider adding endpoint to WoT Directory?
Query to the ontology?
Load the ontology on the WoT directory?

Create a new ontology with the drone data

Identify the requirements and create a new ontology with this data:

{ userid: "[to be identified]", key: "[to be identified]", platform { type: "[to be identified]", list: "all" | "id", charger: "yes" | "no", charger-capacity: [to be defined], charger-capacity-unit: "watt", sensor: "[to be identified]" occupancy-status: "occupied" | "vacant" | "assigned" | "error" | "maintenance", capacity-weight: [to be defined], capacity-weight-unit: "kg", capacity-dimension: [to be defined], capacity-dimenstion-unit: "meter", description: "[add description]" }, drone { type: "[to be identified]", list: "all" | "id", priority: "[0-5]" storage-capacity: "yes" | "no", occupancy-status: "occupied" | "vacant" | "assigned" | "error" | "maintenance", capacity-weight: [to be defined], capacity-weight-unit: "gram", capacity-dimension: [to be defined], capacity-dimenstion-unit: "centimeter", sensor: "[to be identified]" description: "[add description]" }, mission { code: "[To be identified]", shipment: "[To be identified]", GPS-unit: "WGS84", from-pos: "[GPS]", to-pos: "[GPS]", waypoint-pos: "pos 1, pos 2, ..., pos n", from-platform: "platform id", to-platform: "platform id", waypoint-platform: "platform id 1, platform id 2, ..., platform id n", description: "[add description]" } }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.