International-Data-Spaces-Association / InformationModel

The Information Model of the International Data Spaces implements the IDS reference architecture as an extensible, machine readable and technology independent data model.
Apache License 2.0
64 stars 37 forks source link

replace line 174 sh:datatype xsd:string ;) by (new)sh:nodeKind sh:IRI #541

Closed changqin26 closed 2 years ago

changqin26 commented 2 years ago

@JohannesLipp , a change request raised from Pascal. Please review. There the propertyShape for foaf:homepage has sh:datatype xsd:string ; but according to the property definition in the refactor_helper.ttl it should link an xsd:anyUri. Therefore, we would like to have there a sh:nodeKind sh:IRI ; instead of the string definition.