Giter Site home page Giter Site logo

artsdata-planet-lavitrine's People

Contributors

saumier avatar

Watchers

 avatar  avatar

artsdata-planet-lavitrine's Issues

Dates with and without time

Each Event has startDate and EndDate. However, the datatype can be xsd:dateTime or xsd:date. This works with JSON-LD but is not very JSON friendly.

I propose the following mapping:

When the date and time are known --> call the property startDateTime or endDateTime
When only the date (2023-11-01) is known --> call the property startDate or endDate

Use @none when no @language specified

The latest proposal was to alias "@none" to appear as "none" in the @context.

Following a recent W3C meeting that recommended against this practice, I will remove the alias from the @context of the JSON-LD. The W3C group is planning to publish as developer note on keeping @language related symbols in part to assist junior developers is understanding that @language objects are special and should be handled with libraries rather than manual.

This issue will close when the change is committed.

multi-lingual fields

Create multi-lingual fields.

All language strings have a prefix "en", "fr" or other language. When there is no language defined at all, then add "@none".
Example:

 "name": {
          "fr": "Édifice Wilder - Espace Danse",
          "en": "Wilder Building - Dance Space",
          "@none": "Wilder Building - Dance Space"
        }

Model "Spectacle" and "Représentation"

Using the "JSON-LD Frame" context, a schema:EventSeries should have the label "Spectacle" and the schema:Event that are part of the EventSeries should have the label "Représentation".

Using a SPARQL to transform data, all Events that are not part of an Event Series should be converted to an EventSeries with a single subEvent.

See discussion #2

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.