All Projects → openschemas → schemaorg

openschemas / schemaorg

Licence: MPL-2.0 license
python functions for applied use of schema.org

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to schemaorg

sekoliko
Sekoliko | MySchool | MonEcole : School management Software.
Stars: ✭ 39 (+56%)
Mutual labels:  software
angsd-wrapper
Utilities for analyzing next generation sequencing data.
Stars: ✭ 13 (-48%)
Mutual labels:  software
Corendon-LostLuggage
Java Application for automating the proces of retrieving lost luggages for the dutch airline company Corendon.
Stars: ✭ 27 (+8%)
Mutual labels:  software
Start-Menu-Manager
App to add websites/software/files/folders/scripts to the Windows 10 Start Menu and Taskbar, and priority shortcuts to Windows 10 Search.
Stars: ✭ 126 (+404%)
Mutual labels:  software
Tetra3d
Tetra3D is a 3D hybrid software/hardware renderer made for games written in Go with Ebitengine.
Stars: ✭ 271 (+984%)
Mutual labels:  software
Fonts
A curation of fonts from all over the world.
Stars: ✭ 144 (+476%)
Mutual labels:  curation
xbox360-controller-manager
Turn OFF your wireless xbox 360 controller on PC and see the battery status of the connected controllers.
Stars: ✭ 38 (+52%)
Mutual labels:  software
python-tuf
Python reference implementation of The Update Framework (TUF)
Stars: ✭ 1,425 (+5600%)
Mutual labels:  software
Web-Dev-Helper
Developer Helper where you can find all resources related to open source and software developer resources
Stars: ✭ 33 (+32%)
Mutual labels:  software
resources
Awesome resources - 网络资源
Stars: ✭ 27 (+8%)
Mutual labels:  software
choco
Chocolatey - the package manager for Windows
Stars: ✭ 8,643 (+34472%)
Mutual labels:  software
macstrap
Set up your macOS from scratch.
Stars: ✭ 16 (-36%)
Mutual labels:  software
redd.one
Software engineering blog.
Stars: ✭ 31 (+24%)
Mutual labels:  software
Pool2021
Pools organized for Epitech's students in 2021.
Stars: ✭ 19 (-24%)
Mutual labels:  software
aisa
AISA is a Software 3D Engine written in TypeScript.
Stars: ✭ 24 (-4%)
Mutual labels:  software
doctoral-thesis
📖 Generation and Applications of Knowledge Graphs in Systems and Networks Biology
Stars: ✭ 26 (+4%)
Mutual labels:  curation
PNG-Upscale
AI Super - Resolution
Stars: ✭ 116 (+364%)
Mutual labels:  software
Design-Patterns
Software Design Patterns
Stars: ✭ 83 (+232%)
Mutual labels:  software
rebuild
Zero-dependency, reproducible build environments
Stars: ✭ 48 (+92%)
Mutual labels:  software
taps
TUF Augmentation Proposals (TAPs)
Stars: ✭ 23 (-8%)
Mutual labels:  software

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].