@@ -17,7 +17,9 @@ const aliases = {
1717 acl : 'http://www.w3.org/ns/auth/acl#' ,
1818 arg : 'http://www.w3.org/ns/pim/arg#' ,
1919 as : 'https://www.w3.org/ns/activitystreams#' ,
20+ bookmark : 'http://www.w3.org/2002/01/bookmark#' ,
2021 cal : 'http://www.w3.org/2002/12/cal/ical#' ,
22+ cco : 'http://www.ontologyrepository.com/CommonCoreOntologies/' ,
2123 cert : 'http://www.w3.org/ns/auth/cert#' ,
2224 contact : 'http://www.w3.org/2000/10/swap/pim/contact#' ,
2325 dc : 'http://purl.org/dc/elements/1.1/' ,
@@ -26,6 +28,7 @@ const aliases = {
2628 foaf : 'http://xmlns.com/foaf/0.1/' ,
2729 geo : 'http://www.w3.org/2003/01/geo/wgs84_pos#' ,
2830 gpx : 'http://www.w3.org/ns/pim/gpx#' ,
31+ gr : 'http://purl.org/goodrelations/v1#' ,
2932 http : 'http://www.w3.org/2007/ont/http#' ,
3033 httph : 'http://www.w3.org/2007/ont/httph#' ,
3134 icalTZ : 'http://www.w3.org/2002/12/cal/icaltzd#' , // Beware: not cal:
@@ -39,6 +42,7 @@ const aliases = {
3942 pad : 'http://www.w3.org/ns/pim/pad#' ,
4043 patch : 'http://www.w3.org/ns/pim/patch#' ,
4144 prov : 'http://www.w3.org/ns/prov#' ,
45+ pto : 'http://www.productontology.org/id/' ,
4246 qu : 'http://www.w3.org/2000/10/swap/pim/qif#' ,
4347 trip : 'http://www.w3.org/ns/pim/trip#' ,
4448 rdf : 'http://www.w3.org/1999/02/22-rdf-syntax-ns#' ,
@@ -47,19 +51,17 @@ const aliases = {
4751 sched : 'http://www.w3.org/ns/pim/schedule#' ,
4852 schema : 'http://schema.org/' , // @@ beware confusion with documents no 303
4953 sioc : 'http://rdfs.org/sioc/ns#' ,
54+ skos : 'http://www.w3.org/2004/02/skos/core#' ,
5055 solid : 'http://www.w3.org/ns/solid/terms#' ,
5156 space : 'http://www.w3.org/ns/pim/space#' ,
5257 stat : 'http://www.w3.org/ns/posix/stat#' ,
5358 tab : 'http://www.w3.org/2007/ont/link#' ,
5459 tabont : 'http://www.w3.org/2007/ont/link#' ,
5560 ui : 'http://www.w3.org/ns/ui#' ,
61+ vann : 'http://purl.org/vocab/vann/'
5662 vcard : 'http://www.w3.org/2006/vcard/ns#' ,
5763 wf : 'http://www.w3.org/2005/01/wf/flow#' ,
5864 xsd : 'http://www.w3.org/2001/XMLSchema#' ,
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- vann : 'http://purl.org/vocab/vann/'
6365}
6466
6567/**
0 commit comments