Giter Club home page Giter Club logo

schemaorg's Introduction

schemaorg Python

This module will serve functions for researchers and users to apply schema.org definitions to their datasets, software, and other worldly things. For development functions with Python along with the web interface that serves the published specifications, please see https://www.github.com/schemaorg/schemaorg. For versions 0.1.0 and later, the structure of the data files changed, so we provide schema.org 12.0 and later. For older versions of schemaorg, use versions prior to 12.0.

What is this not?

This library is not intended to provide advanced functions around querying the ontology, but rather accessing the definitions and tagging content with them.

What is this for?

Please reference the development documentation to read about the intended use cases that we are working on.

Organization

Generally, we are extracting metadata from datasets and software, and then shoving that metadata into a specification from schema.org. The final thing that we produce is likely to be some form of json (e.g., json-ld) that can be embedded in a web page or similar, intended to power search. Since the specific needs of a particular webby place may vary, along with a data type we are extracting, the module provides "templates" in the templates directory. Specifically:

  • The subfolders represent different use cases. For example, templates/google has a simple html template, and a requirements file (called a recipe) to produce a Dataset and SoftwareSourceCode.
  • Each subfolder, in an optional __init__.py file, also contains helper functions toward this goal. For example, the same google subfolder has such a file with a make_person function that users can quickly use to generate a person object.
  • For each corresponding subfolder, there is generally an example in the examples folder that also helps to see how it works.

schemaorg's People

Contributors

vsoch avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

skupina6

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.