GithubHelp home page GithubHelp logo

auroral-tourism-ontology's People

Contributors

ahlemrhayem avatar jucanbe avatar mariapoveda avatar ontoologyuser avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

ontoologyuser

auroral-tourism-ontology's Issues

Tourism ontology changes

Here are are our change requests/annotations for the tourism ontology. BTW the information is also contained within the OpenAPI/Swagger documentation of

https://smartburgenland.at/api/partner/v1/

Use something like https://petstore.swagger.io/ to read it. Everything is described here in the /activity endpoint as well as in the Activity model description (below).

For the ontology at https://auroral.iot.linkeddata.es/def/tour/

  • tour is not a good prefix/namespace, since half of our data are tours and this is misleading. Maybe simply use tourism.

  • There is a coverImage and depiction. Each activity does contain 1 or more images. We are using two fields (image & images), following the non empty list pattern. The ontology however does not take more than one image into account.

  • Each activity has 4 descriptions with different purposes. The ontology is missing activity_long_description_not_searched but has an extra description field. Description should be removed and longDescriptionNotSearched should be added.

  • Channel is missing the channel_id. The name is not an unique identifier.

  • For whatever reason there is a mapPoint property containing the tour difficulty. There should be a mapPointCategory (enum/string) instead.

  • A Activity can be a tour/have tour data attached. These activities do have both: a tour polygon and a difficulty. The polygon is the actual tour path in the commonly used format: array of [WGS 84 Latitude, Longitude] arrays.
    F.g. [[47.689876, 14.469455], [47.689926, 14.469493], [47.69001, 14.46951]]
    Both are null if there is no tour. This should best be handled with a sub type, like in this JSON example:
    { …, "tour": { "difficulty": "hard", "polygon": [[…]] } }
    { …, "tour": null }

  • activity_web_url is missing, This is usually used for linking to external websites.

  • tour:externalBookingURL does no have a type or a definition

  • start/endDate is wrong. A activity can be an event/have an event attached (just like with the tour). There should be a sub type Event containing the start and end. These must not be Dates but DateTimes.

Please feel free to ask any questions. Have a nice day!

Channel needs an ID

According to LuxActive data, a channel has a name and ID (the value is different from the activity ID)

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.