Skip to content

Object property vs. Data property #7

@CFGrote

Description

@CFGrote

All properties in model.owl.ttl are of type owl:ObjectProperty. This causes problem in ontop because the reasoner
expects ObjectProperties to relate to objects, not Literals (xsd:string, xsd:int, xsd:date, xsd:dateTime, ...). One example is core:acquisition_date which relates to strings such as "2025-02-06^^xsd:date" and should therefore be a DataProperty, not an ObjectProperty. The same holds for numerous other properties.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions