Skip to content

Commit

Permalink
update to camelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Oct 2, 2024
1 parent c8d20b1 commit faf9acd
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion book/publishing/publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ exposes a potential route a group might take to develop a usable tool. Such a
tool might, for example, leverage the Electron app dev environment to evolve
this approach in a more dedicated tool/manner.

Use a JSON-LD document ([Example](https://github.com/iodepo/odis-arch/blob/master/book/thematics/sdg/graphs/creativework.json)) one could
Use a JSON-LD document ([Example](https://github.com/iodepo/odis-in/blob/master/dataGraphs/thematics/sdg/graphs/creativeWork.json)) one could
load this into something like
the [JSONschema.net tool](https://jsonschema.net/).

Expand Down
10 changes: 5 additions & 5 deletions book/thematics/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ guidance and other creative works. Due to this OIH will focus on a generic exam
of [schema.org/CreativeWork](https://schema.org/CreativeWork) and then provide examples
for more focused creative work examples.

```{literalinclude} ../../../odis-in/dataGraphs/thematics/docs/graphs/creativework.json
```{literalinclude} ../../../odis-in/dataGraphs/thematics/docs/graphs/creativeWork.json
:linenos:
```

Expand Down Expand Up @@ -81,7 +81,7 @@ parentdir = os.path.dirname(currentdir)
sys.path.insert(0, parentdir)
with open("../../../odis-in/dataGraphs/thematics/docs/graphs/creativework.json") as dgraph:
with open("../../../odis-in/dataGraphs/thematics/docs/graphs/creativeWork.json") as dgraph:
doc = json.load(dgraph)
frame = {
Expand Down Expand Up @@ -129,7 +129,7 @@ parentdir = os.path.dirname(currentdir)
sys.path.insert(0, parentdir)
from lib import jbutils
with open("../../../odis-in/dataGraphs/thematics/docs/graphs/creativework.json") as dgraph:
with open("../../../odis-in/dataGraphs/thematics/docs/graphs/creativeWork.json") as dgraph:
doc = json.load(dgraph)
frame = {
Expand Down Expand Up @@ -176,7 +176,7 @@ parentdir = os.path.dirname(currentdir)
sys.path.insert(0, parentdir)
from lib import jbutils
with open("../../../odis-in/dataGraphs/thematics/docs/graphs/creativework.json") as dgraph:
with open("../../../odis-in/dataGraphs/thematics/docs/graphs/creativeWork.json") as dgraph:
doc = json.load(dgraph)
frame = {
Expand Down Expand Up @@ -218,7 +218,7 @@ parentdir = os.path.dirname(currentdir)
sys.path.insert(0, parentdir)
from lib import jbutils
with open("../../../odis-in/dataGraphs/thematics/docs/graphs/creativework.json") as dgraph:
with open("../../../odis-in/dataGraphs/thematics/docs/graphs/creativeWork.json") as dgraph:
doc = json.load(dgraph)
frame = {
Expand Down
14 changes: 7 additions & 7 deletions book/thematics/identifier/id.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The following example graph shows some of the properties we can use
to provide source and provenance information about a resource.


```{literalinclude} ../../../odis-in/dataGraphs/thematics/identifier/graphs/creativework.json
```{literalinclude} ../../../odis-in/dataGraphs/thematics/identifier/graphs/creativeWork.json
:linenos:
:emphasize-lines: 8-34
```
Expand All @@ -63,7 +63,7 @@ parentdir = os.path.dirname(currentdir)
sys.path.insert(0, parentdir)
from lib import jbutils
with open("../../../odis-in/dataGraphs/thematics/identifier/graphs/creativework.json") as dgraph:
with open("../../../odis-in/dataGraphs/thematics/identifier/graphs/creativeWork.json") as dgraph:
doc = json.load(dgraph)
context = {
Expand Down Expand Up @@ -110,7 +110,7 @@ parentdir = os.path.dirname(currentdir)
sys.path.insert(0, parentdir)
from lib import jbutils
with open("../../../odis-in/dataGraphs/thematics/identifier/graphs/creativework.json") as dgraph:
with open("../../../odis-in/dataGraphs/thematics/identifier/graphs/creativeWork.json") as dgraph:
doc = json.load(dgraph)
frame = {
Expand Down Expand Up @@ -196,7 +196,7 @@ parentdir = os.path.dirname(currentdir)
sys.path.insert(0, parentdir)
from lib import jbutils
with open("../../../odis-in/dataGraphs/thematics/identifier/graphs/creativework.json") as dgraph:
with open("../../../odis-in/dataGraphs/thematics/identifier/graphs/creativeWork.json") as dgraph:
doc = json.load(dgraph)
frame = {
Expand Down Expand Up @@ -256,7 +256,7 @@ parentdir = os.path.dirname(currentdir)
sys.path.insert(0, parentdir)
from lib import jbutils
with open("../../../odis-in/dataGraphs/thematics/identifier/graphs/creativework.json") as dgraph:
with open("../../../odis-in/dataGraphs/thematics/identifier/graphs/creativeWork.json") as dgraph:
doc = json.load(dgraph)
frame = {
Expand Down Expand Up @@ -322,7 +322,7 @@ parentdir = os.path.dirname(currentdir)
sys.path.insert(0, parentdir)
from lib import jbutils
with open("../../../odis-in/dataGraphs/thematics/identifier/graphs/creativework.json") as dgraph:
with open("../../../odis-in/dataGraphs/thematics/identifier/graphs/creativeWork.json") as dgraph:
doc = json.load(dgraph)
frame = {
Expand Down Expand Up @@ -428,7 +428,7 @@ parentdir = os.path.dirname(currentdir)
sys.path.insert(0, parentdir)
from lib import jbutils
with open("../../../odis-in/dataGraphs/thematics/identifier/graphs/creativework.json") as dgraph:
with open("../../../odis-in/dataGraphs/thematics/identifier/graphs/creativeWork.json") as dgraph:
doc = json.load(dgraph)
frame = {
Expand Down
14 changes: 7 additions & 7 deletions book/thematics/provenance/id.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ and subtypes like Dataset and Map.
The following example graph shows some of the properties we can use
to provide source and provenance information about a resource.

```{literalinclude} ./graphs/creativework.json
```{literalinclude} ./graphs/creativeWork.json
:linenos:
:emphasize-lines: 8-34
```
Expand All @@ -63,7 +63,7 @@ sys.path.insert(0, parentdir)
from lib import jbutils
with open("../../../odis-in/dataGraphs/thematics/provenance/graphs/creativework.json") as dgraph:
with open("../../../odis-in/dataGraphs/thematics/provenance/graphs/creativeWork.json") as dgraph:
doc = json.load(dgraph)
context = {
Expand Down Expand Up @@ -116,7 +116,7 @@ parentdir = os.path.dirname(currentdir)
sys.path.insert(0, parentdir)
from lib import jbutils
with open("../../../odis-in/dataGraphs/thematics/provenance/graphs/creativework.json") as dgraph:
with open("../../../odis-in/dataGraphs/thematics/provenance/graphs/creativeWork.json") as dgraph:
doc = json.load(dgraph)
frame = {
Expand Down Expand Up @@ -205,7 +205,7 @@ parentdir = os.path.dirname(currentdir)
sys.path.insert(0, parentdir)
from lib import jbutils
with open("../../../odis-in/dataGraphs/thematics/provenance/graphs/creativework.json") as dgraph:
with open("../../../odis-in/dataGraphs/thematics/provenance/graphs/creativeWork.json") as dgraph:
doc = json.load(dgraph)
frame = {
Expand Down Expand Up @@ -269,7 +269,7 @@ parentdir = os.path.dirname(currentdir)
sys.path.insert(0, parentdir)
from lib import jbutils
with open("../../../odis-in/dataGraphs/thematics/provenance/graphs/creativework.json") as dgraph:
with open("../../../odis-in/dataGraphs/thematics/provenance/graphs/creativeWork.json") as dgraph:
doc = json.load(dgraph)
frame = {
Expand Down Expand Up @@ -340,7 +340,7 @@ parentdir = os.path.dirname(currentdir)
sys.path.insert(0, parentdir)
from lib import jbutils
with open("../../../odis-in/dataGraphs/thematics/provenance/graphs/creativework.json") as dgraph:
with open("../../../odis-in/dataGraphs/thematics/provenance/graphs/creativeWork.json") as dgraph:
doc = json.load(dgraph)
frame = {
Expand Down Expand Up @@ -458,7 +458,7 @@ parentdir = os.path.dirname(currentdir)
sys.path.insert(0, parentdir)
from lib import jbutils
with open("../../../odis-in/dataGraphs/thematics/provenance/graphs/creativework.json") as dgraph:
with open("../../../odis-in/dataGraphs/thematics/provenance/graphs/creativeWork.json") as dgraph:
doc = json.load(dgraph)
frame = {
Expand Down

0 comments on commit faf9acd

Please sign in to comment.