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

VPDiscoverable is not deprecated #3

Open markwilkinson opened 10 months ago

markwilkinson commented 10 months ago
<!-- https://w3id.org/ejp-rd/vocabulary#VPDiscoverable -->

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

</owl:Class>