Skip to content

Commit

Permalink
fix github deployment issue regarding root directory build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sepideh Alassi committed Jul 25, 2024
1 parent b08cbe0 commit a885e87
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ baseurl: "/JourneyStar" # the subpath of your site, e.g. /blog
url: "https://github.com/dhlab-basel" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: se_alassi
github_username: SepidehAlassi
source: docs
# Build settings
theme: minima
plugins:
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/index.markdown → index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Corresponding SHACL node shape:
```
Below, you can see an example of an RDF representation of a location:

![Location Representation](images/location_example.png)
![Location Representation](docs/images/location_example.png)

***
## PERSON
Expand Down Expand Up @@ -112,7 +112,7 @@ Corresponding SHACL node shape:

Below, you can see an example of an RDF representation of a person:

![Person Representation](images/person_example.png)
![Person Representation](docs/images/person_example.png)

***
## Event
Expand Down
4 changes: 2 additions & 2 deletions journeyStar.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ js:Dining rdf:type owl:Class;
rdfs:comment "A dining is an activity to consume food with or without company."@en .


### http://journey-star.dhlab.unibas.ch/ontology/JourneyStar#Occurence ###
js:Occurence rdf:type owl:Class ;
### http://journey-star.dhlab.unibas.ch/ontology/JourneyStar#Occurrence ###
js:Occurrence rdf:type owl:Class ;
rdfs:subClassOf js:Event ;
rdfs:label "Ereignis"@de,
"Occurrence"@en;
Expand Down
File renamed without changes.

0 comments on commit a885e87

Please sign in to comment.