epos-eu / EPOS-DCAT-AP

DCAT-AP extension for the EPOS solid Earth sciences community
MIT License
14 stars 61 forks source link

IriTemplateMappingShape duplicate entry for range #431

Closed nbrinckm closed 5 years ago

nbrinckm commented 5 years ago

Hi there, we at GFZ wonder why there is a duplicate entry for the range property in the IriTemplateMappingShape.

sh:property [
      sh:path rdfs:range ;
      sh:datatype xsd:string ;
      sh:minCount 1 ;
      sh:maxCount 1 ;   
  ] ;
  sh:property [
      sh:path rdfs:range ;
      sh:datatype xsd:string ;
      sh:maxCount 1 ;   
  ] ;

I thinkt the second entry with just the maxCount is not necessary. Does I miss something?

rpaciello commented 5 years ago

Yes, you are right. I have just accepted your pull request. Thank you.