From cfebb707884c3319d6151a554a843b64a076321b Mon Sep 17 00:00:00 2001 From: aussenac <88-aussenac@users.noreply.022e47118ec0> Date: Fri, 14 Jun 2024 00:28:50 +0000 Subject: [PATCH] Update DMO-core-SWI.ttl --- DMO-core-SWI.ttl | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/DMO-core-SWI.ttl b/DMO-core-SWI.ttl index 9a99550..9adde20 100644 --- a/DMO-core-SWI.ttl +++ b/DMO-core-SWI.ttl @@ -11,13 +11,23 @@ @prefix prov: <http://www.w3.org/ns/prov#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . -@prefix dmo-c: <http://www.semanticweb.org/matth/ontologies/2022/5/dmo-c#> . +@prefix dmo-c: <https://w3id.org/dmo-c#> . @prefix vcard: <http://www.w3.org/2006/vcard/ns#> . @base <https://www.irit.fr/recherches/MELODI/ontologies/DMO/dmo-c-swi> . <https://www.irit.fr/recherches/MELODI/ontologies/DMO/dmo-c-swi> rdf:type owl:Ontology ; - owl:imports <http://www.semanticweb.org/matth/ontologies/2022/5/dmo-c> , - <http://www.w3.org/2006/vcard/ns> . + owl:imports <https://w3id.org/dmo-c> , <http://www.w3.org/2006/vcard/ns> ; + <http://purl.org/dc/terms/contributor> "Bao Long Nguyen" ; + <http://purl.org/dc/terms/created> "2022-06-01" ; + <http://purl.org/dc/terms/creator> "Amina Annane" , "Cassia Trojahn" , "Mouna Kamel" , "Nathalie Aussenac-Gilles" ; + <http://purl.org/dc/terms/description> "DMO-c-swi has been developped in the context of Semantics4FAIR project (https://www.irit.fr/semantics4fair/) that aims at improving the FAIRness degree of domain datasets. The project takes as a use case meteorological datasets. It is a (FAIR) core semantic model for representing different kinds of metadata for describing any kind of multidimensional tabular datasets, both at descriptive and structural levels. This model corresponds to a specialization of the DMO model to represent the metadata of the SWI collection of datasets proposed by MétéoFrance <https://donneespubliques.meteofrance.fr/?fond=produit&id_produit=301&id_rubrique=40> ; + <http://purl.org/dc/terms/license> "https://creativecommons.org/licenses/by/4.0/" ; + <http://purl.org/dc/terms/publisher> "IRIT laboratory (https://www.irit.fr/)" ; + <http://purl.org/dc/terms/title> "SWI Dataset Metadata Ontology (DMO-C-SWI) for Multidimensional and Tabular Data of the SWI colelction by Météo_France"@en ; + <http://purl.org/vocab/vann/preferredNamespacePrefix> "dmo-c-swi" ; + # <http://purl.org/vocab/vann/preferredNamespaceUri> "https://w3id.org/dmo" ; + rdfs:label "SWI Dataset Metadata Ontology (DMO-C-SWI)" ; + owl:versionInfo "1.0.0" . ################################################################# # Individuals -- GitLab