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. "@id"
      Name

      Identifier

      Path

      about.@id

      Description

      The ID of the described resource. OER World Map uses URN UUIDs for identifying resources as specified in RDF 4122. The URL for the associated entry is https://oerworldmap.org/resource/{id}

      Use cases

      You can state identity between OER World Map resources and the same resource on other platforms using sameAs.

      Coverage

      Every resource has an id.

    5. "name"
      Name

      Name

      Path

      about.name

      Description

      The name of the resource described

      Use cases

      Search resources by name

      Coverage

      Every resource needs to have a name.

    6. "member"
      Name

      Affiliated

      Path

      `about.member''

      Description

      An organization affiliated with the service

      Coverage
    7. "@type" : "WebPage"
      Name

      Type

      Path

      @type

      Description

      The type of all entries in the OER World Map is "WebPage".

      Coverage

      Every entry has the type "WebPage".

    8. "provider"
      Name

      Provider

      Path

      about.provider

      Description

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

      Use cases
      Coverage
    9. "@id" : "https://oerworldmap.org/assets/json/sectors.json#general"
      Note:

      Each controlled value has a URL as ID that points to the whole controlled vocabulary it is part of.

    10. "@type" : "Concept"
      Note:

      Values from controlled vocabularies all have the @typeConcept`.

    11. "@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.
    12. "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
    13. "@language"
      Name

      Language

      Description

      The @language key is always used together with the @value key. It indicates the language of the content.

    14. "@value"
      Name

      Value

      Description

      The @value key is always used together with the @language key. It contains the content of a possibly multilingual field while @language indicates the language of the content.

    15. "description"
      Name

      Description

      Path

      about.description

      Description

      A short description text for the resource.

      Coverage
    16. "@type"
      Name

      Resource type

      Path

      about.@type

      Description

      The type of the resource described. Currently, the OER World Map supports these types:

      Use cases
      • Filter by type (click on the links above or use filters at oerworldmap.org).
      Coverage

      Every resource has a type.

    17. "documentation"
      Name

      API Documentation

      Path

      about.availableChannel.documentation

      Description

      A link to the API documentation

      Coverage
    18. "serviceUrl"
      Name

      URL

      Path

      about.availableChannel.serviceUrl

      Description

      The URL of the Web site or API.

      Use cases
      Coverage
    19. "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

    20. "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.

    21. "keywords"
      Name

      Tags

      Path

      about.keywords

      Description

      Tags associated with the resource.

      Use cases
      Coverage
    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. "contributor"
      Name

      Latest contributor

      Path

      contributor

      Description

      The last user that edited the entry.

      Use cases
      Coverage

      Every entry has this information.

    3. "image"
      Name

      Image

      Path

      about.image

      Description

      An image (logo or profile picture) associated with a resource.

      Coverage
    4. "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.

    5. "author"
      Name

      Creator

      Path

      author

      Description

      The user of created and published the first version of the entry.

      Use cases
      Coverage

      Every entry has an author/oiginal creator.