-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #181 from emmo-repo/cwa/add-Word
Add new `Word` content type. Adds Word in a similar fashion as Code and similar. --- When storing the Turtle file (cif-ddl.ttl) from Protégé it changed the formatting. In order to understand the actual change(s), I have split it up into several commits. To see the purely formatting changes, see a34fd90. To see the addition of Word, see d47bf00. --- Updates to minimum v4.4.6 of PyCIFRW. --- This PR goes a small step further and updates the cif-core.ttl file under ontologies/ to the latest generated version of the CIF-ontology according to the updated cif_core.dic in COMCIFS and the newly added Word content type.
- Loading branch information
Showing
6 changed files
with
28,450 additions
and
1,602 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,11 @@ __pycache__ | |
*.dic | ||
*.cif | ||
|
||
dist/ | ||
site/ | ||
|
||
*.properties | ||
|
||
!test-cif/**/*.cif | ||
!tests/**/*.dic | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
EMMOntoPy>=0.6.0,<1 | ||
PyCifRW>=4.4.5,<5 | ||
PyCifRW>=4.4.6,<5 |
Oops, something went wrong.