OER Metadaten Editor: Unterschied zwischen den Versionen

Aus ZUM-Unterrichten
KKeine Bearbeitungszusammenfassung
Markierung: 2017-Quelltext-Bearbeitung
KKeine Bearbeitungszusammenfassung
Markierung: 2017-Quelltext-Bearbeitung
Zeile 1: Zeile 1:
<nowiki>
    <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>
</nowiki>
Der '''Learning Resource Metadata Editor''' ist '''eine interaktive Webseite'''. Er dient Autor:innen von Open Educational Resources (OER) zur Formulierung passender Metadaten.
Der '''Learning Resource Metadata Editor''' ist '''eine interaktive Webseite'''. Er dient Autor:innen von Open Educational Resources (OER) zur Formulierung passender Metadaten.


Zeile 39: Zeile 14:


Quelltext auf GitHub: https://github.com/bwenk/OER-MetadataEditor
Quelltext auf GitHub: https://github.com/bwenk/OER-MetadataEditor
<hr />
==Metadaten==
<nowiki>
    <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>
  </nowiki>

Version vom 12. Oktober 2022, 16:08 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>