-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
related to issue #53 - Added relation namespace - Created relation document - Corrected reference to relation
- Loading branch information
1 parent
ae8f18f
commit d71359a
Showing
7 changed files
with
69 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 @@ | ||
This vocubulary is intended as a companion vocabulary to the RDF Cube Schema vocabulary. |
This file contains 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,29 @@ | ||
|
||
var respecConfig = { | ||
specStatus: "ZZ-BASIC", | ||
shortName: 'rdf-cube-schema-relation', | ||
edDraftURI: "", | ||
maxTocLevel: 4, | ||
github: { | ||
repoURL: "https://github.com/zazuko/rdf-cube-schema", | ||
branch: "documentation", // alternative branch | ||
}, | ||
editors: [{ | ||
name: "Thomas Bergwinkl", | ||
url: "https://www.zazuko.com", | ||
}, | ||
{ | ||
name: "Adrian Gschwend", | ||
url: "https://www.zazuko.com", | ||
}, | ||
{ | ||
name: "Bart van Leeuwen", | ||
url: "https://www.zazuko.com", | ||
}, | ||
{ | ||
name: "Michael Luggen", | ||
url: "https://www.zazuko.com", | ||
}] | ||
}; | ||
|
||
module.exports = respecConfig |
This file contains 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 @@ | ||
# Relation vocabulary # | ||
|
||
## Classes ## | ||
|
||
### relation:StandardError {#StandardError} | ||
|
||
## Properties |
This file contains 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,25 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset='utf-8'> | ||
<script type="text/javascript" src='https://respec.zazuko.com/js/respec-zazuko.js' async class='remove'></script> | ||
<script class='remove'> | ||
var module = {} | ||
</script> | ||
<script type="text/javascript" src='config.js' class='remove'> | ||
|
||
</script> | ||
<title>RDF Cube Schema - Relation vocabulary</title> | ||
</head> | ||
<body> | ||
<h1 id='title'>RDF Cube Schema - Relation vocabulary</h1> | ||
<section id='issue-summary'></section> | ||
<section id='abstract' data-include-format="markdown" data-include="abstract.md"></section> | ||
<section id='sotd'> </section> | ||
|
||
<section id='core' data-include-format="markdown" data-include="core.md"></section> | ||
|
||
<section id='references'></section> | ||
|
||
</body> | ||
</html> |
typo?