Skip to content
Snippets Groups Projects
Commit af60d976 authored by esikkala's avatar esikkala
Browse files

Fix timespan label

parent c1240b80
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ module.exports = {
{
?expression_creation frbroo:R18_created ?id .
?expression_creation crm:P4_has_time-span ?timespan .
?timespan rdfs:label ?timespan__id .
?timespan skos:prefLabel ?timespan__id .
?timespan crm:P79_beginning_is_qualified_by ?timespan__start .
?timespan crm:P80_end_is_qualified_by ?timespan__end .
BIND (?timespan__id AS ?timespan__prefLabel)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment