Skip to content

Commit b994a0b

Browse files
authored
Merge pull request #31 from jeff-zucker/jeff-zucker-patch-1
Jeff zucker patch 1
2 parents e0bab6c + ab6f3bf commit b994a0b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ The vocabularies included in this repo are endorsed by [the Solid leader](https:
7676
| Ontology for vCard | vcard | [http://www.w3.org/2006/vcard/ns#](http://www.w3.org/2006/vcard/ns#) | Ontology for vCard based on RFC6350 |
7777
| Issue Tracking Ontology | wf | [http://www.w3.org/2005/01/wf/flow#](http://www.w3.org/2005/01/wf/flow#) | This ontology defines a very general class (Task) which can used for any kind of bug tracking, issue tracking, to-do-list management, action items, goal depednency, and so on. It captures the state of a task as a subclass, so that subsumption can be used. It captures a discussion thread about a task. It captures subtasks structure if necessary. A "Tracker" defines actual set of states, categories, etc., which a task can be in. The data about the tracker guides the software managing the task. <br/><br/>There is some workflow modeling finite state machine terms which are optional for more complex definition of the transitions allowed. |
7878
| XML Schema | xsd | [http://www.w3.org/2001/XMLSchema#](http://www.w3.org/2001/XMLSchema#) | This document describes the [XML Schema](https://www.w3.org/2001/XMLSchema#xmlschemap1) namespace. It also contains a directory of links to these related resources, using [Resource Directory Description Language](http://www.rddl.org/). |
79+
| Simple Knowledge Organization System | skos | [http://www.w3.org/2004/02/skos/core#](http://www.w3.org/2004/02/skos/core#) | Simple Knowledge Organization System (SKOS) and associated web technologies aim to enable preexisting controlled vocabularies to be consumed on the web and to allow vocabulary creators to publish born-digital vocabularies on the web. |
80+
| Vocabulary for annotating vocabulary descriptions | vann | [http://purl.org/vocab/vann/](http://purl.org/vocab/vann/) | This document describes a vocabulary for annotating descriptions of vocabularies with examples and usage notes. |
81+
| Annotea Bookmark Schema | bookmark | [http://www.w3.org/2002/01/bookmark#](http://www.w3.org/2002/01/bookmark#) | The Annotea Bookmark Schema, describing properties used to define instances of bookmarks, topics, and shortcuts. |
7982

8083
### Not finding what you need?
8184

index.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,11 @@ const aliases = {
5656
vcard: 'http://www.w3.org/2006/vcard/ns#',
5757
wf: 'http://www.w3.org/2005/01/wf/flow#',
5858
xsd: 'http://www.w3.org/2001/XMLSchema#',
59-
cco: 'http://www.ontologyrepository.com/CommonCoreOntologies/'
59+
cco: 'http://www.ontologyrepository.com/CommonCoreOntologies/',
60+
skos: 'http://www.w3.org/2004/02/skos/core#',
61+
bookmark: 'http://www.w3.org/2002/01/bookmark#',
62+
sparql: 'http://ontologi.es/sparql',
63+
vann: 'http://purl.org/vocab/vann/'
6064
}
6165

6266
/**

0 commit comments

Comments
 (0)