Skip to content

object/@datatype from specs is not sufficient #4

Description

@lueck

With the current spec for object/@datatype, it is impossible to declare data types not in XML Schema.

You can type your object literals with this attribute. The attribute value can contain any of the official data types from XML schema (like integer, float, double, decimal, time, date etc.) [specs]

But there are cases, where other datatypes must be expressed.

For example, there are datatypes in gis, like https://docs.cordh.net/modelling/#spatial-coordinate

<https://collection.itatti.harvard.edu/resource/ex/place>
        a crm:E53_Place ;
        crm:P168_place_is_defined_by  "POINT (9.1232696 45.2503146)"^^geo:wktLiteral .

We want to be able to extract such patterns. See our recipes.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions