We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0bab6c commit 5942119Copy full SHA for 5942119
index.js
@@ -56,7 +56,11 @@ const aliases = {
56
vcard: 'http://www.w3.org/2006/vcard/ns#',
57
wf: 'http://www.w3.org/2005/01/wf/flow#',
58
xsd: 'http://www.w3.org/2001/XMLSchema#',
59
- cco: 'http://www.ontologyrepository.com/CommonCoreOntologies/'
+ 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/'
64
}
65
66
/**
0 commit comments