your syntax is compatible with wktLiteral, not gmlLiteral. GML Literal is
encoded in XML.

On Mon, Jun 22, 2020 at 10:14 AM Richard Dijkstra <
richarddijkstra1...@gmail.com> wrote:

> Dear all,
>
> Great 6.4 beta is available. So I have just downloaded 6.4 to look at the
> geosparql functionality.
> However creating a datagraph with a gmlliteral gives issues.
>
> Having definied a property as follows:
>
> ontetest64:POS
>   a geosparql:gmlLiteral ;
>   a owl:Class ;
>   a sh:NodeShape ;
>   rdfs:comment "Position class" ;
>   rdfs:label "POS" ;
>   rdfs:subClassOf owl:Thing ;
>   sh:property ontetest64:POS-StadLoc ;
> .
> ontetest64:POS-StadLoc
>   a sh:PropertyShape ;
>   sh:path ontetest64:StadLoc ;
>   sh:datatype geosparql:gmlLiteral ;
>   sh:name "Stad loc" ;
>
>
> I assume EDG would accept as a gmlliteral:
>
>     Point(-83.38 33.95)
>
> But EDG raise 2 errors:
>
> Malformed literal for datatype GML Literal
> Value: Point(-83.38 33.95)
>
> Value must be a valid literal of type gmlLiteral
> Value: Point(-83.38 33.95)
>
> I assume I am doing something wrong, but what?
>
> Kind regards,
> Richard Dijkstra
>
> --
> You received this message because you are subscribed to the Google Groups
> "TopBraid Suite Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to topbraid-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/topbraid-users/6f03c637-50ee-45db-8cb0-2c430289f7bdo%40googlegroups.com
> <https://groups.google.com/d/msgid/topbraid-users/6f03c637-50ee-45db-8cb0-2c430289f7bdo%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to topbraid-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/topbraid-users/CALfZuNpA-wsKemzLAzr-67DNcfwWBbWPj_dzMN03E%2BBmGxhjTA%40mail.gmail.com.

Reply via email to