-
Notifications
You must be signed in to change notification settings - Fork 12
Interpret rdfs:Class as classes on SimPhoNy v3, include dcmitype and dcterms namespaces
#760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
43613e8
add yml-specs for datamode, dcterms, prov, dcmitype. Update for dcat2
MBueschelberger 519f1ff
update dcat2, dcmitype and dcterms ontology. Add RDFS.Class as availa…
MBueschelberger 5fd1528
update yml-spec for datamodel
MBueschelberger b51037e
Merge branch 'dev' into enh/add-dcat-and-datamodel
MBueschelberger 7604d37
Fix ontology2dot.
domgz 9361a66
Merge remote-tracking branch 'origin/enh/add-dcat-and-datamodel' into…
domgz 69159d2
Validate ontology files before installation and warn about unsupporte…
domgz 224a7e9
Fix flake8.
domgz a4766a4
Merge branch 'dev' into enh/add-dcat-and-datamodel
domgz bc52700
Fix tests.
domgz 8d69627
Rename EMMO datamodel package and namespace.
domgz e342915
Reorganize names of ontology packages again.
domgz 6e0c153
Fix problems with warnings.
domgz 58980e9
Fix flake8.
domgz 6b25fe0
Review active relationships for dcat2.yml.
domgz db49c43
Review active relationships for emmo-datamodel.yml. Keep only mereolo…
domgz fe8aa78
Review prov.yml.
domgz 5cbb21b
Fix problems with Python 3.6.
domgz 895912a
Add automatic resolution of dependencies.
domgz 8ae35e7
Show installation logs when pico is used as a module.
domgz cead7af
Fix tests.
domgz dff2b73
Fix flake8.
domgz ca826ce
Try to fix tests again for Python 3.6.
domgz 43e64b8
Fix bug with prov on Python 3.6 (format not guessed by RDFLib 5.0.0 b…
domgz 9e4949d
Code review changes.
domgz f5b2612
Fix bug that ignored custom files for dependencies provided by the user.
domgz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| identifier: dcmitype | ||
| ontology_file: https://www.dublincore.org/specifications/dublin-core/dcmi-terms/dublin_core_type.ttl | ||
| reference_by_label: False | ||
| namespaces: | ||
| dcmitype: "http://purl.org/dc/dcmitype/" | ||
| active_relationships: [] |
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| --- | ||
| identifier: dcterms | ||
| ontology_file: https://www.dublincore.org/specifications/dublin-core/dcmi-terms/dublin_core_terms.ttl | ||
| reference_by_label: False | ||
| requirements: | ||
| - dcmitype | ||
| namespaces: | ||
| dcterms: "http://purl.org/dc/terms/" | ||
| active_relationships: [] |
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| identifier: emmo-datamodel | ||
| ontology_file: https://emmo-repo.github.io/datamodel-ontology/versions/0.0.2/metamodel-inferred.ttl | ||
| reference_by_label: Treu | ||
| namespaces: | ||
| datamodel: http://emmo.info/datamodel# | ||
| active_relationships: | ||
| - "http://emmo.info/datamodel#composition" |
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| --- | ||
| identifier: prov | ||
| ontology_file: http://www.w3.org/ns/prov-o | ||
| format: ttl | ||
| reference_by_label: False | ||
| namespaces: | ||
| prov: http://www.w3.org/ns/prov# | ||
| active_relationships: [] |
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.