Skip to content

Commit 2c0af51

Browse files
committed
Made dataset usage tutorial for AWS open data program
1 parent d1a44dd commit 2c0af51

13 files changed

Lines changed: 14655 additions & 14655 deletions

docs/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ AddType application/n-triples .n3
1010
AddType application/ld+json .jsonld
1111
# Rewrite engine setup
1212
RewriteEngine On
13-
# Served at the vocabulary namespace root (https://w3id.org/heritagegraph/).
13+
# Served at the vocabulary namespace root (https://cair-nepal.org/heritagegraph/).
1414
# If you deploy under a sub-path, change this to match (e.g. /heritagegraph).
1515
RewriteBase /
1616

docs/context.jsonld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@context": {
3-
"heritageGraph": "https://w3id.org/heritagegraph/",
3+
"heritageGraph": "https://cair-nepal.org/heritagegraph/",
44
"crm": "http://www.cidoc-crm.org/cidoc-crm/",
55
"crminf": "http://www.cidoc-crm.org/extensions/crminf/",
66
"crmsci": "http://www.cidoc-crm.org/extensions/crmsci/",

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
<!-- SCHEMA.ORG METADATA -->
20-
<script type="application/ld+json">{"@context":"https://schema.org","@type":"TechArticle","url":"https://w3id.org/heritagegraph/ontology","image":"http://vowl.visualdataweb.org/webvowl/#iri=https://w3id.org/heritagegraph/ontology","name":"HeritageGraph Ontology", "headline":"Document describing the ontology https://w3id.org/heritagegraph/ontology", "dateReleased":"Tue Jun 23 18:13:11 UTC 2026", "dateModified":"2026-06-23", "version":"1.0.0", "license":"https://creativecommons.org/licenses/by/4.0/", "author":[{"@type":"Person","name":"CAIR-Nepal"}]}</script>
20+
<script type="application/ld+json">{"@context":"https://schema.org","@type":"TechArticle","url":"https://cair-nepal.org/heritagegraph/ontology","image":"http://vowl.visualdataweb.org/webvowl/#iri=https://cair-nepal.org/heritagegraph/ontology","name":"HeritageGraph Ontology", "headline":"Document describing the ontology https://cair-nepal.org/heritagegraph/ontology", "dateReleased":"Tue Jun 23 18:13:11 UTC 2026", "dateModified":"2026-06-23", "version":"1.0.0", "license":"https://creativecommons.org/licenses/by/4.0/", "author":[{"@type":"Person","name":"CAIR-Nepal"}]}</script>
2121

2222
<script src="resources/jquery.js"></script>
2323
<script src="resources/marked.min.js"></script>
@@ -77,7 +77,7 @@ <h1>HeritageGraph Ontology</h1>
7777
<dl>
7878
<dt>Modified on: 2026-06-23</dt>
7979
<dt>This version:</dt>
80-
<dd><a href="https://w3id.org/heritagegraph/ontology/1.0.0">https://w3id.org/heritagegraph/ontology/1.0.0</a></dd>
80+
<dd><a href="https://cair-nepal.org/heritagegraph/ontology/1.0.0">https://cair-nepal.org/heritagegraph/ontology/1.0.0</a></dd>
8181
<dt>Revision:</dt>
8282
<dd>1.0.0</dd>
8383
<dt>Authors:</dt>
@@ -88,7 +88,7 @@ <h1>HeritageGraph Ontology</h1>
8888
<dt>Download serialization:</dt><dd><span><a href="ontology.jsonld" target="_blank"><img src="https://img.shields.io/badge/Format-JSON_LD-blue.svg" alt="JSON-LD" /></a> </span><span><a href="ontology.owl" target="_blank"><img src="https://img.shields.io/badge/Format-RDF/XML-blue.svg" alt="RDF/XML" /></a> </span><span><a href="ontology.nt" target="_blank"><img src="https://img.shields.io/badge/Format-N_Triples-blue.svg" alt="N-Triples" /></a> </span><span><a href="ontology.ttl" target="_blank"><img src="https://img.shields.io/badge/Format-TTL-blue.svg" alt="TTL" /></a> </span></dd><dt>License:</dt><dd><a href="https://creativecommons.org/licenses/by/4.0/" target="_blank"><img src="https://img.shields.io/badge/License-CC--BY--4.0-blue.svg" alt="https://creativecommons.org/licenses/by/4.0/" /></a>
8989
</dd><dt>Visualization:</dt><dd><a href="webvowl/index.html#" target="_blank"><img src="https://img.shields.io/badge/Visualize_with-WebVowl-blue.svg" alt="Visualize with WebVowl" /></a></dd>
9090
<!-- <dt>Evaluation:</dt><dd><a href="OOPSevaluation/oopsEval.html#" target="_blank"><img src="https://img.shields.io/badge/Evaluate_with-OOPS! (OntOlogy Pitfall Scanner!)-blue.svg" alt="Evaluate with OOPS!" /></a></dd> --><dt>Cite as:</dt>
91-
<dd>CAIR-Nepal. HeritageGraph Ontology. Revision: 1.0.0. Retrieved from: https://w3id.org/heritagegraph/ontology/1.0.0</dd>
91+
<dd>CAIR-Nepal. HeritageGraph Ontology. Revision: 1.0.0. Retrieved from: https://cair-nepal.org/heritagegraph/ontology/1.0.0</dd>
9292
</dl>
9393

9494
<a href="provenance/provenance-en.html" target="_blank">Provenance of this page</a><hr/>

0 commit comments

Comments
 (0)