Skip to content

Commit 5942119

Browse files
authored
Add some important ontologies
Adds vann: bookmark: skos: and sparql:
1 parent e0bab6c commit 5942119

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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)