Skip to content

Commit 16a2149

Browse files
committed
added common core ontology
1 parent 0900cfc commit 16a2149

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/CommonCoreOntology/'
5354
}
5455

5556
/**

0 commit comments

Comments
 (0)