Skip to content

CatalogRecord.language marked with sh:Violation #475

@joachimnielandt

Description

@joachimnielandt

sh:path dct:language ;

In the following snippet...

:CatalogRecord_Shape
    a sh:NodeShape ;
    rdfs:label "Catalog Record"@en ;
    sh:property [
        sh:path dct:language ;
        sh:severity sh:Violation
    ];
    sh:targetClass dcat:CatalogRecord .

... dct:language is marked with sh:Violation. I previously thought this had an impact on the cardinalities, but after reading a bit more on shacl it looks to me like this is an empty rule. How should this be interpreted?

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