Skip to content

Commit eda6cfa

Browse files
author
Mitzi László
authored
Merge pull request #8 from JKReynolds/CCO
PR to add the Common Core Ontology
2 parents 0900cfc + eca8620 commit eda6cfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ const aliases = {
4949
ui: 'http://www.w3.org/ns/ui#',
5050
vcard: 'http://www.w3.org/2006/vcard/ns#',
5151
wf: 'http://www.w3.org/2005/01/wf/flow#',
52-
xsd: 'http://www.w3.org/2001/XMLSchema#'
52+
xsd: 'http://www.w3.org/2001/XMLSchema#',
53+
cco: 'http://www.ontologyrepository.com/CommonCoreOntologies/'
5354
}
5455

5556
/**

0 commit comments

Comments
 (0)