Skip to content

Commit

Permalink
Merge pull request #1 from emmo-repo/generate-class-index
Browse files Browse the repository at this point in the history
Update IRIs in the ontology making the class index generation work
  • Loading branch information
pierluigidelnostro authored Nov 8, 2024
2 parents 76e8997 + 6a19203 commit 5b737e0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd_update_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
run: |
ontodoc \
--iri-regex=https://w3id.org/emmo/domain/nanoindentation \
nanoindentation.ttl \
public/nanoindentation-inferred.ttl \
build/nanoindentation.rst
cp README.md build/
cp -f README.md build/
sphinx-build "build/" "public/"
- name: Publish on GitHub Pages
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ The Nanoindentation Testing ontology is built with an alignment with CHAMEO and
| CHAMEO | 1.0.0-beta5 |


## Resources
- Squashed ontology (all imported ontologies included in the same turtle file for fast and robust loading):
[https://w3id.org/emmo/domain/nanoindentation/](https://w3id.org/emmo/domain/nanoindentation/turtle)
- Pre-inferred ontology: https://w3id.org/emmo/domain/nanoindentation/inferred
- [Class index](https://w3id.org/emmo/domain/nanoindentation/)


## Attribution and Credits

### Authors
Expand Down
7 changes: 4 additions & 3 deletions nanoindentation.ttl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@prefix : <https://w3id.org/emmo/domain/domain-nanoindentation/nanoindentation#> .
@prefix : <https://w3id.org/emmo/domain/nanoindentation#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
Expand All @@ -7,9 +7,10 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix chameo: <https://w3id.org/emmo/domain/characterisation-methodology/chameo#> .
@base <https://w3id.org/emmo/domain/domain-nanoindentation/nanoindentation#> .
@base <https://w3id.org/emmo/domain/nanoindentation#> .

<http://emmo.info/emmo/domain/nanoind> rdf:type owl:Ontology ;
<https://w3id.org/emmo/domain/nanoindentation> rdf:type owl:Ontology ;
owl:versionIRI <https://w3id.org/emmo/domain/1.0.0-alpha1/nanoindentation> ;
owl:imports <https://w3id.org/emmo/domain/characterisation-methodology/chameo> ;
<http://purl.org/dc/terms/abstract> "Nanoindentation testing ontology developed within the NanoMECommons project."@en ;
<http://purl.org/dc/terms/alternative> "NanoInd" ;
Expand Down

0 comments on commit 5b737e0

Please sign in to comment.