Commit d71b7dc6 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

check prefix for geo

parent afb19afd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ public class Clause_9_4_2_Checker extends AbstractClauseChecker {
		PREFIXES.put("vann", "http://purl.org/vocab/vann/");
		PREFIXES.put("voaf", "http://purl.org/vocommons/voaf#");
		PREFIXES.put("schema", "http://schema.org/");
		PREFIXES.put("geo", "http://www.opengis.net/ont/geosparql#");
		PREFIXES.put("saref", "https://saref.etsi.org/core/");
	}