Skip to content

Latest commit

 

History

History
50 lines (46 loc) · 2.65 KB

specifications.md

File metadata and controls

50 lines (46 loc) · 2.65 KB
layout title permalink
default
Openschemas Specifications
/

OpenSchemas Specifications

This page contains drafts for an Openschemas specifications. Ongoing changes are published to the official specifications page. This page is updated with newly merged drafts from the repository here.

Should you wish to contact the community to discuss our efforts please post an issue on the issues board.

Profiles

The Openschemas' profiles define a community agreed layer over the Schema.org model providing additional constraints. These constraints capture (i) the information properties agreed by the community which are minimum (M), recommended (R), or optional (O), (ii) the cardinality of the property, i.e. whether it is expected to occur once or many times, and (iii) associated controlled vocabulary terms drawn from existing ontologies.

{% assign prof_specs = site.specifications | where: 'spec_type', 'Profile'%} {% for spec in prof_specs %} {% assign date_time = spec.spec_info.version_date %} {% endfor %}
Name Use Cases and Examples Task & Issues
{{ spec.name }}
(v{{spec.spec_info.version}})
{{ date_time | date_to_long_string }}
View {{ spec.spec_info.name }} Use Cases {% if spec.gh_tasks == '' %} {{ spec.spec_info.property }} Github Tasks or Issues {% else %} Open Schemas {{ spec.spec_info.property }} Github Tasks or Issues {% endif %}