FAIR-IMPACT / MOD

Metadata for Ontology Description and Publication Ontology
Creative Commons Attribution 4.0 International
20 stars 8 forks source link

Define mod:SemanticArtefact as a subclass of dcat:Resource #44

Closed agbeltran closed 1 month ago

agbeltran commented 1 year ago

As per discussion on the first design issue (https://github.com/FAIR-IMPACT/MOD/discussions/34), considering MOD as a DCAT-Profile, we will define mode:SemanticArtefact as a subclass of dcat:Dataset

mod:SemanticArtefact
  a rdfs:Class ;
  a owl:Class ;
  rdfs:subClassOf dcat:Dataset ;
agbeltran commented 9 months ago

Further to discussions which are summarised in https://github.com/FAIR-IMPACT/MOD/discussions/34, we will derive mod:SemanticArtefact from dcat:Resource

mod:SemanticArtefact
  a rdfs:Class ;
  a owl:Class ;
  rdfs:subClassOf dcat:Resource ;
jonquet commented 1 month ago

Closing as this was done in v3.0