swiss-art-research-net / skkg-pipeline

ETL pipeline for the Sammlung Digital project
2 stars 0 forks source link

Add 'T' to last modified timespan #142

Closed fkraeutli closed 7 months ago

fkraeutli commented 7 months ago

see https://github.com/swiss-art-research-net/skkg-data/issues/22

fkraeutli commented 7 months ago

Fixed

PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
SELECT * WHERE {
  ?s crm:P70i_is_documented_in/crm:P94i_was_created_by/crm:P4_has_time-span/crm:P82_at_some_time_within ?timespan .
  FILTER(!CONTAINS(?timespan, "T"))
} LIMIT 10