26 Matching Annotations
  1. Oct 2017
    1. "license"
      Name

      License

      Path

      about.license

      Description

      A license used within a service providing OER. The values are taken from the controlled vocabulary at https://oerworldmap.org/assets/json/licenses.json.

      Use cases
      Coverage
    2. "dateModified"
      Name

      Modification data

      Path

      dateModified

      Description

      Time stamp for the moment the latest modification of the entry was published.

      Use cases
      Coverage

      Every entry has information on the last modification date.

    3. "startDate"
      Name

      Start date

      Path

      about.startDate

      Description

      The date – following ISO 8601 – when the service was launched.

      Use cases

      A list of services launched before 2015: https://oerworldmap.org/resource/?q=about.startDate%3A%3C2015&filter.about.%40type=Service

      Coverage
    4. "provider"
      Name

      Provider

      Path

      about.provider

      Description

      The provider of a service. This can be an organization or a person.

      Use cases
      Coverage
    5. "@context"
      Name

      JSON-LD context (@context)

      Path

      @context

      Description

      @context is a JSON-LD keyword, specifying the JSON-LD context document. It primarily includes a mapping of JSON keys to RDF properties. Based on the JSON-LD context one can convert the data to different RDF serializations from the JSON provided.

      Coverage

      The JSON-LD is linked in every entry.

      Use cases
      • This example entry can be converted – for example using the RDF-Translator – to different RDF serializations: N3, N-Triples, RDF/XML.
    6. "primarySector"
      Name

      Primaryy sector

      Path

      about.primarySector

      Description

      The primary sector of education a resource is focused on. Values come from the sectors value list.

      Use cases

      Get a list of OER online services focused on higher education: https://oerworldmap.org/resource/?q=about.primarySector.%40id%3A%22https%3A%2F%2Foerworldmap.org%2Fassets%2Fjson%2Fsectors.json%23higherEd%22&filter.about.%40type=Service

      Coverage
    7. "documentation"
      Name

      API Documentation

      Path

      about.availableChannel.documentation

      Description

      A link to the API documentation

      Coverage
    8. "availableLanguage"
      Name

      Languages

      Path

      about.availableChannel.availableLanguage

      Description

      The language of the resources provided by the service

      Use cases

      A list of services that provide resources in Spanish: https://oerworldmap.org/resource/?q=&filter.about.availableChannel.availableLanguage=es

      Coverage

      List of services where the language information is missing: https://oerworldmap.org/resource/?q=_missing_:about.availableChannel.availableLanguage&filter.about.@type=Service

    9. "availableChannel"
      Name

      Service channels

      Path

      about.availableChannel

      Description

      An array with channels for a specific online OER service. Usually the are the website itself and (optional) an API as a means of interacting with it programatically.

      Coverage

      Every resource of type "Service" has an entry in availableChannel.serviceUrl.

    1. "dateCreated"
      Name

      Date of creation

      Path

      dateCreated

      Description

      The point in time when the first version of the entry was published.

      Use cases
      Coverage

      Every entry has a creation date.

    2. "about"
      Name
      Path

      about

      Description

      The "about" object contains all the information about the resource (person, organization, service, project etc.) described by this entry. The information that is not inside the "about" object is about the actual description, when and by whom it was created and modified.

      Coverage

      Every entry contains this information.