Skip to content

Commit 2268970

Browse files
authored
Merge branch 'main' into patch-2
2 parents acbeca4 + 9da7739 commit 2268970

File tree

4 files changed

+159
-23
lines changed

4 files changed

+159
-23
lines changed

CONTRIBUTING.md

Lines changed: 110 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,121 @@
1-
# SHACL Community Group
1+
# Contribution Guidelines
22

3-
This repository is being used for work in the W3C SHACL Community Group, governed by the [W3C Community License
4-
Agreement (CLA)](http://www.w3.org/community/about/agreements/cla/). To make substantive contributions,
5-
you must join the CG.
3+
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md).
4+
By participating in this project you agree to abide by its terms.
65

7-
If you are not the sole contributor to a contribution (pull request), please identify all
8-
contributors in the pull request comment.
6+
This repository is governed by the [CC0 license](https://creativecommons.org/publicdomain/zero/1.0/).
97

10-
To add a contributor (other than yourself, that's automatic), mark them one per line as follows:
8+
To add, remove, or change things on the list: **Submit a pull request**.
119

10+
## Quality standards
11+
12+
Please contribute links to packages/projects you have used or are familiar with. This will help ensure high-quality entries.
13+
14+
To be on the list, project repositories should adhere to the following quality standards.
15+
16+
- have at least 5 months of history since the first commit
17+
- function as documented and expected
18+
- be generally useful to the wider Semantic Web community
19+
- be actively maintained or not maintained anymore but finished and extremely useful (should be marked with ☠️)
20+
- be stable or progressing toward stable
21+
- have at least one official version-numbered release
22+
- be open source or commercial (marked with 💰) software
23+
24+
Categories must have at least 3 items.
25+
26+
## How to add an item to the list
27+
28+
Open a pull request against the README.md document that adds the repository to the list.
29+
30+
- One pull request can add more than one item to the list
31+
- Each item should be added respecting sorting within its category
32+
- firstly, by programming language (if applicable)
33+
- secondly, in alphabetical order
34+
35+
## Item format
36+
37+
Non-software item must conform to the following format:
38+
```
39+
<link> - <Description>.
1240
```
13-
+@github_username
41+
42+
Software item must conform to the following format:
43+
```
44+
<link> <activity info> - <Description>.
1445
```
1546

16-
If you added a contributor by mistake, you can remove them in a comment with:
47+
In each case:
48+
- The link
49+
- Should be the name of the package or project
50+
- Should point to a specific module related to the category (e.g., in the 'SHACL Validators' section, link to `https://github.com/apache/jena/tree/main/jena-shacl`, not `https://github.com/apache/jena`)
51+
- Activity info
52+
- Should consist of two badges
53+
- The latest known stable version badge (from any most common binary repository or GH Releases)
54+
- The recent repository activity badge
55+
- Use `<img align="top">` badge format for better inline alignment
56+
- Do not use any other badges (build status, dependencies, etc.)
57+
- Additional emoji can be used to mark commercial 💰 or abandoned ☠️ software
58+
- Descriptions
59+
- Should be clear, concise, and non-promotional
60+
- Should begin with a capital letter
61+
- May consist of several sentences
62+
- Should be separated from the activity info with spaces and a hyphen ` - `
63+
- Should contain license info and programming language at the end, formatted as ``` `text in code quotes` ```
64+
- Should follow the link on the same line and end with a punctuation mark. Remember to put a period `.` at the end of the project description
65+
66+
### Examples
1767

68+
#### Non-software items
69+
70+
Without a description:
71+
72+
```markdown
73+
- [SHACL 1.2 Core](https://w3c.github.io/shacl/shacl-core/)
74+
```
75+
76+
With a description:
77+
```markdown
78+
- [Validating RDF Data (2018)](https://book.validatingrdf.com) - The SHACL and ShEx book.
1879
```
19-
-@github_username
80+
81+
#### Software module item with a description
82+
83+
```markdown
84+
- [Apache Jena SHACL](https://github.com/apache/jena/tree/main/jena-shacl) <img alt="Maven Central Version" src="https://img.shields.io/maven-central/v/org.apache.jena/jena-shacl" align="top"> <img alt="Maven Central Last Update" src="https://img.shields.io/maven-central/last-update/org.apache.jena/jena-shacl" align="top"> - Supports SHACL Core, SHACL-SPARQL; [docs](https://jena.apache.org/documentation/shacl/index.html); `Apache-2.0` license; `Java`.
2085
```
2186

22-
If you are making a pull request on behalf of someone else but you had no part in designing the
23-
feature, you can remove yourself with the above syntax.
87+
## How to add a new category
88+
89+
If you are creating a new category, move any relevant projects to that new category, while ensuring
90+
that every category in the resulting list has at least 3 projects, and that the categories are alphabetized.
91+
92+
## Updating your PR
93+
94+
It is often difficult to make a PR adhere to the standards above.
95+
If the maintainers notice anything that we'd like changed, we'll ask you to
96+
edit your PR before we merge it. There's no need to open a new PR; just edit
97+
the existing one.
98+
99+
## Congratulations, your project got accepted — what now?
100+
101+
You are an outstanding project now! We encourage you to tell others about it
102+
by adding one of these badges to your project webpage(s):
103+
- [![Mentioned in Awesome Semantic Shapes](https://awesome.re/mentioned-badge.svg)](https://github.com/w3c-cg/awesome-semantic-shapes)
104+
- ```md
105+
[![Mentioned in Awesome Semantic Shapes](https://awesome.re/mentioned-badge.svg)](https://github.com/w3c-cg/awesome-semantic-shapes)
106+
```
107+
- ```html
108+
<a href="https://github.com/w3c-cg/awesome-semantic-shapes">
109+
<img src="https://awesome.re/mentioned-badge.svg" alt="Mentioned in Awesome Semantic Shapes" style="max-width: 100%;">
110+
</a>
111+
```
112+
113+
- [![Mentioned in Awesome Semantic Shapes](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/w3c-cg/awesome-semantic-shapes)
114+
- ```md
115+
[![Mentioned in Awesome Semantic Shapes](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/w3c-cg/awesome-semantic-shapes)
116+
```
117+
- ```html
118+
<a href="https://github.com/w3c-cg/awesome-semantic-shapes">
119+
<img src="https://awesome.re/mentioned-badge-flat.svg" alt="Mentioned in Awesome Semantic Shapes" style="max-width: 100%;">
120+
</a>
121+
```

LICENSE

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
CC0 1.0 Universal
2+
3+
Statement of Purpose
4+
5+
The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work").
6+
7+
Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others.
8+
9+
For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights.
10+
11+
Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following:
12+
i. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work;
13+
14+
ii. moral rights retained by the original author(s) and/or performer(s);
15+
16+
iii. publicity and privacy rights pertaining to a person's image or likeness depicted in a Work;
17+
18+
iv. rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below;
19+
20+
v. rights protecting the extraction, dissemination, use and reuse of data in a Work;
21+
22+
vi. database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and
23+
24+
vii. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof.
25+
26+
Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose.
27+
28+
Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose.
29+
30+
Limitations and Disclaimers.
31+
32+
a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document.
33+
34+
b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law.
35+
36+
c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work.
37+
38+
d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work.
39+
40+
For more information, please see https://creativecommons.org/publicdomain/zero/1.0

LICENSE.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)