European-Learning-Model icon indicating copy to clipboard operation
European-Learning-Model copied to clipboard

[EDC- MDR constraints SHACL] EscoOccupationRestriction not working as intended

Open Esayos opened this issue 2 years ago • 0 comments

EscoOccupationRestriction should either have the constraint applied to id, or changed the pattern to reflect actual items from Occupation controlled list.

https://github.com/european-commission-empl/European-Learning-Model/blob/3a3348b54ab6f553a7b2264348451b68d0d27399/rdf/ap/edc/EDC-constraints-mdr.ttl#L138

here you can see an example in JSON of an esco Occupation (http://data.europa.eu/esco/occupation/c94dc5b2-6b23-4915-8de5-a4e6ae86d802):

                        {
				  "type" : "Concept",
				  "id" : "http://data.europa.eu/esco/occupation/c94dc5b2-6b23-4915-8de5-a4e6ae86d802",
				  "inScheme" : {
					  "id" : "http://data.europa.eu/esco/model#Occupation",
					  "type": "ConceptScheme"
				  }
			  }

Esayos avatar Jan 27 '23 12:01 Esayos