@prefix rdf: . @prefix sh: . @prefix rdfs: . @prefix dct: . @prefix pper: . @prefix egov: . @prefix sha-ev: . @prefix loca: . @prefix skos: . @prefix xsd: . @prefix schema: . @prefix m8g: . @prefix sha-ev: . sha-ev:Evidence a sh:NodeShape ; egov:xmlElementName "Evidence" ; sh:order 1 ; sh:targetClass m8g:Evidence ; rdfs:isDefinedBy sha-ev:2023b ; sh:property sha-ev:Evidence-type , sha-ev:Evidence-publisher , sha-ev:Evidence-subject , sha-ev:Evidence-created . sha-ev:Evidence-type a sh:PropertyShape ; sh:path dct:type ; sh:class m8g:EvidenceType ; sh:nodeKind sh:IRI ; sh:minCount 1 ; sh:maxCount 1 . sha-ev:Evidence-publisher a sh:PropertyShape ; sh:path dct:publisher ; sh:class m8g:PublicOrganization ; sh:nodeKind sh:IRI ; sh:minCount 1 ; sh:maxCount 1 . sha-ev:Evidence-subject a sh:PropertyShape ; sh:path dct:subject ; sh:class pper:PhysicalPerson ; sh:nodeKind sh:IRI ; sh:minCount 1 ; sh:maxCount 1 . sha-ev:Evidence-created a sh:PropertyShape ; egov:xmlElementName "Created" ; sh:order 12 ; sh:path dct:created ; sh:datatype xsd:date ; sh:minCount 1 ; sh:maxCount 1 .