OER Metadaten Editor: Unterschied zwischen den Versionen

Aus ZUM-Unterrichten
Markierung: 2017-Quelltext-Bearbeitung
KKeine Bearbeitungszusammenfassung
Markierung: 2017-Quelltext-Bearbeitung
Zeile 20: Zeile 20:


  <nowiki>
  <nowiki>
    <script type="application/ld+json">
      <script type="application/ld+json">
        {
          {
        "@context" : "http://schema.org/",
          "@context" : "http://schema.org/",
        "@type" : "LearningResource",
          "@type" : "LearningResource",
        "name" : "Learning Resource Metadata Editor",
          "name" : "Learning Resource Metadata Editor",
        "learningResourceType" : "web_page",
          "learningResourceType" : "web_page",
        "description" : "The Learning Resource Metadata Editor is an interactive web page intended to
          "description" : "The Learning Resource Metadata Editor is an interactive  
            support creators of OER in the set up of appropriate metadata.
            web page intended to support creators of OER in the set up of  
            The Learning Resource Metadata Editor provides a practical subset of the LRMI (Learning  
            appropriate metadata.
            Resource Metadata Initiative) standard metadata elements and is simple to use.
            The Learning Resource Metadata Editor provides a practical subset of the  
            The generated metadata block is based on the schema.org vocabulary and formulated in
            LRMI (Learning Resource Metadata Initiative) standard metadata elements  
            JSON-LD syntax. The block can be transferred into the corresponding webpage or e-book  
            and is simple to use.
            by copy&paste.",
            The generated metadata block is based on the schema.org vocabulary  
        "author" : {
            and formulated in JSON-LD syntax. The block can be transferred into  
            "@type": "Person",
            the corresponding webpage or e-book by copy&paste.",
            "name": "Bruno Wenk"
          "author" : {
            },
              "@type": "Person",
        "inLanguage" : "en",
              "name": "Bruno Wenk"
        "license" : "https://creativecommons.org/publicdomain/zero/1.0/",
              },
        "url" : "http://purl.org/bwe/metadataeditor",
          "inLanguage" : "en",
        "audience" : "teachers, librarians",
          "license" : "https://creativecommons.org/publicdomain/zero/1.0/",
        "interactivityType" : "active",
          "url" : "http://purl.org/bwe/metadataeditor",
        "keywords" : "open educational resources, metadata, semantic web, schema.org, web app",
          "audience" : "teachers, librarians",
        "dateCreated" : "2020-11-02"
          "interactivityType" : "active",
        }
          "keywords" : "open educational resources, metadata, semantic web, schema.org, web app",
    </script>
          "dateCreated" : "2020-11-02"
  </nowiki>
          }
      </script>
  </nowiki>

Version vom 12. Oktober 2022, 16:13 Uhr

Der Learning Resource Metadata Editor ist eine interaktive Webseite. Er dient Autor:innen von Open Educational Resources (OER) zur Formulierung passender Metadaten.


Bildschirmfoto LRMeditor.png


Der Editor generiert eine praxisorientierte Untermenge der LRMI (Learning Resource Metadata Initiative) Metadaten Elemente. Seine Nutzung ist sehr einfach.

Der generierte Metadaten-Block basiert auf dem Vokabular schema.org und ist in JSON-LD Syntax codiert. Der Block kann einfach mit copy&paste in die Webseite oder das E-Book der betreffenden Ressource eingefügt werden.


Quelltext auf GitHub: https://github.com/bwenk/OER-MetadataEditor


Metadaten

      <script type="application/ld+json">
          {
          "@context" : "http://schema.org/",
          "@type" : "LearningResource",
          "name" : "Learning Resource Metadata Editor",
          "learningResourceType" : "web_page",
          "description" : "The Learning Resource Metadata Editor is an interactive 
             web page intended to support creators of OER in the set up of 
             appropriate metadata.
             The Learning Resource Metadata Editor provides a practical subset of the 
             LRMI (Learning Resource Metadata Initiative) standard metadata elements 
             and is simple to use.
             The generated metadata block is based on the schema.org vocabulary 
             and formulated in JSON-LD syntax. The block can be transferred into 
             the corresponding webpage or e-book by copy&paste.",
          "author" : {
              "@type": "Person",
              "name": "Bruno Wenk"
              },
          "inLanguage" : "en",
          "license" : "https://creativecommons.org/publicdomain/zero/1.0/",
          "url" : "http://purl.org/bwe/metadataeditor",
          "audience" : "teachers, librarians",
          "interactivityType" : "active",
          "keywords" : "open educational resources, metadata, semantic web, schema.org, web app",
          "dateCreated" : "2020-11-02"
          }
      </script>