ejp-rd-vp / resource-metadata-schema-ontology

As part of the European Joint Programme (EJP) for Rare Diseases meta data standards (see https://github.com/ejp-rd-vp/resource-metadata-schema) have been developed for rare disease registries to describe their metadata that will improve the FAIR-ness of these resources. This repository defines the ontology that describes the resource metadata schema based on DCAT 2.0 and EDAM.
MIT License
1 stars 0 forks source link

Align with resource-metadata-schema requests regarding vpConnection #1

Closed henrietteharmse closed 11 months ago

henrietteharmse commented 1 year ago

See: https://github.com/ejp-rd-vp/resource-metadata-schema/issues/45 https://github.com/ejp-rd-vp/resource-metadata-schema/issues/40

henrietteharmse commented 1 year ago

Changes applied as follows: image image

markwilkinson commented 1 year ago

In keeping with the OA decisions, the following term should be deprecated:

<!-- http://purl.org/ejp-rd/vocabulary/VPContentDiscovery -->

<owl:Class rdf:about="http://purl.org/ejp-rd/vocabulary/VPContentDiscovery">
    <rdfs:subClassOf rdf:resource="http://purl.org/ejp-rd/vocabulary/VPConnection"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">VPContentDiscovery</rdfs:label>
</owl:Class>

There will be two new terms:

<owl:Class rdf:about="http://purl.org/ejp-rd/vocabulary/VPBeacon2_individuals">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">VPBeacon2_individuals</rdfs:label>
</owl:Class>

<owl:Class rdf:about="http://purl.org/ejp-rd/vocabulary/VPBeacon2_catalog">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">VPBeacon2_catalog</rdfs:label>
</owl:Class>

I would also suggest that an appropriate parent class for these two classes would be http://edamontology.org/operation_2421 (Database Search)

These will be used as annotations for dcat:dataServices using the dct:type predicate, as recommended in the DCAT2 specification: https://www.w3.org/TR/vocab-dcat-2/#a-dataset-available-from-a-service

henrietteharmse commented 1 year ago

@HaddadTala @markwilkinson Can either of you provide descriptions for VPBeacon2_individuals and VPBeacon2_catalog?