dbpedia / databus

A digital factory platform for managing files online with stable IDs, high-quality metadata, powerful API and tools for building on data: find, access, make interoperable, re-use
Apache License 2.0
41 stars 17 forks source link

impose a limit on dct:abstract? 200 chars? #7

Closed kurzum closed 1 year ago

kurzum commented 2 years ago

opinions?

holycrab13 commented 2 years ago
    sh:property [
        sh:path dct:abstract ;
        sh:severity sh:Violation ;
        sh:message "Besides the required occurance of dct:abstract without language tag, each occurance of dct:abstract must have less than 200 characters and each language must occure only once. "@en ;
        sh:uniqueLang true;
        sh:maxLength 200 ;
    ] . 

appears to be implemented in shacl test

holycrab13 commented 1 year ago

Limit for abstract set to 300 now, no limit for description