EntitySchema:E1: Difference between revisions

Jump to navigation Jump to search
(Updated Schema text: +official website, coordinate location)
(Updated Schema text: Fix geocoordinates type and prefix.)
Schema / Line 6: Schema / Line 6:


PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>  
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>  
PREFIX geo: <http://www.opengis.net/ont/geosparql#>


/* validates with CORS Everywhere extension enabled with whitelist: /^https?...shex-simple.toolforge.org\//  
/* validates with CORS Everywhere extension enabled with whitelist: /^https?...shex-simple.toolforge.org\//  
Schema / Line 35: Schema / Line 36:


   # coordinate location
   # coordinate location
   wfdt:P3 xsd:decimal ?;
   wfdt:P3 geo:wktLiteral ?;
}
}