Health-RI / health-ri-metadata

health ri metadata schemas
5 stars 1 forks source link

Range for some properties #54

Open a-nayden opened 4 months ago

a-nayden commented 4 months ago
denatahvildari commented 4 months ago

please check the refine diagram here: https://github.com/Health-RI/health-ri-metadata/blob/master/Diagrams%20(Visual%20Paradigm)/Plateau%201%20-%20Core%20schema%20Conceptual%20model/CoreModelImage.png to access it in visual paradigm here: https://github.com/Health-RI/health-ri-metadata/blob/master/Diagrams%20(Visual%20Paradigm)/Plateau%201%20-%20Core%20schema%20Conceptual%20model/coreMedataSchemaRefinedP1.vpp the updates on shapes as well are here: https://github.com/Health-RI/health-ri-metadata/blob/master/Foraml%20Models%20(shapes%2C%20rdf%2C%20skos%2C)/Core%20Metadata%20Module/coreRules.shapes.ttl

a-nayden commented 4 months ago

in DCAT v3 there is a difference between version and hasVersion - first one is a literal version and can be expressed as a string and hasVersion is an equivalent of pav:hasVersion and is used to link a resource to its versions, so the range is Resource or IRI (to the previous version of the resource)

As for title and description would be nice to have refs:literal so we can have a value with language information stored as a label. That is how FDP works currently.