diff --git a/releases/2.0.0/context/mldcat-ap.jsonld b/releases/2.0.0/context/mldcat-ap.jsonld index 0ae32fa..7d27e31 100644 --- a/releases/2.0.0/context/mldcat-ap.jsonld +++ b/releases/2.0.0/context/mldcat-ap.jsonld @@ -481,7 +481,9 @@ "@id": "http://purl.org/dc/terms/type", "@type": "@id" }, + "HexBinary": "http://www.w3.org/2001/XMLSchema#hexBinary", "ImageObject": "http://data.europa.eu/m8g/ImageObject", + "Integer": "http://www.w3.org/2001/XMLSchema#integer", "Library": "http://openml.org/openml#Library", "Library.title": { "@id": "http://purl.org/dc/terms/title" @@ -532,6 +534,11 @@ "@id": "http://openml.org/openml#hasOutputFilePrediction", "@type": "@id" }, + "MachineLearningModel.hasPrediction": { + "@container": "@set", + "@id": "http://data.europa.eu/m8g/hasPrediction", + "@type": "@id" + }, "MachineLearningModel.hasProvider": { "@container": "@set", "@id": "http://data.europa.eu/m8g/hasProvider", @@ -587,12 +594,18 @@ "MachineLearningModel.name": { "@id": "http://purl.org/dc/terms/title" }, + "MachineLearningModel.runnedOn": { + "@container": "@set", + "@id": "http://data.europa.eu/m8g/runnedOn", + "@type": "@id" + }, "MachineLearningModel.testedOn": { "@container": "@set", "@id": "http://data.europa.eu/m8g/testedOn", "@type": "@id" }, "MachineLearningModel.trainedOn": { + "@container": "@set", "@id": "http://data.europa.eu/m8g/trainedOn", "@type": "@id" }, @@ -614,6 +627,7 @@ }, "Measure": "http://openml.org/openml#Measure", "MediaTypeOrExtent": "http://purl.org/dc/terms/MediaTypeOrExtent", + "NonNegativeInteger": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger", "OutputFileDescription": "http://openml.org/openml#OutputFileDescription", "OutputFileDescription.id": { "@id": "http://purl.org/dc/terms/identifier" @@ -906,9 +920,6 @@ "TaskType.title": { "@id": "http://purl.org/dc/terms/title" }, - "TemporalLiteral": "http://www.w3.org/2000/01/rdf-schema#Literal", - "Xsd:hexBinary": "http://www.w3.org/2001/XMLSchema#hexBinary", - "Xsd:integer": "http://www.w3.org/2001/XMLSchema#integer", - "Xsd:nonNegativeInteger": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" + "TemporalLiteral": "http://www.w3.org/2000/01/rdf-schema#Literal" } } diff --git a/releases/2.0.0/context/mldcat-ap_en.jsonld b/releases/2.0.0/context/mldcat-ap_en.jsonld index 0ae32fa..7d27e31 100644 --- a/releases/2.0.0/context/mldcat-ap_en.jsonld +++ b/releases/2.0.0/context/mldcat-ap_en.jsonld @@ -481,7 +481,9 @@ "@id": "http://purl.org/dc/terms/type", "@type": "@id" }, + "HexBinary": "http://www.w3.org/2001/XMLSchema#hexBinary", "ImageObject": "http://data.europa.eu/m8g/ImageObject", + "Integer": "http://www.w3.org/2001/XMLSchema#integer", "Library": "http://openml.org/openml#Library", "Library.title": { "@id": "http://purl.org/dc/terms/title" @@ -532,6 +534,11 @@ "@id": "http://openml.org/openml#hasOutputFilePrediction", "@type": "@id" }, + "MachineLearningModel.hasPrediction": { + "@container": "@set", + "@id": "http://data.europa.eu/m8g/hasPrediction", + "@type": "@id" + }, "MachineLearningModel.hasProvider": { "@container": "@set", "@id": "http://data.europa.eu/m8g/hasProvider", @@ -587,12 +594,18 @@ "MachineLearningModel.name": { "@id": "http://purl.org/dc/terms/title" }, + "MachineLearningModel.runnedOn": { + "@container": "@set", + "@id": "http://data.europa.eu/m8g/runnedOn", + "@type": "@id" + }, "MachineLearningModel.testedOn": { "@container": "@set", "@id": "http://data.europa.eu/m8g/testedOn", "@type": "@id" }, "MachineLearningModel.trainedOn": { + "@container": "@set", "@id": "http://data.europa.eu/m8g/trainedOn", "@type": "@id" }, @@ -614,6 +627,7 @@ }, "Measure": "http://openml.org/openml#Measure", "MediaTypeOrExtent": "http://purl.org/dc/terms/MediaTypeOrExtent", + "NonNegativeInteger": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger", "OutputFileDescription": "http://openml.org/openml#OutputFileDescription", "OutputFileDescription.id": { "@id": "http://purl.org/dc/terms/identifier" @@ -906,9 +920,6 @@ "TaskType.title": { "@id": "http://purl.org/dc/terms/title" }, - "TemporalLiteral": "http://www.w3.org/2000/01/rdf-schema#Literal", - "Xsd:hexBinary": "http://www.w3.org/2001/XMLSchema#hexBinary", - "Xsd:integer": "http://www.w3.org/2001/XMLSchema#integer", - "Xsd:nonNegativeInteger": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger" + "TemporalLiteral": "http://www.w3.org/2000/01/rdf-schema#Literal" } } diff --git a/releases/2.0.0/html/examples/example-dataset.jsonld b/releases/2.0.0/html/examples/example-dataset.jsonld index 9bc782e..d6cd03d 100644 --- a/releases/2.0.0/html/examples/example-dataset.jsonld +++ b/releases/2.0.0/html/examples/example-dataset.jsonld @@ -1,5 +1,5 @@ { - "@context": "https://semiceu.github.io/MLDCAT-AP/releases/1.0.0/context/mldcat-ap.jsonld", + "@context": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/context/mldcat-ap.jsonld", "@graph": [ { "@id": "http://openml.org/openml/dataset/31", diff --git a/releases/2.0.0/html/examples/example-machinelearningmodel.jsonld b/releases/2.0.0/html/examples/example-machinelearningmodel.jsonld new file mode 100644 index 0000000..8d4c6af --- /dev/null +++ b/releases/2.0.0/html/examples/example-machinelearningmodel.jsonld @@ -0,0 +1,67 @@ +{ + "@context": [ + "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/context/mldcat-ap.jsonld", + { + "biro" : "http://purl.org/spar/biro/", + "cv" : "http://data.europa.eu/m8g/", + "openml" : "http://openml.org/openml#", + "lpwc" : "https://linkedpaperswithcode.com/class/", + "Xsd" : "http://www.w3.org/2001/XMLSchema#", + } + ], + "@graph": [ + { + "@id": "https://huggingface.co/bigscience/bloomz-7b1", + "@type": "MachineLearningModel", + "MachineLearningModel.created" : { + "@value": "2024-02-22T09:05:04", + "@type": "http://www.w3.org/2001/XMLSchema#dateTime" + }, + "MachineLearningModel.hasOutputFilePrediction" : "https://huggingface.co/bigscience/bloomz-7b1/blob/main/model.safetensors", + "MachineLearningModel.hasRepository" : "https://huggingface.co/bigscience/bloomz-7b1/tree/main", + "MachineLearningModel.hasBibliographicReference" : "http://example.com/BibliographicReference/1", + "MachineLearningModel.hasUploader" : "https://huggingface.co/Muennighoff", + "MachineLearningModel.intendedUse" : "We recommend using the model to perform tasks expressed in natural language. For example, given the prompt \"Translate to English: Je t’aime.\", the model will most likely answer \"I love you.\". Some prompt ideas from our paper:\n一个传奇的开端,一个不灭的神话,这不仅仅是一部电影,而是作为一个走进新时代的标签,永远彪炳史册。你认为这句话的立场是赞扬、中立还是批评?\nSuggest at least five related search terms to \"Mạng neural nhân tạo\".\nWrite a fairy tale about a troll saving a princess from a dangerous dragon. The fairy tale is a masterpiece that has achieved praise worldwide and its moral is \"Heroes Come in All Shapes and Sizes\". Story (in Spanish):\nExplain in a sentence in Telugu what is backpropagation in neural networks.\nFeel free to share your generations in the Community tab!", + "MachineLearningModel.licence" : "https://huggingface.co/spaces/bigscience/license", + "MachineLearningModel.limitations" : "Prompt Engineering: The performance may vary depending on the prompt. For BLOOMZ models, we recommend making it very clear when the input stops to avoid the model trying to continue it. For example, the prompt \"Translate to English: Je t'aime\" without the full stop (.) at the end, may result in the model trying to continue the French sentence. Better prompts are e.g. \"Translate to English: Je t'aime.\", \"Translate to English: Je t'aime. Translation:\" \"What is \"Je t'aime.\" in English?\", where it is clear for the model when it should answer. Further, we recommend providing the model as much context as possible. For example, if you want it to answer in Telugu, then tell the model, e.g. \"Explain in a sentence in Telugu what is backpropagation in neural networks.\".", + "MachineLearningModel.name": "bloomz-7b1", + "MachineLearningModel.trainedOn" : ["https://huggingface.co/datasets/bigscience/xP3","https://huggingface.co/datasets/bigscience/xP3all"], + "MachineLearningModel.version": "1.0.0" + }, + { + "@id" : "https://huggingface.co/bigscience/bloomz-7b1/blob/main/model.safetensors", + "@type": "OutputFilePrediction", + "OutputFilePrediction.format": "http://example.com/format/safetensors", + "OutputFilePrediction.identifier" : "bloomz-7b1-safetensors", + "OutputFilePrediction.title" : "model.safetensors", + "OutputFilePrediction.url" : "https://huggingface.co/bigscience/bloomz-7b1/resolve/main/model.safetensors" + }, + { + "@id": "https://huggingface.co/bigscience/bloomz-7b1/tree/main", + "@type": "Repository", + "Repository.hasFile" : "https://huggingface.co/bigscience/bloomz-7b1/blob/main/model.safetensors" + }, + { + "@id": "http://example.com/BibliographicReference/1", + "@type": "BibliographicReference", + "BibliographicReference.bibliographicCitation" : "@article{muennighoff2022crosslingual,\ntitle={Crosslingual generalization through multitask finetuning},\nauthor={Muennighoff, Niklas and Wang, Thomas and Sutawika, Lintang and Roberts, Adam and Biderman, Stella and Scao, Teven Le and Bari, M Saiful and Shen, Sheng and Yong, Zheng-Xin and Schoelkopf, Hailey and others},\njournal={arXiv preprint arXiv:2211.01786},\nyear={2022}}", + "BibliographicReference.format" : "http://example.com/format/BibTeX", + "BibliographicReference.references" : "https://arxiv.org/abs/2211.01786" + }, + { + "@id": "https://arxiv.org/abs/2211.01786", + "@type": "Paper", + "Paper.date" : { + "@value": "2023-05-29", + "@type": "http://www.w3.org/2001/XMLSchema#date" + }, + "Paper.hasDocument" : "https://arxiv.org/pdf/2211.01786", + "Paper.title" : "Crosslingual Generalization through Multitask Finetuning" + }, + { + "@id" : "https://huggingface.co/Muennighoff", + "@type": "Agent", + "Agent.name": "Niklas Muennighoff" + } + ] +} \ No newline at end of file diff --git a/releases/2.0.0/html/examples/example-machinelearningmodel.ttl b/releases/2.0.0/html/examples/example-machinelearningmodel.ttl new file mode 100644 index 0000000..dcd3d7f --- /dev/null +++ b/releases/2.0.0/html/examples/example-machinelearningmodel.ttl @@ -0,0 +1,51 @@ +@prefix xsd: . +@prefix dcterms: . +@prefix rdf: . +@prefix foaf: . +@prefix cv: . +@prefix openml: . +@prefix lpwc: . +@prefix biro: . + + dcterms:created "2024-02-22T09:05:04"^^xsd:dateTime ; + openml:hasOutputFilePrediction ; + cv:hasRepository ; + cv:hasBibliographicReference ; + openml:hasUploader ; + openml:intendedUse """We recommend using the model to perform tasks expressed in natural language. For example, given the prompt "Translate to English: Je t’aime.", the model will most likely answer "I love you.". Some prompt ideas from our paper: +一个传奇的开端,一个不灭的神话,这不仅仅是一部电影,而是作为一个走进新时代的标签,永远彪炳史册。你认为这句话的立场是赞扬、中立还是批评? +Suggest at least five related search terms to "Mạng neural nhân tạo". +Write a fairy tale about a troll saving a princess from a dangerous dragon. The fairy tale is a masterpiece that has achieved praise worldwide and its moral is "Heroes Come in All Shapes and Sizes". Story (in Spanish): +Explain in a sentence in Telugu what is backpropagation in neural networks. +Feel free to share your generations in the Community tab!""" ; + dcterms:license ; + openml:limitations "Prompt Engineering: The performance may vary depending on the prompt. For BLOOMZ models, we recommend making it very clear when the input stops to avoid the model trying to continue it. For example, the prompt \"Translate to English: Je t'aime\" without the full stop (.) at the end, may result in the model trying to continue the French sentence. Better prompts are e.g. \"Translate to English: Je t'aime.\", \"Translate to English: Je t'aime. Translation:\" \"What is \"Je t'aime.\" in English?\", where it is clear for the model when it should answer. Further, we recommend providing the model as much context as possible. For example, if you want it to answer in Telugu, then tell the model, e.g. \"Explain in a sentence in Telugu what is backpropagation in neural networks.\"." ; + dcterms:title "bloomz-7b1" ; + cv:trainedOn , ; + openml:version "1.0.0" ; + a cv:MachineLearningModel . + + dcterms:format ; + dcterms:title "model.safetensors" ; + openml:url ; + a openml:OutputFilePrediction . + + cv:hasFile ; + a lpwc:repository . + + dcterms:bibliographicCitation """@article{muennighoff2022crosslingual, +title={Crosslingual generalization through multitask finetuning}, +author={Muennighoff, Niklas and Wang, Thomas and Sutawika, Lintang and Roberts, Adam and Biderman, Stella and Scao, Teven Le and Bari, M Saiful and Shen, Sheng and Yong, Zheng-Xin and Schoelkopf, Hailey and others}, +journal={arXiv preprint arXiv:2211.01786}, +year={2022}}""" ; + dcterms:format "http://example.com/format/BibTeX" ; + dcterms:references ; + a biro:BibliographicReference . + + dcterms:date "2023-05-29"^^xsd:date ; + cv:hasDocument ; + dcterms:title "Crosslingual Generalization through Multitask Finetuning" ; + a lpwc:paper . + + foaf:name "Niklas Muennighoff" ; + a foaf:Agent . diff --git a/releases/2.0.0/html/overview.jpg b/releases/2.0.0/html/overview.jpg index e0b7bfb..96761f8 100644 Binary files a/releases/2.0.0/html/overview.jpg and b/releases/2.0.0/html/overview.jpg differ diff --git a/releases/2.0.0/index.html b/releases/2.0.0/index.html index 7d3a43c..8aab976 100644 --- a/releases/2.0.0/index.html +++ b/releases/2.0.0/index.html @@ -308,7 +308,7 @@

Overview

And supported by these datatypes:
- | Literal | Temporal Literal | xsd:hexBinary | xsd:integer | xsd:nonNegativeInteger | + | hexBinary | integer | Literal | nonNegativeInteger | Temporal Literal |

@@ -2502,7 +2502,7 @@

- xsd:nonNegativeInteger + nonNegativeInteger @@ -3288,6 +3288,7 @@

, has bibliographic reference , has engagement , has output file prediction + , has prediction , has provider , has repository , has risk @@ -3301,6 +3302,7 @@

, limitations , logo , name + , runned on , tested on , trained on , training process @@ -3776,6 +3778,49 @@

+ + + + + [o] + + + + + has prediction + + + + + Dataset + + + + + 0..* + + + The predicted dataset generated as output of a machine learning model. + + + + + + + + + + + + + + + [o] + + + + + runned on + + + + + Dataset + + + + + 0..* + + + The dataset on which a machine learning mode is executed. + + + + + + + + + + - 1 + 1..* The training dataset used to train the machine learning model. @@ -6438,7 +6526,7 @@

- xsd:hexBinary + hexBinary @@ -7528,7 +7616,7 @@

- xsd:integer + integer @@ -7571,7 +7659,7 @@

- xsd:integer + integer @@ -14155,84 +14243,84 @@

- + (create issue) -
- + Literal + data-content="http://www.w3.org/2001/XMLSchema#hexBinary" + data-placement="right">hexBinary
- A literal value such as a string or integer; Literals may be typed, e.g. as a date according to xsd:date. Literals that contain human-readable text have an optional language tag as defined by BCP 47. + Hex-encoded binary data. The ·value space· of hexBinary is the set of finite-length sequences of binary octets. - + (create issue) -
- + Temporal Literal + data-content="http://www.w3.org/2001/XMLSchema#integer" + data-placement="right">integer
- rdfs:Literal encoded using the relevant [[ISO8601]] Date and Time compliant string and typed using the appropriate XML Schema datatype (xsd:gYear, xsd:gYearMonth, xsd:date, or xsd:dateTime). + Integer is derived from decimal by fixing the value of fractionDigits to be 0 and disallowing the trailing decimal point. This results in the standard mathematical concept of the integer numbers. - + (create issue) -
- + xsd:hexBinary + data-content="http://www.w3.org/2000/01/rdf-schema#Literal" + data-placement="right">Literal
- Hex-encoded binary data. The ·value space· of hexBinary is the set of finite-length sequences of binary octets. + A literal value such as a string or integer; Literals may be typed, e.g. as a date according to xsd:date. Literals that contain human-readable text have an optional language tag as defined by BCP 47. - + (create issue) -
- + xsd:integer + data-content="http://www.w3.org/2001/XMLSchema#nonNegativeInteger" + data-placement="right">nonNegativeInteger
- Integer is derived from decimal by fixing the value of fractionDigits to be 0 and disallowing the trailing decimal point. This results in the standard mathematical concept of the integer numbers. + Number derived from integer by setting the value of minInclusive to be 0. - + (create issue) -
- + xsd:nonNegativeInteger + data-content="http://www.w3.org/2000/01/rdf-schema#Literal" + data-placement="right">Temporal Literal
- Number derived from integer by setting the value of minInclusive to be 0. + rdfs:Literal encoded using the relevant [[ISO8601]] Date and Time compliant string and typed using the appropriate XML Schema datatype (xsd:gYear, xsd:gYearMonth, xsd:date, or xsd:dateTime). @@ -14275,6 +14363,7 @@

Examples

Example Dataset
+
Example Machine Learning Model
@@ -16465,6 +16554,14 @@

Quick Reference of Classes and Properties

+ + + + + + + + @@ -16626,6 +16723,16 @@

Quick Reference of Classes and Properties

+ + Machine Learning Model +
http://data.europa.eu/m8g/MachineLearningModel
+ + has prediction +
http://data.europa.eu/m8g/hasPrediction
+ + + + Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
@@ -16756,6 +16863,16 @@

Quick Reference of Classes and Properties

+ + Machine Learning Model +
http://data.europa.eu/m8g/MachineLearningModel
+ + runned on +
http://data.europa.eu/m8g/runnedOn
+ + + + Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
diff --git a/releases/2.0.0/index_en.html b/releases/2.0.0/index_en.html deleted file mode 100644 index 7d3a43c..0000000 --- a/releases/2.0.0/index_en.html +++ /dev/null @@ -1,18141 +0,0 @@ - - - - - - - - - - MLDCAT-AP - - - - - - - - - - - - - - - - - - - -
-

Abstract

-MLDCAT-AP aims to describe machine learning models, together with their datasets, quality measured on the datasets and citing papers. It has been originally developed in collaboration with OpenML. -
- - -
-

- Introduction -

- -

-MLDCAT-AP (Machine Learning DCAT-AP) is an application profile that extends DCAT-AP in the field of machine learning. -

- -
- - - - -
-

Status

-

- This Application Profile has the status SEMIC Candidate Recommendation published at 2024-05-29. -

-

- Information about the process and the decisions involved in the creation of this specification are consultable at the Changelog. -

-
- - - - -
-

- License -

- -

- - Copyright © 2024 European Union. All material in this repository is published under the license CC-BY 4.0, unless explicitly otherwise mentioned. -

- -
- - - -
-
- - - - -
-

- Terminology -

-

- An Application Profile is a data specification aimed to facilitate the data exchange in a well-defined application context. It re-uses concepts from one or more semantic data specifications, while adding more specificity, by identifying mandatory, recommended, and optional elements, addressing particular application needs, and providing recommendations for controlled vocabularies to be used. - More information can be found on the SEMIC Style Guide. -

- -This specification uses the following prefixes to shorten the URIs for readibility. - - - - - - - - - - - - - - - - - - - - - - - - - -
PrefixNamespace IRI
admshttp://www.w3.org/ns/adms#
birohttp://purl.org/spar/biro/
cvhttp://data.europa.eu/m8g/
dcathttp://www.w3.org/ns/dcat#
dcthttp://purl.org/dc/terms/
dqvhttp://www.w3.org/ns/dqv#
foafhttp://xmlns.com/foaf/0.1/
lpwchttps://linkedpaperswithcode.com/class/
lpwc-phttps://linkedpaperswithcode.com/property/
mlshttp://www.w3.org/ns/mls#
mlsohttp://w3id.org/mlso/
odrlhttp://www.w3.org/ns/odrl/2/
openmlhttp://openml.org/openml#
owlhttp://www.w3.org/2002/07/owl#
qbhttp://purl.org/linked-data/cube#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfshttp://www.w3.org/2000/01/rdf-schema#
skoshttp://www.w3.org/2004/02/skos/core#
spdxhttp://spdx.org/rdf/terms#
xsdhttp://www.w3.org/2001/XMLSchema#
- - -
- - - -
-

Overview

- - -
- -

- This document describes the usage of the following main entities for a correct usage of the Application Profile: -
- | - Agent | - Algorithm | - Catalogue | - Dataset | - Distribution | - Machine Learning Model | - Output File Prediction | - Paper | - Quality Measurement | -

-

- The main entities are supported by: -
- | - Bibliographic Reference | - Catalogue Record | - Catalogued Resource | - Checksum | - Checksum Algorithm | - Collection | - Concept | - Cost Matrix | - Data quality | - Data Service | - Document | - Engagement | - Estimation Procedure | - Evaluation | - Evaluation Measure | - Feature | - Flow | - Flow Parameter | - Image Object | - Library | - Licence document | - Linguistic System | - Measure | - Media Type Or Extent | - Output File Description | - Parameter | - Parameter Setting | - Policy | - Prediction | - Prediction Feature | - Quality Measurement Dataset | - Repository | - Resource | - Rights statement | - Risk | - Run | - Run Collection | - Split | - Task | - Task Collection | - Task Type | -

- - -

- And supported by these datatypes: -
- | Literal | Temporal Literal | xsd:hexBinary | xsd:integer | xsd:nonNegativeInteger | -

- -
-
- - - -
-
- - -
- - - - -

- Main Entities -

-The main entities are those that form the core of the Application Profile. - - - - -
-

- Agent - -

- - -
-
- Definition -
-
- Any entity carrying out actions with respect to the (Core) entities Catalogue, Datasets, Data Services and Distributions. If the Agent is an organisation, the use of the Organization Ontology is recommended. -
- - - -
- Properties -
- -
- For this entity the following properties are defined: name - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - name - - - - Literal - - - - 1..* - - This property contains a name of the agent. This property can be repeated for different versions of the name (e.g. the name in different languages) - - - - -
-
- - -
- - - - - - -
-

- Algorithm - -

- - -
-
- Definition -
-
- The algorithm regardless software implementation. -
- - - -
- Properties -
- -
- For this entity the following properties are defined: has algorithm type - , has learning method type - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - has algorithm type - - - - Concept - - - - 0..* - - A relation between an algorithm the category of algorithms that belongs to. - - - - -
- - - [o] - - - - has learning method type - - - - Concept - - - - 0..1 - - A relation between an algorithm learning method and the category of algorithm learning methods that it belongs to. - - - - -
-
- - -
- - - - - - - - -
-

- Catalogue - -

- - -
-
- Definition -
-
- A catalogue or repository that hosts the Datasets or Data Services being described. -
- - - -
- Properties -
- -
- For this entity the following properties are defined: creator - , dataset - , description - , homepage - , identifier - , keyword - , licence - , modification date - , publisher - , record - , release date - , service - , title - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - creator - - - - Agent - - - - 0..1 - - An entity responsible for the creation of the catalogue. - - - - -
- - - [o] - - - - dataset - - - - Dataset - - - - 0..* - - This property links the Catalogue with a Dataset that is part of the Catalogue. As empty Catalogues are usually indications of problems, this property should be combined with the next property service to implement an empty Catalogue check. - - - - -
- - - [o] - - - - description - - - - Literal - - - - 1..* - - A free-text account of the Catalogue. - - This property can be repeated for parallel language versions of the description. - - -
- - - [o] - - - - homepage - - - - Document - - - - 0..1 - - A web page that acts as the main page for the Catalogue - - - - -
- - - [o] - - - - identifier - - - - Literal - - - - 0..1 - - A unique identifier of the item. - - - - -
- - - [o] - - - - keyword - - - - Literal - - - - 0..* - - A keyword or tag describing the resource. - - - - -
- - - [o] - - - - licence - - - - Licence document - - - - 0..1 - - A licence under which the Catalogue can be used or reused. - - - - -
- - - [o] - - - - modification date - - - - Temporal Literal - - - - 0..1 - - The most recent date on which the Catalogue was modified. - - - - -
- - - [o] - - - - publisher - - - - Agent - - - - 1 - - This property refers to an entity (organisation) responsible for making the resource available. - - - - -
- - - [o] - - - - record - - - - Catalogue Record - - - - 0..* - - This property refers to a Catalogue Record that is part of the Catalogue. - - - - -
- - - [o] - - - - release date - - - - Temporal Literal - - - - 0..1 - - The date of formal issuance (e.g., publication) of the Catalogue. - - - - -
- - - [o] - - - - service - - - - Data Service - - - - 0..* - - This property refers to a site or end-point (Data Service) that is listed in the Catalogue. - - As empty Catalogues are usually indications of problems, this property should be combined with the previous property dataset to implement an empty Catalogue check. - - -
- - - [o] - - - - title - - - - Literal - - - - 1..* - - A name given to the Catalogue. - - This property can be repeated for parallel language versions of the name. - - -
-
- - -
- - - - - - - - - - - - - - - - - - - - - - - - -
-

- Dataset - -

- - -
-
- Definition -
-
- A conceptual entity that represents the information published. -
- - - -
- Subclass of -
-
Catalogued Resource - -
- -
- Properties -
- -
- For this entity the following properties are defined: access rights - , collectionDate - , contributor - , contributor - , creator - , dataset distribution - , description - , has version - , identifier - , is referenced by - , is referenced by - , is version of - , keyword - , landing page - , publisher - , release date - , status - , title - , version info - , versionLabel - , visibility - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - access rights - - - - Rights statement - - - - 0..1 - - This property refers to information that indicates whether the Dataset is open data, has access restrictions or is not public. - - The recommended controlled vocabulary is the Access Rights Named Authority List. - - -
- - - [o] - - - - collectionDate - - - - Literal - - - - 1 - - The date the data was originally collected, given by the uploader. - - - - -
- - - [o] - - - - contributor - - - - Agent - - - - 0..* - - An entity responsible for making contributions to the dataset. - - - - -
- - - [o] - - - - contributor - - - - Agent - - - - 0..* - - An entity responsible for making contributions to the dataset. - - - - -
- - - [o] - - - - creator - - - - Agent - - - - 0..* - - This property refers to the entity responsible for producing the dataset. - - - - -
- - - [o] - - - - dataset distribution - - - - Distribution - - - - 0..* - - This property links the Dataset to an available Distribution. - - - - -
- - - [o] - - - - description - - - - Literal - - - - 1..* - - A free-text account of the resource. - - This property can be repeated for parallel language versions of the description. - - -
- - - [o] - - - - has version - - - - Dataset - - - - 0..* - - This property refers to a related Dataset that is a version, edition, or adaptation of the described Dataset. - - - - -
- - - [o] - - - - identifier - - - - Literal - - - - 0..* - - An unambiguous identifier for the resource. - - - - -
- - - [o] - - - - is referenced by - - - - Paper - - - - 0..* - - A related resource that references, cites, or otherwise points to the described resource. - - - - -
- - - [o] - - - - is referenced by - - - - Catalogued Resource - - - - 0..* - - This property is about a related resource, such as a publication, that references, cites, or otherwise points to the dataset. - - - - -
- - - [o] - - - - is version of - - - - Dataset - - - - 0..* - - This property refers to a related Dataset of which the described Dataset is a version, edition, or adaptation. - - - - -
- - - [o] - - - - keyword - - - - Literal - - - - 0..* - - A keyword or tag describing the resource. - - - - -
- - - [o] - - - - landing page - - - - Document - - - - 0..* - - This property refers to a web page that provides access to the Dataset, its Distributions and/or additional information. - - It is intended to point to a landing page at the original data provider, not to a page on a site of a third party, such as an aggregator. - - -
- - - [o] - - - - publisher - - - - Agent - - - - 0..1 - - This property refers to an entity (organisation) responsible for making the resource available. - - - - -
- - - [o] - - - - release date - - - - Temporal Literal - - - - 0..1 - - This property contains the date of formal issuance (e.g., publication) of the Dataset. - - - - -
- - - [o] - - - - status - - - - Concept - - - - 0..1 - - The status of the dataset in the context of the publication process. - - The recommended controlled vocabulary is the Dataset status code list. - - -
- - - [o] - - - - title - - - - Literal - - - - 1..* - - A name given to the resource. - - This property can be repeated for parallel language versions of the name. - - -
- - - [o] - - - - version info - - - - Literal - - - - 0..1 - - This property contains a version number or other version designation of the Dataset. - - - - -
- - - [o] - - - - versionLabel - - - - Literal - - - - 0..1 - - Version label provided by user, something relevant to the user. Can also be a date, hash, or some other type of id. - - - - -
- - - [o] - - - - visibility - - - - Concept - - - - 0..1 - - Who can see the dataset. Typical values: 'Everyone','All my friends','Only me'. Can also be any of the user's circles. - - The recommended controlled vocabulary is the Dataset visibility code list. - - -
-
- - -
- - - - - - -
-

- Distribution - -

- - -
-
- Definition -
-
- A physical embodiment of the Dataset in a particular format. -
- - - -
- Properties -
- -
- For this entity the following properties are defined: access service - , access URL - , byte size - , checksum - , default target attribute - , download URL - , format - , has feature - , has policy - , has quality measurement - , identifier - , ignore attribute - , language - , license - , processing error - , processing warning - , processingDate - , row ID attribute - , title - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - access service - - - - Data Service - - - - 0..* - - This property refers to a data service that gives access to the distribution of the dataset. - - - - -
- - - [o] - - - - access URL - - - - Catalogued Resource - - - - 1..* - - This property contains a URL that gives access to a Distribution of the Dataset. The resource at the access URL may contain information about how to get the Dataset. - - - - -
- - - [o] - - - - byte size - - - - xsd:nonNegativeInteger - - - - 0..1 - - This property contains the size of a Distribution in bytes. - - - - -
- - - [o] - - - - checksum - - - - Checksum - - - - 0..1 - - This property provides a mechanism that can be used to verify that the contents of a distribution have not changed. - - - - -
- - - [o] - - - - default target attribute - - - - Literal - - - - 0..* - - The default target attribute, if it exists. - - Tasks can also be defined that use another attribute as target. - - -
- - - [o] - - - - download URL - - - - Catalogued Resource - - - - 0..* - - This property contains a URL that is a direct link to a downloadable file in a given format. - - - - -
- - - [o] - - - - format - - - - Media Type Or Extent - - - - 0..1 - - This property refers to the file format of the Distribution. - - The recommended controlled vocabulary is the EU Vocabularies File Type Named Authority List. - - -
- - - [o] - - - - has feature - - - - Feature - - - - 0..* - - The attribute or column being part of a distribution. - - - - -
- - - [o] - - - - has policy - - - - Policy - - - - 0..1 - - This property refers to the policy expressing the rights associated with the distribution if using the ODRL vocabulary. - - - - -
- - - [o] - - - - has quality measurement - - - - Quality Measurement - - - - 1..* - - Refers to the performed quality measurements. Quality measurements can be performed to any kind of resource (e.g., a dataset, a linkset, a graph, a set of triples). However, in the DQV context, this property is generally expected to be used in statements in which subjects are instances of dcat:Dataset or dcat:Distribution. - - - - -
- - - [o] - - - - identifier - - - - Literal - - - - 0..1 - - An unambiguous identifier for the resource. - - - - -
- - - [o] - - - - ignore attribute - - - - Literal - - - - 0..* - - Attributes that should be excluded in modelling, such as identifiers and indexes. - - - - -
- - - [o] - - - - language - - - - Linguistic System - - - - 0..* - - This property refers to a language used in the Distribution. This property can be repeated if the metadata is provided in multiple languages. - - The recommended controlled vocabulary is the EU Vocabularies Languages Named Authority List. - - -
- - - [o] - - - - license - - - - Licence document - - - - 0..1 - - The licence under which the resource is made available. - - - - -
- - - [o] - - - - processing error - - - - Literal - - - - 0..1 - - Errors discovered while processing the dataset. - - - - -
- - - [o] - - - - processing warning - - - - Literal - - - - 0..1 - - Warnings while processing the dataset. - - - - -
- - - [o] - - - - processingDate - - - - Temporal Literal - - - - 0..1 - - Date of processing. - - - - -
- - - [o] - - - - row ID attribute - - - - Literal - - - - 0..1 - - The attribute that represents the row-id column, if present in the dataset. - - - - -
- - - [o] - - - - title - - - - Literal - - - - 0..* - - A name given to the resource. - - This property can be repeated for parallel language versions of the name. - - -
-
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

- Machine Learning Model - -

- - -
-
- Definition -
-
- A file that has been trained to recognize certain types of patterns. -
- - - -
- Properties -
- -
- For this entity the following properties are defined: bias - , contributor - , created - , creator - , description - , evaluation results - , fine tuned from - , has bibliographic reference - , has engagement - , has output file prediction - , has provider - , has repository - , has risk - , has uploader - , has variation - , how to use - , intended use - , keyword - , language - , licence - , limitations - , logo - , name - , tested on - , trained on - , training process - , type - , validated on - , version - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - bias - - - - Literal - - - - 0..1 - - A description of the possible biases affecting the overall output of the model. - - - - -
- - - [o] - - - - contributor - - - - Agent - - - - 0..* - - An entity responsible for making contributions to the resource. - - - - -
- - - [o] - - - - created - - - - Literal - - - - 1 - - Date of creation of the resource. - - - - -
- - - [o] - - - - creator - - - - Agent - - - - 0..* - - An entity responsible for making the resource. - - - - -
- - - [o] - - - - description - - - - Literal - - - - 0..1 - - An account of the resource. - - - - -
- - - [o] - - - - evaluation results - - - - Literal - - - - 0..1 - - A description of the evaluation against the validation dataset. - - - - -
- - - [o] - - - - fine tuned from - - - - Machine Learning Model - - - - 0..1 - - The model from on which this model has been fine tuned. - - - - -
- - - [o] - - - - has bibliographic reference - - - - Bibliographic Reference - - - - 0..* - - The reference to a paper. - - - - -
- - - [o] - - - - has engagement - - - - Engagement - - - - 0..1 - - Statistics resulting of user engagement. - - - - -
- - - [o] - - - - has output file prediction - - - - Output File Prediction - - - - 1 - - The file in which the model is expressed. - - - - -
- - - [o] - - - - has provider - - - - Agent - - - - 0..* - - A natural or legal person, public authority, agency or other body that develops a Machine Learning Model or places it on the market or puts the it into service under its own name or trademark, whether for payment or free of charge. - - - - -
- - - [o] - - - - has repository - - - - Repository - - - - 0..* - - The repository associated. - - - - -
- - - [o] - - - - has risk - - - - Risk - - - - 0..* - - It refers to a possible risk that can occur. - - - - -
- - - [o] - - - - has uploader - - - - Agent - - - - 0..1 - - An entity responsible for uploading the resource. - - - - -
- - - [o] - - - - has variation - - - - Machine Learning Model - - - - 0..* - - The model that is variant of this model. - - - - -
- - - [o] - - - - how to use - - - - Literal - - - - 0..1 - - An explanation of how to use or deploy the model. - - - - -
- - - [o] - - - - intended use - - - - Literal - - - - 0..1 - - The objective or purpose of the model. - - - - -
- - - [o] - - - - keyword - - - - Literal - - - - 0..* - - A keyword or tag describing the resource. - - - - -
- - - [o] - - - - language - - - - Linguistic System - - - - 0..* - - A language of the resource. - - The language that the model is able to understand. - - -
- - - [o] - - - - licence - - - - Licence document - - - - 0..* - - The licence under which the resource is made available. - - - - -
- - - [o] - - - - limitations - - - - Literal - - - - 0..1 - - The limited capabilities of the model. - - - - -
- - - [o] - - - - name - - - - Literal - - - - 1 - - The name assigned to the resource. - - - - -
- - - [o] - - - - tested on - - - - Dataset - - - - 0..* - - The testing dataset used to evaluate the machine learning model. - - - - -
- - - [o] - - - - trained on - - - - Dataset - - - - 1 - - The training dataset used to train the machine learning model. - - - - -
- - - [o] - - - - training process - - - - Literal - - - - 0..1 - - A description of the training process. - - - - -
- - - [o] - - - - type - - - - Concept - - - - 0..* - - The nature or genre of the resource. - - - - -
- - - [o] - - - - validated on - - - - Dataset - - - - 0..* - - The validation dataset used to fine-tune the machine learning model. - - - - -
- - - [o] - - - - version - - - - Literal - - - - 1 - - The current version of the modeL - - - - -
-
- - -
- - - - - - - - - - - - -
-

- Output File Prediction - -

- - -
-
- Definition -
-
- A physical embodiment of the machine learning model in a particular format. -
- - - -
- Properties -
- -
- For this entity the following properties are defined: checksum - , format - , id - , title - , url - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - checksum - - - - Checksum - - - - 0..* - - This property provides a mechanism that can be used to verify that the contents of a distribution have not changed. - - - - -
- - - [o] - - - - format - - - - Concept - - - - 1 - - The file format, physical medium, or dimensions of the resource. - - - - -
- - - [o] - - - - id - - - - Literal - - - - 1 - - An unambiguous identifier for the resource. - - - - -
- - - [o] - - - - title - - - - Literal - - - - 1 - - The name assigned to the resource. - - - - -
- - - [o] - - - - url - - - - Catalogued Resource - - - - 1 - - The url of the file to be downloaded. - - - - -
-
- - -
- - - - - - -
-

- Paper - -

- - -
-
- Definition -
-
- A paper makes content and research results available to the general public. -
- - - -
- Properties -
- -
- For this entity the following properties are defined: abstract - , creator - , date - , has document - , has model - , has repository - , references - , subject - , title - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - abstract - - - - Literal - - - - 0..1 - - A summary of the resource. - - - - -
- - - [o] - - - - creator - - - - Agent - - - - 0..* - - An entity responsible for making the resource. - - - - -
- - - [o] - - - - date - - - - Literal - - - - 1 - - A point or period of time associated with an event in the lifecycle of the resource. - - - - -
- - - [o] - - - - has document - - - - Document - - - - 1 - - This property specifies the url or location of the document itself. - - - - -
- - - [o] - - - - has model - - - - Machine Learning Model - - - - 0..* - - The model that is used by a paper or an evaluation. - - - - -
- - - [o] - - - - has repository - - - - Repository - - - - 0..* - - This property specifies a repository. - - - - -
- - - [o] - - - - references - - - - Dataset - - - - 0..* - - A related resource that is referenced, cited, or otherwise pointed to by the described resource. - - - - -
- - - [o] - - - - subject - - - - Literal - - - - 0..1 - - A topic of the resource. - - - - -
- - - [o] - - - - title - - - - Literal - - - - 1 - - A name given to the resource. - - - - -
-
- - -
- - - - - - - - - - - - - - - - -
-

- Quality Measurement - -

- - -
-
- Definition -
-
- Represents the evaluation of a given dataset (or dataset distribution) against a specific quality metric. -
- - - -
- Properties -
- -
- For this entity the following properties are defined: dataset - , feature index - , interval end - , interval start - , type - , value - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - dataset - - - - Quality Measurement Dataset - - - - 0..* - - Indicates the data set of which this observation is a part. - - - - -
- - - [o] - - - - feature index - - - - Feature - - - - 0..1 - - The feature on which the quality is measure on. - - - - -
- - - [o] - - - - interval end - - - - Literal - - - - 0..1 - - The maximum value of the Quality Measure. - - - - -
- - - [o] - - - - interval start - - - - Literal - - - - 0..1 - - The minimum value of the Quality Measure. - - - - -
- - - [o] - - - - type - - - - Data quality - - - - 1 - - A classification for a quality. - - - - -
- - - [o] - - - - value - - - - Literal - - - - 1 - - Refers to values computed by metric. - - - - -
-
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
-

- Supportive Entities -

-The supportive entities are supporting the main entities in the Application Profile. -They are included in the Application Profile because they form the range of properties. - - - - - - - - - -
-

- Bibliographic Reference - -

- - -
-
- Definition -
-
- An expression of a bibliographic record in a specific format, that references a particular textual or data publication (or a work in preparation for publication). Each bibliographic reference is a list of items containing entities that describe aspects of the referenced work - for example authors, title, journal, publication year - selected from the bibliographic record. Note that because different journal styles may require omission of elements of the bibliographic record in references included in a paper's reference list (e.g. the title, the identifier, the names of the eighth and subsequent authors), and because errors can be introduced when an author creates a bibliographic reference, the bibliographic reference to a published work may not be a complete or fully accurate expression of the information contained within the authoritative bibliographic record for that work. -
- - - -
- Properties -
- -
- For this entity the following properties are defined: bibliographic citation - , format - , references - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - bibliographic citation - - - - Literal - - - - 1 - - - - - - -
- - - [o] - - - - format - - - - Literal - - - - 1 - - - - - - -
- - - [o] - - - - references - - - - Paper - - - - 0..* - - A related resource that is referenced, cited, or otherwise pointed to by the described resource. - - - - -
-
- - -
- - - - - - - - -
-

- Catalogue Record - -

- - -
-
- Definition -
-
- A description of an entry of a Dataset in the Catalogue. -
- - - -
- Properties -
- -
- For this entity the following properties are defined: description - , description version - , modification date - , primary topic - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - description - - - - Literal - - - - 0..* - - A free-text account of the resource. - - This property can be repeated for parallel language versions of the description. - - -
- - - [o] - - - - description version - - - - Literal - - - - 0..1 - - It refers to the version of the description. '1' for original version. - - - - -
- - - [o] - - - - modification date - - - - Temporal Literal - - - - 1 - - This property contains the most recent date on which the Catalogue entry was changed or modified. - - - - -
- - - [o] - - - - primary topic - - - - Catalogued Resource - - - - 1 - - This property links the Catalogue Record to the Dataset, Data service or Catalog described in the record. - - - - -
-
- - -
- - - - - - -
-

- Catalogued Resource - -

- - -
-
- Definition -
-
- Resource published or curated by a single agent. -
- -
- Reference in DCAT -
-
- Link -
- - -
- Usage Note -
-
- This class Catalogued Record is an abstract class for DCAT-AP. Therefore only subclasses should be used in a data exchange. -
- - -
- Properties -
- -
- This specification does not impose any additional requirements to properties for this entity. -
- -
- - - -
- - - - - - -
-

- Checksum - -

- - -
-
- Definition -
-
- A value that allows the contents of a file to be authenticated. This class allows the results of a variety of checksum and cryptographic message digest algorithms to be represented. -
- - - -
- Properties -
- -
- For this entity the following properties are defined: algorithm - , checksum value - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - algorithm - - - - Checksum Algorithm - - - - 1 - - This property identifies the algorithm used to produce the subject Checksum. - - The members of this property are the supported checksum algorithms. - - -
- - - [o] - - - - checksum value - - - - xsd:hexBinary - - - - 1 - - This property provides a lower case hexadecimal encoded digest value produced using a specific algorithm. - - - - -
-
- - -
- - - - - - -
-

- Checksum Algorithm - -

- - -
-
- Definition -
-
- Algorighm for Checksums. -
- - - -
- Properties -
- -
- This specification does not impose any additional requirements to properties for this entity. -
- -
- - - -
- - - - - - -
-

- Collection - -

- - -
-
- Definition -
-
- A collection is a group of task or runs to easily refer to them and share them with others. -
- - - -
- Properties -
- -
- For this entity the following properties are defined: creation date - , description - , has uploader - , identifier - , title - , visibility - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - creation date - - - - Literal - - - - 1 - - - - - - -
- - - [o] - - - - description - - - - Literal - - - - 0..1 - - - - - - -
- - - [o] - - - - has uploader - - - - Agent - - - - 1 - - - - - - -
- - - [o] - - - - identifier - - - - Literal - - - - 1 - - An unambiguous identifier for the resource. - - - - -
- - - [o] - - - - title - - - - Literal - - - - 1 - - - - - - -
- - - [o] - - - - visibility - - - - Concept - - - - 1 - - - - The recommended controlled vocabulary is the Collection visibility code list. - - -
-
- - -
- - - - - - -
-

- Concept - -

- - -
-
- Definition -
-
- -
- - - -
- Properties -
- -
- This specification does not impose any additional requirements to properties for this entity. -
- -
- - - -
- - - - - - -
-

- Cost Matrix - -

- - -
-
- Definition -
-
- -
- - - -
- Properties -
- -
- This specification does not impose any additional requirements to properties for this entity. -
- -
- - - -
- - - - - - -
-

- Data quality - -

- - -
-
- Definition -
-
- A measureable property of datasets, such as size, shape, statistical properties, benchmarks, and the presence of missing values. -
- - -
- Usage Note -
-
- Examples are size, shape, statistical properties, benchmarks, and the presence of missing values. -
- - -
- Subclass of -
-
Measure - -
- -
- Properties -
- -
- For this entity the following properties are defined: description - , identifier - , title - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - description - - - - Literal - - - - 0..1 - - An explanation of the quality type. - - - - -
- - - [o] - - - - identifier - - - - Literal - - - - 1 - - An unambiguous identifier for the resource. - - - - -
- - - [o] - - - - title - - - - Literal - - - - 1 - - The name assigned to the resource. - - - - -
-
- - -
- - - - - - -
-

- Data Service - -

- - -
-
- Definition -
-
- A collection of operations that provides access to one or more datasets or data processing functions. -
- - - -
- Subclass of -
-
Catalogued Resource - -
- -
- Properties -
- -
- For this entity the following properties are defined: endpoint URL - , serves dataset - , title - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - endpoint URL - - - - Catalogued Resource - - - - 1..* - - The root location or primary endpoint of the service (an IRI). - - - - -
- - - [o] - - - - serves dataset - - - - Dataset - - - - 0..* - - This property refers to a collection of data that this data service can distribute. - - - - -
- - - [o] - - - - title - - - - Literal - - - - 1..* - - A name given to the resource. - - This property can be repeated for parallel language versions of the name. - - -
-
- - -
- - - - - - - - - - -
-

- Document - -

- - -
-
- Definition -
-
- A textual resource intended for human consumption that contains information, e.g. a web page about a Dataset. -
- - - -
- Properties -
- -
- This specification does not impose any additional requirements to properties for this entity. -
- -
- - - -
- - - - - - -
-

- Engagement - -

- - -
-
- Definition -
-
- -
- - - -
- Properties -
- -
- For this entity the following properties are defined: download - , like - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - download - - - - xsd:integer - - - - 0..1 - - The number of downloads of the machine learning model. - - - - -
- - - [o] - - - - like - - - - xsd:integer - - - - 0..1 - - The number of likes the machine learning model received. - - - - -
-
- - -
- - - - - - -
-

- Estimation Procedure - -

- - -
-
- Definition -
-
- It defines how models should be evaluated, typically by defining specific kinds of train- and test splits. -
- - - -
- Subclass of -
-
Measure - -
- -
- Properties -
- -
- For this entity the following properties are defined: data splits URL - , description - , has parameter - , identifier - , title - , type - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - data splits URL - - - - Catalogued Resource - - - - 1 - - - - - - -
- - - [o] - - - - description - - - - Literal - - - - 1 - - - - - - -
- - - [o] - - - - has parameter - - - - Parameter - - - - 1..* - - - - - - -
- - - [o] - - - - identifier - - - - Literal - - - - 1 - - An unambiguous identifier for the resource. - - - - -
- - - [o] - - - - title - - - - Literal - - - - 1 - - The name assigned to the resource. - - - - -
- - - [o] - - - - type - - - - Concept - - - - 1 - - A classification of the resource. - - For a oml:EstimationProcedure, the recommended controlled vocabulary is the Estimation Procedure type code list. - - -
-
- - -
- - - - - - -
-

- Evaluation - -

- - -
-
- Definition -
-
- -
- - - -
- Properties -
- -
- For this entity the following properties are defined: array data - , fold - , has flow - , identifier - , interval end - , interval start - , label - , repeat - , sample - , sample size - , stdev - , title - , value - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - array data - - - - Literal - - - - 0..1 - - - - - - -
- - - [o] - - - - fold - - - - Literal - - - - 0..1 - - - - - - -
- - - [o] - - - - has flow - - - - Flow - - - - 0..* - - - - - - -
- - - [o] - - - - identifier - - - - Literal - - - - 0..1 - - An unambiguous identifier for the resource. - - - - -
- - - [o] - - - - interval end - - - - Literal - - - - 0..1 - - - - - - -
- - - [o] - - - - interval start - - - - Literal - - - - 0..1 - - - - - - -
- - - [o] - - - - label - - - - Literal - - - - 0..1 - - - - - - -
- - - [o] - - - - repeat - - - - Literal - - - - 0..1 - - - - - - -
- - - [o] - - - - sample - - - - Literal - - - - 0..1 - - - - - - -
- - - [o] - - - - sample size - - - - Literal - - - - 0..1 - - - - - - -
- - - [o] - - - - stdev - - - - Literal - - - - 0..1 - - - - - - -
- - - [o] - - - - title - - - - Literal - - - - 1 - - - - - - -
- - - [o] - - - - value - - - - Literal - - - - 0..1 - - - - - - -
-
- - -
- - - - - - -
-

- Evaluation Measure - -

- - -
-
- Definition -
-
- A way to score the outputs of machine learning models (e.g. predictions). -
- - - -
- Subclass of -
-
Measure - -
- -
- Properties -
- -
- For this entity the following properties are defined: description - , implementation - , title - , value - , value bad - , value good - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - description - - - - Literal - - - - 0..1 - - - - - - -
- - - [o] - - - - implementation - - - - Literal - - - - 0..1 - - - - - - -
- - - [o] - - - - title - - - - Literal - - - - 1 - - The name assigned to the resource. - - - - -
- - - [o] - - - - value - - - - Literal - - - - 1 - - - - - - -
- - - [o] - - - - value bad - - - - Literal - - - - 0..1 - - - - - - -
- - - [o] - - - - value good - - - - Literal - - - - 0..1 - - - - - - -
-
- - -
- - - - - - -
-

- Feature - -

- - -
-
- Definition -
-
- The attribute or column in which a distribution is structured. -
- - - -
- Properties -
- -
- For this entity the following properties are defined: description - , title - , type - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - description - - - - Literal - - - - 0..1 - - An explanation of the attribute. - - - - -
- - - [o] - - - - title - - - - Literal - - - - 1 - - The name assigned to the resource. - - - - -
- - - [o] - - - - type - - - - Concept - - - - 1 - - A classification of the resource. - - For a oml:Feature, the recommended controlled vocabulary is the Feature type code list. - - -
-
- - -
- - - - - - -
-

- Flow - -

- - -
-
- Definition -
-
- A machine learning pipelines or neural architectures, or (untrained) machine learning models, such as in general. -
- - -
- Usage Note -
-
- Flows contain all the information necessary to build a model, including its exact structure and any software dependencies. Given a flow, supported machine learning libraries can reproduce the model exactly. -
- - -
- Properties -
- -
- For this entity the following properties are defined: class name - , custom name - , description - , external version - , has dependency - , has flow parameter - , has uploader - , identifier - , keyword - , status - , title - , uploaded - , version - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - class name - - - - Literal - - - - 0..1 - - - - - - -
- - - [o] - - - - custom name - - - - Literal - - - - 0..1 - - - - - - -
- - - [o] - - - - description - - - - Literal - - - - 0..1 - - - - - - -
- - - [o] - - - - external version - - - - Literal - - - - 0..1 - - - - - - -
- - - [o] - - - - has dependency - - - - Library - - - - 0..* - - The libraries that a flow depends on. - - - - -
- - - [o] - - - - has flow parameter - - - - Flow Parameter - - - - 0..* - - - - - - -
- - - [o] - - - - has uploader - - - - Agent - - - - 0..1 - - An entity responsible for uploading the resource. - - - - -
- - - [o] - - - - identifier - - - - Literal - - - - 0..1 - - An unambiguous identifier for the resource. - - - - -
- - - [o] - - - - keyword - - - - Literal - - - - 0..* - - - - - - -
- - - [o] - - - - status - - - - Concept - - - - 1 - - - - The recommended controlled vocabulary is the Flow status code list. - - -
- - - [o] - - - - title - - - - Literal - - - - 0..1 - - The name assigned to the resource. - - - - -
- - - [o] - - - - uploaded - - - - Literal - - - - 1 - - - - - - -
- - - [o] - - - - version - - - - Literal - - - - 0..1 - - - - - - -
-
- - -
- - - - - - -
-

- Flow Parameter - -

- - -
-
- Definition -
-
- -
- - - -
- Properties -
- -
- For this entity the following properties are defined: default value - , description - , recommended range - , title - , type - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - default value - - - - Literal - - - - 0..1 - - - - - - -
- - - [o] - - - - description - - - - Literal - - - - 0..1 - - - - - - -
- - - [o] - - - - recommended range - - - - Literal - - - - 0..1 - - - - - - -
- - - [o] - - - - title - - - - Literal - - - - 1 - - The name assigned to the resource. - - - - -
- - - [o] - - - - type - - - - Concept - - - - 0..1 - - A classification of the resource. - - For a oml:FlowParameter, the recommended controlled vocabulary is the Flow Parameter type code list. - - -
-
- - -
- - - - - - -
-

- Image Object - -

- - -
-
- Definition -
-
- -
- - - -
- Properties -
- -
- This specification does not impose any additional requirements to properties for this entity. -
- -
- - - -
- - - - - - -
-

- Library - -

- - -
-
- Definition -
-
- -
- - - -
- Properties -
- -
- For this entity the following properties are defined: title - , version - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - title - - - - Literal - - - - 1 - - The name assigned to the resource. - - - - -
- - - [o] - - - - version - - - - Literal - - - - 1 - - - - - - -
-
- - -
- - - - - - -
-

- Licence document - -

- - -
-
- Definition -
-
- A legal document giving official permission to do something with a resource. -
- - - -
- Properties -
- -
- This specification does not impose any additional requirements to properties for this entity. -
- -
- - - -
- - - - - - -
-

- Linguistic System - -

- - -
-
- Definition -
-
- -
- - - -
- Properties -
- -
- This specification does not impose any additional requirements to properties for this entity. -
- -
- - - -
- - - - - - - - -
-

- Measure - -

- - -
-
- Definition -
-
- -
- - - -
- Properties -
- -
- This specification does not impose any additional requirements to properties for this entity. -
- -
- - - -
- - - - - - -
-

- Media Type Or Extent - -

- - -
-
- Definition -
-
- -
- - - -
- Properties -
- -
- This specification does not impose any additional requirements to properties for this entity. -
- -
- - - -
- - - - - - -
-

- Output File Description - -

- - -
-
- Definition -
-
- The degree or extent of something, as determined by measurement or calculation. -
- - - -
- Properties -
- -
- For this entity the following properties are defined: id - , title - , url - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - id - - - - Literal - - - - 1 - - An unambiguous identifier for the resource. - - - - -
- - - [o] - - - - title - - - - Literal - - - - 1 - - The name assigned to the resource. - - - - -
- - - [o] - - - - url - - - - Literal - - - - 1 - - - - - - -
-
- - -
- - - - - - - - - - -
-

- Parameter - -

- - -
-
- Definition -
-
- -
- - - -
- Properties -
- -
- For this entity the following properties are defined: title - , value - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - title - - - - Literal - - - - 1 - - The name assigned to the resource. - - - - -
- - - [o] - - - - value - - - - Literal - - - - 1 - - - - - - -
-
- - -
- - - - - - -
-

- Parameter Setting - -

- - -
-
- Definition -
-
- -
- - - -
- Properties -
- -
- For this entity the following properties are defined: component - , name - , value - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - component - - - - Literal - - - - 0..1 - - - - - - -
- - - [o] - - - - name - - - - Literal - - - - 1 - - The name assigned to the resource. - - - - -
- - - [o] - - - - value - - - - Literal - - - - 1 - - - - - - -
-
- - -
- - - - - - -
-

- Policy - -

- - -
-
- Definition -
-
- -
- - - -
- Properties -
- -
- This specification does not impose any additional requirements to properties for this entity. -
- -
- - - -
- - - - - - -
-

- Prediction - -

- - -
-
- Definition -
-
- -
- - - -
- Properties -
- -
- For this entity the following properties are defined: format - , has prediction feature - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - format - - - - Concept - - - - 1 - - - - - - -
- - - [o] - - - - has prediction feature - - - - Prediction Feature - - - - 1..* - - - - - - -
-
- - -
- - - - - - -
-

- Prediction Feature - -

- - -
-
- Definition -
-
- -
- - - -
- Properties -
- -
- For this entity the following properties are defined: title - , type - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - title - - - - Literal - - - - 1 - - - - - - -
- - - [o] - - - - type - - - - Concept - - - - 1 - - - - For a oml:PredictionFeature, the recommended controlled vocabulary is the Prediction Feature type code list. - - -
-
- - -
- - - - - - - - -
-

- Quality Measurement Dataset - -

- - -
-
- Definition -
-
- Represents a dataset of quality measurements, evaluations of one or more datasets (or dataset distributions) against specific quality metrics. -
- - - -
- Properties -
- -
- For this entity the following properties are defined: evaluation engine id - , identifier - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - evaluation engine id - - - - Literal - - - - 0..1 - - The engine responsible for extracting the features. - - - - -
- - - [o] - - - - identifier - - - - Literal - - - - 1 - - An unambiguous identifier for the resource. - - - - -
-
- - -
- - - - - - -
-

- Repository - -

- - -
-
- Definition -
-
- -
- - - -
- Properties -
- -
- For this entity the following properties are defined: has file - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - has file - - - - Output File Prediction - - - - 0..* - - - - - - -
-
- - -
- - - - - - -
-

- Resource - -

- - -
-
- Definition -
-
- Anything described by RDF. -
- - - -
- Properties -
- -
- This specification does not impose any additional requirements to properties for this entity. -
- -
- - - -
- - - - - - -
-

- Rights statement - -

- - -
-
- Definition -
-
- A statement about the intellectual property rights (IPR) held in or over a resource, a legal document giving official permission to do something with a resource, or a statement about access rights. -
- - - -
- Properties -
- -
- This specification does not impose any additional requirements to properties for this entity. -
- -
- - - -
- - - - - - -
-

- Risk - -

- - -
-
- Definition -
-
- The combination of the probability of an occurrence of harm and the severity of that harm -
- - - -
- Properties -
- -
- For this entity the following properties are defined: description - , mitigation - , probability - , severity - , title - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - description - - - - Literal - - - - 1 - - An account of the resource. - - - - -
- - - [o] - - - - mitigation - - - - Literal - - - - 0..* - - The action of reducing the severity of the risk. - - - - -
- - - [o] - - - - probability - - - - Literal - - - - 0..1 - - The likelihood that a given event will occur. - - - - -
- - - [o] - - - - severity - - - - Literal - - - - 0..1 - - The extent of the damage resulting from an event occurring. - - - - -
- - - [o] - - - - title - - - - Literal - - - - 1 - - A name associated to the risk. - - - - -
-
- - -
- - - - - - -
-

- Run - -

- - -
-
- Definition -
-
- An evaluation of machine learning models (flows) trained on a given task. -
- - -
- Usage Note -
-
- Runs can be created and shared automatically from supported machine learning libraries. They contain the exact hyperparameters used, all detailed results, and potentially the trained models. -
- - -
- Properties -
- -
- For this entity the following properties are defined: error message - , executes - , has evaluation - , has flow - , has output file description - , has output file prediction - , has parameter - , has task - , has uploader - , identifier - , keyword - , run details - , setup Id - , setup string - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - error message - - - - Literal - - - - 0..1 - - - - - - -
- - - [o] - - - - executes - - - - Algorithm - - - - 1..* - - The Algorithm executed by the run. - - - - -
- - - [o] - - - - has evaluation - - - - Evaluation - - - - 0..* - - - - - - -
- - - [o] - - - - has flow - - - - Flow - - - - 1 - - - - - - -
- - - [o] - - - - has output file description - - - - Output File Description - - - - 1 - - - - - - -
- - - [o] - - - - has output file prediction - - - - Output File Prediction - - - - 1 - - - - - - -
- - - [o] - - - - has parameter - - - - Parameter Setting - - - - 0..1 - - - - - - -
- - - [o] - - - - has task - - - - Task - - - - 0..1 - - - - - - -
- - - [o] - - - - has uploader - - - - Agent - - - - 0..1 - - An entity responsible for uploading the resource. - - - - -
- - - [o] - - - - identifier - - - - Literal - - - - 0..1 - - An unambiguous identifier for the resource. - - - - -
- - - [o] - - - - keyword - - - - Literal - - - - 0..* - - - - - - -
- - - [o] - - - - run details - - - - Literal - - - - 0..1 - - - - - - -
- - - [o] - - - - setup Id - - - - Literal - - - - 0..1 - - - - - - -
- - - [o] - - - - setup string - - - - Literal - - - - 0..1 - - - - - - -
-
- - -
- - - - - - -
-

- Run Collection - -

- - -
-
- Definition -
-
- A group of runs to easily refer to them and share them with others. -
- - - -
- Subclass of -
-
Collection - -
- -
- Properties -
- -
- For this entity the following properties are defined: has run - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - has run - - - - Run - - - - 1..* - - - - - - -
-
- - -
- - - - - - -
-

- Split - -

- - -
-
- Definition -
-
- -
- - - -
- Properties -
- -
- For this entity the following properties are defined: description - , id - , is applied to - , title - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - description - - - - Literal - - - - 0..1 - - - - - - -
- - - [o] - - - - id - - - - Literal - - - - 1 - - An unambiguous identifier for the resource. - - - - -
- - - [o] - - - - is applied to - - - - Distribution - - - - 1..* - - - - - - -
- - - [o] - - - - title - - - - Literal - - - - 1 - - The name assigned to the resource. - - - - -
-
- - -
- - - - - - -
-

- Task - -

- - -
-
- Definition -
-
- A task defines specific problems to be solved using a given dataset. -
- - -
- Usage Note -
-
- Tasks specify train and test sets, which target feature(s) to predict for supervised problems, and possibly which evaluation measure to optimize. They make the problem reproducible and machine-readable. -
- - -
- Properties -
- -
- For this entity the following properties are defined: has cost matrix - , has estimation procedure - , has evaluation measure - , has output - , has task type - , id - , keyword - , source data - , target feature - , title - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - has cost matrix - - - - Cost Matrix - - - - 0..1 - - - - - - -
- - - [o] - - - - has estimation procedure - - - - Estimation Procedure - - - - 1..* - - - - - - -
- - - [o] - - - - has evaluation measure - - - - Evaluation Measure - - - - 1..* - - - - - - -
- - - [o] - - - - has output - - - - Prediction - - - - 1 - - - - - - -
- - - [o] - - - - has task type - - - - Task Type - - - - 1 - - - - The recommended controlled vocabulary is the Task type code list. - - -
- - - [o] - - - - id - - - - Literal - - - - 0..1 - - An unambiguous identifier for the resource. - - - - -
- - - [o] - - - - keyword - - - - Literal - - - - 0..* - - A keyword or tag describing the resource. - - - - -
- - - [o] - - - - source data - - - - Dataset - - - - 1..* - - - - - - -
- - - [o] - - - - target feature - - - - Feature - - - - 1..* - - - - - - -
- - - [o] - - - - title - - - - Literal - - - - 1 - - The name assigned to the resource. - - - - -
-
- - -
- - - - - - -
-

- Task Collection - -

- - -
-
- Definition -
-
- A group of tasks to easily refer to them and share them with others. -
- - - -
- Subclass of -
-
Collection - -
- -
- Properties -
- -
- For this entity the following properties are defined: has task - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - has task - - - - Task - - - - 1..* - - - - - - -
-
- - -
- - - - - - -
-

- Task Type - -

- - -
-
- Definition -
-
- -
- - - -
- Properties -
- -
- For this entity the following properties are defined: description - , id - , title - . -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Property - - Range - - Card - - Definition - - Usage -
- - - [o] - - - - description - - - - Literal - - - - 1 - - - - - - -
- - - [o] - - - - id - - - - Literal - - - - 1 - - An unambiguous identifier for the resource. - - - - -
- - - [o] - - - - title - - - - Literal - - - - 1 - - The name assigned to the resource. - - - - -
-
- - -
- - - - - -
- -
-

- Datatypes -

- - The following datatypes are used within this specification. - - - - - - - - - - - - - - - - - -
- - Class - - Definition -
- - (create issue) - - - -
- Literal -
- -
- A literal value such as a string or integer; Literals may be typed, e.g. as a date according to xsd:date. Literals that contain human-readable text have an optional language tag as defined by BCP 47. -
- - (create issue) - - - - - - - rdfs:Literal encoded using the relevant [[ISO8601]] Date and Time compliant string and typed using the appropriate XML Schema datatype (xsd:gYear, xsd:gYearMonth, xsd:date, or xsd:dateTime). -
- - (create issue) - - - - - - - Hex-encoded binary data. The ·value space· of hexBinary is the set of finite-length sequences of binary octets. -
- - (create issue) - - - - - - - Integer is derived from decimal by fixing the value of fractionDigits to be 0 and disallowing the trailing decimal point. This results in the standard mathematical concept of the integer numbers. -
- - (create issue) - - - - - - - Number derived from integer by setting the value of minInclusive to be 0. -
- - -
- - - -
-

Examples

- -
Example Dataset
- -
- - - - -
-

Usage Guidelines

-
-

Support for implementation

- -The following section provides support for implementing the MLDCAT-AP. -

- -

JSON-LD context file

- -One common technical question is the format in which the data is being exchanged. -For conformance with the MLDCAT-AP, it is not mandatory that this happens in a RDF serialisation, but the exhanged format SHOULD be unambiguously be transformable into RDF. -For the format JSON, a popular format to exchange data between systems, SEMIC provides a JSON-LD context file. -JSON-LD is a W3C Recommendation [[[json-ld11]]] that provided a standard approach to interpret JSON structures as RDF. -The provided JSON-LD context file can be used by implementers. -This JSON-LD context is not normative, i.e. other JSON-LD contexts are allowed. -

-The JSON-LD context file downloadable here. -

- -

Validation

- -To verify if the data is (technically) conformant to the MLDCAT-AP, the exchanged data can be validated using the provided SHACL shapes. -SHACL is a W3C Recommendation to express constraints on a RDF knowledge graph. -

-To support the check whether or not a catalogue satisfies the expressed constraints in this Core Vocabulary, the constraints in this specification are expressed using SHACL [[shacl]]. -Each constraint in this specification that could be converted into a SHACL expression has been included. -As such this collection of SHACL expressions that can be used to build a validation check for data. -

-It is up to the implementers to define the validation they expect. -Each implementation happens within a context, and that context is beyond the SHACL expressions here. -

-The shapes can be found here. - -

RDF representation

-The RDF representation of the MLDCAT-AP is available here. - -

UML representation

-The UML representation from which the MLDCAT-AP has been build is available here. - - - -
-
-

Governance

- -

Versioning governance

-All specifications produced in SEMIC will follow the versioning rule described by the SEMIC Style Guide rule -PC-R3. -In case a SEMIC asset is deprecated the asset will remain available through its PURI. -

-The serialisation will have: -

    -
  • a dct:isReplacedBy referencing the new assets used instead and
  • -
  • an adms:status indicating its deprecated status.
  • -
-

- -

Governance requirements for re-used assets

-In order to adhere to the SEMIC Style Guide rule GC-R2 - a specification should have quality and governance standards for the assets that are being reused. -

-In order for an asset to be considered for reuse within a SEMIC specification it can be requested by a community member or it requires to adhere to the following requirements: -

    -
  • The asset is part of a recommendation by a major standards body or an EU institution.
  • -
  • The asset is actively being maintained.
  • -
-

- -After being taken into consideration the asset will be validated in three steps: -

    -
  • Syntax validation will be performed on the relevant artefacts.
  • -
  • Constraint validation will be performed on the relevant artefacts.
  • -
  • The PURI will be validated.
  • -
-Once considered and validated an asset can be adopted if it is approved by the community. -

- -

Lexicalisation rules

- -In order to adhere to the SEMIC Style Guide rule SC-R3 a specification requires formal lexicalisation rules. -The Style Guide proposes two options either by using RDFS or SKOS lexicalisation. -

-SEMIC uses and will use the RDFS lexicalisation for all of its specifications. More specifically: -

    -
  • rdfs:label is used to provide a human-readable version of a resource's name.
  • -
  • The usage of certain resource can be clarified in a skos:usageNote.
  • -
- -
-
- - - -
-

Mappings

- A mapping towards Croissant can be found here -
- - - - -
- -

Quick Reference of Classes and Properties

- -This section provides a condensed tabular overview of the mentioned classes and properties in this specification. -The properties are indicated as mandatory, recommended, optional and deprecated. These terms have the following meaning. -
    -
  • Mandatory property: a receiver MUST be able to process the information for that property; a sender MUST provide the information for that property.
  • -
  • Recommended property: a receiver MUST be able to process the information for that property; a sender SHOULD provide the information for that property if it is available.
  • -
  • Optional property: a receiver MUST be able to process the information for that property; a sender MAY provide the information for that property but is not obliged to do so.
  • -
  • Deprecated property: a receiver SHOULD be able to process information about instances of that property; a sender SHOULD NOT provide the information about instances of that property.
  • -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ClassClass IRIProperty TypePropertyProperty IRI
Agent
http://xmlns.com/foaf/0.1/Agent
name
http://xmlns.com/foaf/0.1/name
Algorithm
http://www.w3.org/ns/mls#Algorithm
has algorithm type
http://w3id.org/mlso/hasAlgorithmType
Algorithm
http://www.w3.org/ns/mls#Algorithm
has learning method type
http://w3id.org/mlso/hasLearningMethodType
Bibliographic Reference
http://purl.org/spar/biro/BibliographicReference
bibliographic citation
http://purl.org/dc/terms/bibliographicCitation
Bibliographic Reference
http://purl.org/spar/biro/BibliographicReference
format
http://purl.org/dc/terms/format
Bibliographic Reference
http://purl.org/spar/biro/BibliographicReference
references
http://purl.org/dc/terms/references
Catalogue
http://www.w3.org/ns/dcat#Catalog
creator
http://purl.org/dc/terms/creator
Catalogue
http://www.w3.org/ns/dcat#Catalog
dataset
http://www.w3.org/ns/dcat#dataset
Catalogue
http://www.w3.org/ns/dcat#Catalog
description
http://purl.org/dc/terms/description
Catalogue
http://www.w3.org/ns/dcat#Catalog
homepage
http://xmlns.com/foaf/0.1/homepage
Catalogue
http://www.w3.org/ns/dcat#Catalog
identifier
http://purl.org/dc/terms/identifier
Catalogue
http://www.w3.org/ns/dcat#Catalog
keyword
https://www.w3.org/ns/dcat#keyword
Catalogue
http://www.w3.org/ns/dcat#Catalog
licence
http://purl.org/dc/terms/license
Catalogue
http://www.w3.org/ns/dcat#Catalog
modification date
http://purl.org/dc/terms/modified
Catalogue
http://www.w3.org/ns/dcat#Catalog
publisher
http://purl.org/dc/terms/publisher
Catalogue
http://www.w3.org/ns/dcat#Catalog
record
http://www.w3.org/ns/dcat#record
Catalogue
http://www.w3.org/ns/dcat#Catalog
release date
http://purl.org/dc/terms/issued
Catalogue
http://www.w3.org/ns/dcat#Catalog
service
http://www.w3.org/ns/dcat#service
Catalogue
http://www.w3.org/ns/dcat#Catalog
title
http://purl.org/dc/terms/title
Catalogue Record
http://www.w3.org/ns/dcat#CatalogRecord
description
http://purl.org/dc/terms/description
Catalogue Record
http://www.w3.org/ns/dcat#CatalogRecord
description version
http://openml.org/openml#descriptionVersion
Catalogue Record
http://www.w3.org/ns/dcat#CatalogRecord
modification date
http://purl.org/dc/terms/modified
Catalogue Record
http://www.w3.org/ns/dcat#CatalogRecord
primary topic
http://xmlns.com/foaf/0.1/primaryTopic
Catalogued Resource
http://www.w3.org/ns/dcat#Resource
Checksum
http://spdx.org/rdf/terms#Checksum
algorithm
http://spdx.org/rdf/terms#algorithm
Checksum
http://spdx.org/rdf/terms#Checksum
checksum value
http://spdx.org/rdf/terms#checksumValue
Checksum Algorithm
http://spdx.org/rdf/terms#ChecksumAlgorithm
Collection
http://openml.org/openml#Collection
creation date
http://openml.org/openml#creationDate
Collection
http://openml.org/openml#Collection
description
http://purl.org/dc/terms/description
Collection
http://openml.org/openml#Collection
has uploader
http://openml.org/openml#hasUploader
Collection
http://openml.org/openml#Collection
identifier
http://purl.org/dc/terms/identifier
Collection
http://openml.org/openml#Collection
title
http://purl.org/dc/terms/title
Collection
http://openml.org/openml#Collection
visibility
http://openml.org/openml#visibility
Concept
http://www.w3.org/2004/02/skos/core#Concept
Cost Matrix
http://openml.org/openml#CostMatrix
Data quality
http://openml.org/openml#DataQuality
description
http://purl.org/dc/terms/description
Data quality
http://openml.org/openml#DataQuality
identifier
http://purl.org/dc/terms/identifier
Data quality
http://openml.org/openml#DataQuality
title
http://purl.org/dc/terms/title
Data Service
http://www.w3.org/ns/dcat#DataService
endpoint URL
http://www.w3.org/ns/dcat#endpointURL
Data Service
http://www.w3.org/ns/dcat#DataService
serves dataset
http://www.w3.org/ns/dcat#servesDataset
Data Service
http://www.w3.org/ns/dcat#DataService
title
http://purl.org/dc/terms/title
Dataset
http://www.w3.org/ns/dcat#Dataset
access rights
http://purl.org/dc/terms/accessRights
Dataset
http://www.w3.org/ns/dcat#Dataset
collectionDate
http://openml.org/openml#collectionDate
Dataset
http://www.w3.org/ns/dcat#Dataset
contributor
http://purl.org/dc/terms/contributor
Dataset
http://www.w3.org/ns/dcat#Dataset
contributor
http://purl.org/dc/terms/contributor
Dataset
http://www.w3.org/ns/dcat#Dataset
creator
http://purl.org/dc/terms/creator
Dataset
http://www.w3.org/ns/dcat#Dataset
dataset distribution
http://www.w3.org/ns/dcat#distribution
Dataset
http://www.w3.org/ns/dcat#Dataset
description
http://purl.org/dc/terms/description
Dataset
http://www.w3.org/ns/dcat#Dataset
has version
http://www.w3.org/ns/dcat#hasVersion
Dataset
http://www.w3.org/ns/dcat#Dataset
identifier
http://purl.org/dc/terms/identifier
Dataset
http://www.w3.org/ns/dcat#Dataset
is referenced by
http://purl.org/dc/terms/isReferencedBy
Dataset
http://www.w3.org/ns/dcat#Dataset
is referenced by
http://purl.org/dc/terms/isReferencedBy
Dataset
http://www.w3.org/ns/dcat#Dataset
is version of
http://purl.org/dc/terms/isVersionOf
Dataset
http://www.w3.org/ns/dcat#Dataset
keyword
http://www.w3.org/ns/dcat#keyword
Dataset
http://www.w3.org/ns/dcat#Dataset
landing page
http://www.w3.org/ns/dcat#landingPage
Dataset
http://www.w3.org/ns/dcat#Dataset
publisher
http://purl.org/dc/terms/publisher
Dataset
http://www.w3.org/ns/dcat#Dataset
release date
http://purl.org/dc/terms/issued
Dataset
http://www.w3.org/ns/dcat#Dataset
status
http://www.w3.org/ns/adms#status
Dataset
http://www.w3.org/ns/dcat#Dataset
title
http://purl.org/dc/terms/title
Dataset
http://www.w3.org/ns/dcat#Dataset
version info
http://www.w3.org/2002/07/owl#versionInfo
Dataset
http://www.w3.org/ns/dcat#Dataset
versionLabel
http://openml.org/openml#versionLabel
Dataset
http://www.w3.org/ns/dcat#Dataset
visibility
http://openml.org/openml#access_policy
Distribution
http://www.w3.org/ns/dcat#Distribution
access service
http://www.w3.org/ns/dcat#accessService
Distribution
http://www.w3.org/ns/dcat#Distribution
access URL
http://www.w3.org/ns/dcat#accessURL
Distribution
http://www.w3.org/ns/dcat#Distribution
byte size
http://www.w3.org/ns/dcat#byteSize
Distribution
http://www.w3.org/ns/dcat#Distribution
checksum
http://spdx.org/rdf/terms#checksum
Distribution
http://www.w3.org/ns/dcat#Distribution
default target attribute
http://openml.org/openml#defaultTargetAttribute
Distribution
http://www.w3.org/ns/dcat#Distribution
download URL
http://www.w3.org/ns/dcat#downloadURL
Distribution
http://www.w3.org/ns/dcat#Distribution
format
http://purl.org/dc/terms/format
Distribution
http://www.w3.org/ns/dcat#Distribution
has feature
http://openml.org/openml#hasFeature
Distribution
http://www.w3.org/ns/dcat#Distribution
has policy
http://www.w3.org/ns/odrl/2/hasPolicy
Distribution
http://www.w3.org/ns/dcat#Distribution
has quality measurement
http://www.w3.org/ns/dqv#hasQualityMeasurement
Distribution
http://www.w3.org/ns/dcat#Distribution
identifier
http://purl.org/dc/terms/identifier
Distribution
http://www.w3.org/ns/dcat#Distribution
ignore attribute
http://openml.org/openml#ignoreAttribute
Distribution
http://www.w3.org/ns/dcat#Distribution
language
http://purl.org/dc/terms/language
Distribution
http://www.w3.org/ns/dcat#Distribution
license
http://purl.org/dc/terms/license
Distribution
http://www.w3.org/ns/dcat#Distribution
processing error
http://openml.org/openml#processingError
Distribution
http://www.w3.org/ns/dcat#Distribution
processing warning
http://openml.org/openml#processingWarning
Distribution
http://www.w3.org/ns/dcat#Distribution
processingDate
http://openml.org/openml#processingDate
Distribution
http://www.w3.org/ns/dcat#Distribution
row ID attribute
http://openml.org/openml#rowIDAttribute
Distribution
http://www.w3.org/ns/dcat#Distribution
title
http://purl.org/dc/terms/title
Document
http://xmlns.com/foaf/0.1/Document
Engagement
http://data.europa.eu/m8g/Engagement
download
http://data.europa.eu/m8g/download
Engagement
http://data.europa.eu/m8g/Engagement
like
http://data.europa.eu/m8g/like
Estimation Procedure
http://openml.org/openml#EstimationProcedure
data splits URL
http://openml.org/openml#dataSplitsURL
Estimation Procedure
http://openml.org/openml#EstimationProcedure
description
http://purl.org/dc/terms/description
Estimation Procedure
http://openml.org/openml#EstimationProcedure
has parameter
http://openml.org/openml#hasParameter
Estimation Procedure
http://openml.org/openml#EstimationProcedure
identifier
http://purl.org/dc/terms/identifier
Estimation Procedure
http://openml.org/openml#EstimationProcedure
title
http://purl.org/dc/terms/title
Estimation Procedure
http://openml.org/openml#EstimationProcedure
type
http://purl.org/dc/terms/type
Evaluation
http://openml.org/openml#Evaluation
array data
http://openml.org/openml#arrayData
Evaluation
http://openml.org/openml#Evaluation
fold
http://openml.org/openml#fold
Evaluation
http://openml.org/openml#Evaluation
has flow
http://openml.org/openml#hasFlow
Evaluation
http://openml.org/openml#Evaluation
identifier
http://purl.org/dc/terms/identifier
Evaluation
http://openml.org/openml#Evaluation
interval end
http://openml.org/openml#intervalEnd
Evaluation
http://openml.org/openml#Evaluation
interval start
http://openml.org/openml#intervalStart
Evaluation
http://openml.org/openml#Evaluation
label
http://www.w3.org/2000/01/rdf-schema#label
Evaluation
http://openml.org/openml#Evaluation
repeat
http://openml.org/openml#repeat
Evaluation
http://openml.org/openml#Evaluation
sample
http://openml.org/openml#sample
Evaluation
http://openml.org/openml#Evaluation
sample size
http://openml.org/openml#sampleSize
Evaluation
http://openml.org/openml#Evaluation
stdev
http://openml.org/openml#stdev
Evaluation
http://openml.org/openml#Evaluation
title
http://purl.org/dc/terms/title
Evaluation
http://openml.org/openml#Evaluation
value
http://openml.org/openml#value
Evaluation Measure
http://openml.org/openml#EvaluationMeasure
description
http://purl.org/dc/terms/description
Evaluation Measure
http://openml.org/openml#EvaluationMeasure
implementation
http://openml.org/openml#implementation
Evaluation Measure
http://openml.org/openml#EvaluationMeasure
title
http://purl.org/dc/terms/title
Evaluation Measure
http://openml.org/openml#EvaluationMeasure
value
http://openml.org/openml#value
Evaluation Measure
http://openml.org/openml#EvaluationMeasure
value bad
http://openml.org/openml#valueBad
Evaluation Measure
http://openml.org/openml#EvaluationMeasure
value good
http://openml.org/openml#valueGood
Feature
http://openml.org/openml#Feature
description
http://purl.org/dc/terms/description
Feature
http://openml.org/openml#Feature
title
http://purl.org/dc/terms/title
Feature
http://openml.org/openml#Feature
type
http://purl.org/dc/terms/type
Flow
http://openml.org/openml#Flow
class name
http://openml.org/openml#className
Flow
http://openml.org/openml#Flow
custom name
http://openml.org/openml#customName
Flow
http://openml.org/openml#Flow
description
http://purl.org/dc/terms/description
Flow
http://openml.org/openml#Flow
external version
http://openml.org/openml#externalVersion
Flow
http://openml.org/openml#Flow
has dependency
http://openml.org/openml#hasDependency
Flow
http://openml.org/openml#Flow
has flow parameter
http://openml.org/openml#hasFlowParameter
Flow
http://openml.org/openml#Flow
has uploader
http://openml.org/openml#hasUploader
Flow
http://openml.org/openml#Flow
identifier
http://purl.org/dc/terms/identifier
Flow
http://openml.org/openml#Flow
keyword
http://www.w3.org/ns/dcat#keyword
Flow
http://openml.org/openml#Flow
status
http://openml.org/openml#status
Flow
http://openml.org/openml#Flow
title
http://purl.org/dc/terms/title
Flow
http://openml.org/openml#Flow
uploaded
http://openml.org/openml#uploaded
Flow
http://openml.org/openml#Flow
version
http://openml.org/openml#version
Flow Parameter
http://openml.org/openml#FlowParameter
default value
http://openml.org/openml#defaultValue
Flow Parameter
http://openml.org/openml#FlowParameter
description
http://purl.org/dc/terms/description
Flow Parameter
http://openml.org/openml#FlowParameter
recommended range
http://openml.org/openml#recommendedRange
Flow Parameter
http://openml.org/openml#FlowParameter
title
http://purl.org/dc/terms/title
Flow Parameter
http://openml.org/openml#FlowParameter
type
http://purl.org/dc/terms/type
Image Object
http://data.europa.eu/m8g/ImageObject
Library
http://openml.org/openml#Library
title
http://purl.org/dc/terms/title
Library
http://openml.org/openml#Library
version
http://openml.org/openml#version
Licence document
http://purl.org/dc/terms/LicenseDocument
Linguistic System
http://purl.org/dc/terms/LinguisticSystem
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
bias
http://openml.org/openml#bias
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
contributor
http://purl.org/dc/terms/contributor
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
created
http://purl.org/dc/terms/created
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
creator
http://purl.org/dc/terms/creator
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
description
http://purl.org/dc/terms/description
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
evaluation results
http://openml.org/openml#evaluationResults
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
fine tuned from
http://data.europa.eu/m8g/fineTunedFrom
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
has bibliographic reference
http://data.europa.eu/m8g/hasBibliographicReference
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
has engagement
http://data.europa.eu/m8g/hasEngagement
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
has output file prediction
http://openml.org/openml#hasOutputFilePrediction
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
has provider
http://data.europa.eu/m8g/hasProvider
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
has repository
http://data.europa.eu/m8g/hasRepository
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
has risk
http://data.europa.eu/m8g/hasRisk
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
has uploader
http://openml.org/openml#hasUploader
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
has variation
http://data.europa.eu/m8g/hasVariation
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
how to use
http://openml.org/openml#howToUse
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
intended use
http://openml.org/openml#intendedUse
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
keyword
http://www.w3.org/ns/dcat#keyword
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
language
http://purl.org/dc/terms/language
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
licence
http://purl.org/dc/terms/license
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
limitations
http://openml.org/openml#limitations
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
logo
http://data.europa.eu/m8g/logo
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
name
http://purl.org/dc/terms/title
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
tested on
http://data.europa.eu/m8g/testedOn
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
trained on
http://data.europa.eu/m8g/trainedOn
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
training process
http://openml.org/openml#trainingProcess
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
type
http://purl.org/dc/terms/type
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
validated on
http://data.europa.eu/m8g/validatedOn
Machine Learning Model
http://data.europa.eu/m8g/MachineLearningModel
version
http://openml.org/openml#version
Measure
http://openml.org/openml#Measure
Media Type Or Extent
http://purl.org/dc/terms/MediaTypeOrExtent
Output File Description
http://openml.org/openml#OutputFileDescription
id
http://purl.org/dc/terms/identifier
Output File Description
http://openml.org/openml#OutputFileDescription
title
http://purl.org/dc/terms/title
Output File Description
http://openml.org/openml#OutputFileDescription
url
http://openml.org/openml#url
Output File Prediction
http://openml.org/openml#OutputFilePrediction
checksum
http://spdx.org/rdf/terms#checksum
Output File Prediction
http://openml.org/openml#OutputFilePrediction
format
http://purl.org/dc/terms/format
Output File Prediction
http://openml.org/openml#OutputFilePrediction
id
http://purl.org/dc/terms/identifier
Output File Prediction
http://openml.org/openml#OutputFilePrediction
title
http://purl.org/dc/terms/title
Output File Prediction
http://openml.org/openml#OutputFilePrediction
url
http://openml.org/openml#url
Paper
https://linkedpaperswithcode.com/class/paper
abstract
http://purl.org/dc/terms/abstract
Paper
https://linkedpaperswithcode.com/class/paper
creator
http://purl.org/dc/terms/creator
Paper
https://linkedpaperswithcode.com/class/paper
date
http://purl.org/dc/terms/date
Paper
https://linkedpaperswithcode.com/class/paper
has document
http://data.europa.eu/m8g/hasDocument
Paper
https://linkedpaperswithcode.com/class/paper
has model
https://linkedpaperswithcode.com/property/hasModel
Paper
https://linkedpaperswithcode.com/class/paper
has repository
https://linkedpaperswithcode.com/property/hasRepository
Paper
https://linkedpaperswithcode.com/class/paper
references
http://purl.org/dc/terms/references
Paper
https://linkedpaperswithcode.com/class/paper
subject
http://purl.org/dc/terms/subject
Paper
https://linkedpaperswithcode.com/class/paper
title
http://purl.org/dc/terms/title
Parameter
http://openml.org/openml#Parameter
title
http://purl.org/dc/terms/title
Parameter
http://openml.org/openml#Parameter
value
http://openml.org/openml#value
Parameter Setting
http://openml.org/openml#ParameterSetting
component
http://openml.org/openml#component
Parameter Setting
http://openml.org/openml#ParameterSetting
name
http://purl.org/dc/terms/title
Parameter Setting
http://openml.org/openml#ParameterSetting
value
http://openml.org/openml#value
Policy
http://www.w3.org/ns/odrl/2/Policy
Prediction
http://openml.org/openml#Prediction
format
http://purl.org/dc/terms/format
Prediction
http://openml.org/openml#Prediction
has prediction feature
http://openml.org/openml#hasPredictionFeature
Prediction Feature
http://openml.org/openml#PredictionFeature
title
http://purl.org/dc/terms/title
Prediction Feature
http://openml.org/openml#PredictionFeature
type
http://purl.org/dc/terms/type
Quality Measurement
http://www.w3.org/ns/dqv#QualityMeasurement
dataset
http://purl.org/linked-data/cube#dataSet
Quality Measurement
http://www.w3.org/ns/dqv#QualityMeasurement
feature index
http://openml.org/openml#featureIndex
Quality Measurement
http://www.w3.org/ns/dqv#QualityMeasurement
interval end
http://openml.org/openml#intervalEnd
Quality Measurement
http://www.w3.org/ns/dqv#QualityMeasurement
interval start
http://openml.org/openml#intervalStart
Quality Measurement
http://www.w3.org/ns/dqv#QualityMeasurement
type
http://purl.org/dc/terms/type
Quality Measurement
http://www.w3.org/ns/dqv#QualityMeasurement
value
http://www.w3.org/ns/dqv#value
Quality Measurement Dataset
http://www.w3.org/ns/dqv#QualityMeasurementDataset
evaluation engine id
http://openml.org/openml#evaluationEngine
Quality Measurement Dataset
http://www.w3.org/ns/dqv#QualityMeasurementDataset
identifier
http://purl.org/dc/terms/identifier
Repository
https://linkedpaperswithcode.com/class/repository
has file
http://data.europa.eu/m8g/hasFile
Resource
http://www.w3.org/2000/01/rdf-schema#Resource
Rights statement
http://purl.org/dc/terms/RightsStatement
Risk
http://data.europa.eu/m8g/Risk
description
http://purl.org/dc/terms/description
Risk
http://data.europa.eu/m8g/Risk
mitigation
http://data.europa.eu/m8g/mitigation
Risk
http://data.europa.eu/m8g/Risk
probability
http://data.europa.eu/m8g/probability
Risk
http://data.europa.eu/m8g/Risk
severity
http://data.europa.eu/m8g/severity
Risk
http://data.europa.eu/m8g/Risk
title
http://purl.org/dc/terms/title
Run
http://openml.org/openml#Run
error message
http://openml.org/openml#errorMessage
Run
http://openml.org/openml#Run
executes
http://www.w3.org/ns/mls#realizes
Run
http://openml.org/openml#Run
has evaluation
http://openml.org/openml#hasEvaluation
Run
http://openml.org/openml#Run
has flow
http://openml.org/openml#hasFlow
Run
http://openml.org/openml#Run
has output file description
http://openml.org/openml#hasOutputFileDescription
Run
http://openml.org/openml#Run
has output file prediction
http://openml.org/openml#hasOutputFilePrediction
Run
http://openml.org/openml#Run
has parameter
http://openml.org/openml#hasParameterSetting
Run
http://openml.org/openml#Run
has task
http://openml.org/openml#hasTask
Run
http://openml.org/openml#Run
has uploader
http://openml.org/openml#hasUploader
Run
http://openml.org/openml#Run
identifier
http://purl.org/dc/terms/identifier
Run
http://openml.org/openml#Run
keyword
http://www.w3.org/ns/dcat#keyword
Run
http://openml.org/openml#Run
run details
http://openml.org/openml#runDetails
Run
http://openml.org/openml#Run
setup Id
http://openml.org/openml#setupId
Run
http://openml.org/openml#Run
setup string
http://openml.org/openml#setupString
Run Collection
http://openml.org/openml#RunCollection
has run
http://openml.org/openml#hasRun
Split
http://openml.org/openml#Split
description
http://purl.org/dc/terms/description
Split
http://openml.org/openml#Split
id
http://purl.org/dc/terms/identifier
Split
http://openml.org/openml#Split
is applied to
http://openml.org/openml#isAppliedTo
Split
http://openml.org/openml#Split
title
http://purl.org/dc/terms/title
Task
http://openml.org/openml#Task
has cost matrix
http://openml.org/openml#hasCostMatrix
Task
http://openml.org/openml#Task
has estimation procedure
http://openml.org/openml#hasEstimationProcedure
Task
http://openml.org/openml#Task
has evaluation measure
http://openml.org/openml#hasEvaluationMeasure
Task
http://openml.org/openml#Task
has output
http://openml.org/openml#hasOutput
Task
http://openml.org/openml#Task
has task type
http://openml.org/openml#hasTaskType
Task
http://openml.org/openml#Task
id
http://purl.org/dc/terms/identifier
Task
http://openml.org/openml#Task
keyword
http://www.w3.org/ns/dcat#keyword
Task
http://openml.org/openml#Task
source data
http://openml.org/openml#sourceData
Task
http://openml.org/openml#Task
target feature
http://openml.org/openml#targetFeature
Task
http://openml.org/openml#Task
title
http://purl.org/dc/terms/title
Task Collection
http://openml.org/openml#TaskCollection
has task
http://openml.org/openml#hasTask
Task Type
http://openml.org/openml#TaskType
description
http://www.w3.org/2004/02/skos/core#definition
Task Type
http://openml.org/openml#TaskType
id
http://purl.org/dc/terms/identifier
Task Type
http://openml.org/openml#TaskType
title
http://purl.org/dc/terms/title
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releases/2.0.0/shacl/mldcat-ap-SHACL.jsonld b/releases/2.0.0/shacl/mldcat-ap-SHACL.jsonld index f9ab282..bade439 100644 --- a/releases/2.0.0/shacl/mldcat-ap-SHACL.jsonld +++ b/releases/2.0.0/shacl/mldcat-ap-SHACL.jsonld @@ -119,6 +119,30 @@ }, "sh:path": "http://data.europa.eu/m8g/download" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EngagementShape/42ac60286a2dd3fae26fd143d55d104820a4cfa6", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Engagement.download", + "sh:description": { + "en": "The number of downloads of the machine learning model." + }, + "sh:name": { + "en": "download" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://data.europa.eu/m8g/download" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EngagementShape/67a3a19307770c116b04ea5625ad2a1fc3bf1fb4", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Engagement.like", + "sh:description": { + "en": "The number of likes the machine learning model received." + }, + "sh:name": { + "en": "like" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://data.europa.eu/m8g/like" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EngagementShape/9a454a5a2034224e68c6d7f6f37b15b865dc5b73", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Engagement.download", @@ -170,6 +194,18 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/00e08d7f2fe5a17c59705d38fad158427b438296", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasrepository", + "sh:description": { + "en": "The repository associated." + }, + "sh:name": { + "en": "has repository" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/hasRepository" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/03f872d74868adb8a0b2cd9f98e45e3e8825f0fa", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.validatedon", @@ -182,6 +218,30 @@ }, "sh:path": "http://data.europa.eu/m8g/validatedOn" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/06ff27d600ebfab82f26c6758d77cec5feed8a17", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.intendeduse", + "sh:description": { + "en": "The objective or purpose of the model." + }, + "sh:name": { + "en": "intended use" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#intendedUse" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/0a79940f6fb16193ff7a69f50e5ff7e807f2685d", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.logo", + "sh:description": { + "en": "An image or logo of the model." + }, + "sh:name": { + "en": "logo" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/logo" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/0e6e22dc13d0b206842d78a0280d195612318d56", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasoutputfileprediction", @@ -254,6 +314,18 @@ }, "sh:path": "http://data.europa.eu/m8g/hasEngagement" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/2400a356c445d175f7ced0a5a473c51df498dcad", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.created", + "sh:description": { + "en": "Date of creation of the resource." + }, + "sh:name": { + "en": "created" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/created" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/29ba27566ab1f32c8bb73f3492436d4bd868d3d2", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.language", @@ -266,6 +338,30 @@ }, "sh:path": "http://purl.org/dc/terms/language" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/2fd3850ab494807d4d5cc3ac00cc92ede3ec5052", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.contributor", + "sh:description": { + "en": "An entity responsible for making contributions to the resource." + }, + "sh:name": { + "en": "contributor" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/contributor" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/3129820ba639199dc3855b54ed02c9df71571866", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.evaluationresults", + "sh:description": { + "en": "A description of the evaluation against the validation dataset." + }, + "sh:name": { + "en": "evaluation results" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#evaluationResults" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/31aa7a8aa9973dae8ae713419f96fdaf0aaa6448", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.bias", @@ -339,28 +435,136 @@ "sh:path": "http://data.europa.eu/m8g/hasVariation" }, { - "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/40313e5690da6ffe24adc84c2634655362636058", - "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.trainedon", + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/4eafb6a8407472edb010c2645e6471622d634c2c", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasoutputfileprediction", "sh:description": { - "en": "The training dataset used to train the machine learning model." + "en": "The file in which the model is expressed." }, "sh:maxCount": "1", "sh:name": { - "en": "trained on" + "en": "has output file prediction" }, - "sh:path": "http://data.europa.eu/m8g/trainedOn" + "sh:path": "http://openml.org/openml#hasOutputFilePrediction" }, { - "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/4eafb6a8407472edb010c2645e6471622d634c2c", - "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasoutputfileprediction", + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/4f381639bb6e021939f65b4f41409d1edaeade9b", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.type", "sh:description": { - "en": "The file in which the model is expressed." + "en": "The nature or genre of the resource." }, - "sh:maxCount": "1", "sh:name": { - "en": "has output file prediction" + "en": "type" }, - "sh:path": "http://openml.org/openml#hasOutputFilePrediction" + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/type" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/4f98147c83e4a53862e7dcd3413d16b4eff55db2", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.testedon", + "sh:description": { + "en": "The testing dataset used to evaluate the machine learning model." + }, + "sh:name": { + "en": "tested on" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/testedOn" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/51a87039100a9397dd0b7c7921434786ad9789d6", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.trainingprocess", + "sh:description": { + "en": "A description of the training process." + }, + "sh:name": { + "en": "training process" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#trainingProcess" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/521be4314b4bb7c49af726be6045b53ad08bc177", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasuploader", + "sh:description": { + "en": "An entity responsible for uploading the resource." + }, + "sh:name": { + "en": "has uploader" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasUploader" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/595d669c717f5fdeb9cb52aa5e1fdeaac19004f9", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasengagement", + "sh:description": { + "en": "Statistics resulting of user engagement." + }, + "sh:name": { + "en": "has engagement" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/hasEngagement" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/5b368baf002180700705903d76b9632c34d33c20", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.runnedon", + "sh:description": { + "en": "The dataset on which a machine learning mode is executed." + }, + "sh:name": { + "en": "runned on" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/runnedOn" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/5b3cd72708414496a600a6fb4cb8607973347071", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasvariation", + "sh:description": { + "en": "The model that is variant of this model." + }, + "sh:name": { + "en": "has variation" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/hasVariation" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/5bc739112726cd993c279f81380611cafc3a9857", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.keyword", + "sh:description": { + "en": "A keyword or tag describing the resource." + }, + "sh:name": { + "en": "keyword" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#keyword" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/5c00085225811cf3c496c271219a028c71b8547d", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.bias", + "sh:description": { + "en": "A description of the possible biases affecting the overall output of the model." + }, + "sh:name": { + "en": "bias" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#bias" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.description", + "sh:description": { + "en": "An account of the resource." + }, + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/6dc2a375f04122fef1497324a860c05b1989d711", @@ -374,6 +578,18 @@ }, "sh:path": "http://openml.org/openml#version" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/7d4c667652f23f3a51353271e3800bca87ed3f68", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.creator", + "sh:description": { + "en": "An entity responsible for making the resource." + }, + "sh:name": { + "en": "creator" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/creator" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/801537e929e2949a55ca3e052d22022f08a50569", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.created", @@ -386,6 +602,18 @@ }, "sh:path": "http://purl.org/dc/terms/created" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/81d95ea4231e28c92d4dd43c0817d17f547afe98", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.limitations", + "sh:description": { + "en": "The limited capabilities of the model." + }, + "sh:name": { + "en": "limitations" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#limitations" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/82a0088780f37bca3cf3cf432d6e6a82876dd6a9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.trainingprocess", @@ -398,6 +626,18 @@ }, "sh:path": "http://openml.org/openml#trainingProcess" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/8913b4aedaf16c8032ed289550ad2d83e94c97fd", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.finetunedfrom", + "sh:description": { + "en": "The model from on which this model has been fine tuned." + }, + "sh:name": { + "en": "fine tuned from" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/fineTunedFrom" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/96cdcbb0489a41ab01fc39c521f5ed607a0b2c41", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.name", @@ -446,6 +686,18 @@ }, "sh:path": "http://data.europa.eu/m8g/trainedOn" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/9caf9e629daa0e64ece77788576468821d7cff8c", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.name", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "name" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/a38e33decb21ddebecf480e2a0f61129b2715646", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.howtouse", @@ -458,6 +710,30 @@ }, "sh:path": "http://openml.org/openml#howToUse" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/a40b7a6f3c941d00eb296c12646c8a164a538f6a", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasprediction", + "sh:class": "http://www.w3.org/ns/dcat#Dataset", + "sh:description": { + "en": "The predicted dataset generated as output of a machine learning model." + }, + "sh:name": { + "en": "has prediction" + }, + "sh:path": "http://data.europa.eu/m8g/hasPrediction" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/a765ad590d8bbf948c74779425be566fc507d50a", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.runnedon", + "sh:class": "http://www.w3.org/ns/dcat#Dataset", + "sh:description": { + "en": "The dataset on which a machine learning mode is executed." + }, + "sh:name": { + "en": "runned on" + }, + "sh:path": "http://data.europa.eu/m8g/runnedOn" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/b05d80d7f4e190836768b76560ec614a2ec10e27", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasengagement", @@ -482,6 +758,18 @@ }, "sh:path": "http://data.europa.eu/m8g/fineTunedFrom" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/b619ca5330ec1e53f13cce61e0437daed8814534", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasrisk", + "sh:description": { + "en": "It refers to a possible risk that can occur." + }, + "sh:name": { + "en": "has risk" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/hasRisk" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/b7c1682ac55110d92f125d5980cda87210c9f892", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.created", @@ -518,6 +806,18 @@ }, "sh:path": "http://data.europa.eu/m8g/trainedOn" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/bda64b6b9c27a850b8782b17019e888c5edd7ce0", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.version", + "sh:description": { + "en": "The current version of the modeL" + }, + "sh:name": { + "en": "version" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#version" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/c1d40f7102c8201949576e76be48b991b47958d9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.creator", @@ -543,7 +843,43 @@ "sh:path": "http://openml.org/openml#evaluationResults" }, { - "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/db84124bfa16ef2cceb7157ac9ea78c898642d04", + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/c79c3f1acd7a555dfeea3ee6bbf8f1353bb968d1", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.validatedon", + "sh:description": { + "en": "The validation dataset used to fine-tune the machine learning model." + }, + "sh:name": { + "en": "validated on" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/validatedOn" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/c9de12887ed96497a2822f278c35a1d6a07cf755", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasoutputfileprediction", + "sh:description": { + "en": "The file in which the model is expressed." + }, + "sh:name": { + "en": "has output file prediction" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasOutputFilePrediction" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/d19f47dededfef77ff67cf0087abc5a1b1224826", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasprovider", + "sh:description": { + "en": "A natural or legal person, public authority, agency or other body that develops a Machine Learning Model or places it on the market or puts the it into service under its own name or trademark, whether for payment or free of charge." + }, + "sh:name": { + "en": "has provider" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/hasProvider" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/db84124bfa16ef2cceb7157ac9ea78c898642d04", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasuploader", "sh:class": "http://xmlns.com/foaf/0.1/Agent", "sh:description": { @@ -554,6 +890,18 @@ }, "sh:path": "http://openml.org/openml#hasUploader" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/db878f1cb93930f64561d0504123c66feacfad5a", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.language", + "sh:description": { + "en": "A language of the resource." + }, + "sh:name": { + "en": "language" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/language" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/dbcf2adef675735c48b532392359af27af5e8b71", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.licence", @@ -590,6 +938,18 @@ }, "sh:path": "http://data.europa.eu/m8g/hasProvider" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/e6b08d88d2235f5646f52d6d5b7cbe3396532967", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasbibliographicreference", + "sh:description": { + "en": "The reference to a paper." + }, + "sh:name": { + "en": "has bibliographic reference" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/hasBibliographicReference" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/e6b10372e56872f25144e0c3995ff1ec62327458", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasuploader", @@ -602,6 +962,54 @@ }, "sh:path": "http://openml.org/openml#hasUploader" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/e9d118da1b9665f782d440a94730d7052e06e118", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.howtouse", + "sh:description": { + "en": "An explanation of how to use or deploy the model." + }, + "sh:name": { + "en": "how to use" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#howToUse" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/f30149ffb6ec9d00dd5866b052105729fa27d02a", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.licence", + "sh:description": { + "en": "The licence under which the resource is made available." + }, + "sh:name": { + "en": "licence" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/license" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/f594089021a9c74e82077c61e27093a078f693c8", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasprediction", + "sh:description": { + "en": "The predicted dataset generated as output of a machine learning model." + }, + "sh:name": { + "en": "has prediction" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/hasPrediction" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/f93bb1218b12f5c67d9a4cc503745622953d4aaa", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.trainedon", + "sh:description": { + "en": "The training dataset used to train the machine learning model." + }, + "sh:name": { + "en": "trained on" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/trainedOn" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/fc55cadac83ff05637ea2231ec5969864decbbc4", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.limitations", @@ -658,6 +1066,30 @@ }, "sh:path": "http://data.europa.eu/m8g/severity" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RiskShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Risk.description", + "sh:description": { + "en": "An account of the resource." + }, + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RiskShape/7bec943f77622717cf0383443e3469674a1358c8", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Risk.severity", + "sh:description": { + "en": "The extent of the damage resulting from an event occurring." + }, + "sh:name": { + "en": "severity" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://data.europa.eu/m8g/severity" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RiskShape/8f61614144aa7bca188b24f5976593dc08aad0e6", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Risk.description", @@ -694,6 +1126,30 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RiskShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Risk.title", + "sh:description": { + "en": "A name associated to the risk." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RiskShape/da454f290cb6c67095cc0bce535939155643806a", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Risk.probability", + "sh:description": { + "en": "The likelihood that a given event will occur." + }, + "sh:name": { + "en": "probability" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://data.europa.eu/m8g/probability" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RiskShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Risk.title", @@ -705,6 +1161,18 @@ "en": "title" }, "sh:path": "http://purl.org/dc/terms/title" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RiskShape/fd8a4b415f9532486f745090f5d0efd75af749ff", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Risk.mitigation", + "sh:description": { + "en": "The action of reducing the severity of the risk." + }, + "sh:name": { + "en": "mitigation" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://data.europa.eu/m8g/mitigation" } ], "sh:targetClass": "http://data.europa.eu/m8g/Risk" @@ -732,6 +1200,15 @@ }, "sh:path": "http://purl.org/dc/terms/description" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CollectionShape/521be4314b4bb7c49af726be6045b53ad08bc177", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.hasuploader", + "sh:name": { + "en": "has uploader" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasUploader" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CollectionShape/575690151e9082fed0c6a338a0a7789e5003cc24", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.hasuploader", @@ -771,6 +1248,36 @@ }, "sh:path": "http://purl.org/dc/terms/identifier" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CollectionShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.description", + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CollectionShape/9ebdae98241e4f451997ba6a4a2252e28ea561d9", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.creationdate", + "sh:name": { + "en": "creation date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#creationDate" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CollectionShape/aadbd67a77a624f073be2076627fb9dc883cbe48", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.identifier", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:name": { + "en": "identifier" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CollectionShape/c0d17764e84e711728581fda7356a51e99a9040a", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.identifier", @@ -792,6 +1299,15 @@ }, "sh:path": "http://openml.org/openml#creationDate" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CollectionShape/c444cc01076cf811746340d7f86d0733076eca56", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.visibility", + "sh:name": { + "en": "visibility" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#visibility" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CollectionShape/c4fdb9967443dd30f3b42d440beb3d113f53bd01", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.title", @@ -810,6 +1326,15 @@ }, "sh:path": "http://openml.org/openml#visibility" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CollectionShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.title", + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CollectionShape/db84124bfa16ef2cceb7157ac9ea78c898642d04", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.hasuploader", @@ -876,6 +1401,30 @@ }, "sh:path": "http://purl.org/dc/terms/identifier" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DataQualityShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataquality.description", + "sh:description": { + "en": "An explanation of the quality type." + }, + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DataQualityShape/aadbd67a77a624f073be2076627fb9dc883cbe48", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataquality.identifier", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:name": { + "en": "identifier" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DataQualityShape/c0d17764e84e711728581fda7356a51e99a9040a", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataquality.identifier", @@ -900,6 +1449,18 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DataQualityShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataquality.title", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DataQualityShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataquality.title", @@ -980,6 +1541,18 @@ }, "sh:path": "http://purl.org/dc/terms/description" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EstimationProcedureShape/4f381639bb6e021939f65b4f41409d1edaeade9b", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.type", + "sh:description": { + "en": "A classification of the resource." + }, + "sh:name": { + "en": "type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/type" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EstimationProcedureShape/60448300559a231c7fbe42095a2e00e681c355c1", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.hasparameter", @@ -1001,6 +1574,15 @@ }, "sh:path": "http://purl.org/dc/terms/identifier" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EstimationProcedureShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.description", + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EstimationProcedureShape/7340f915e303c67321fcfc9928bb6810c184fdc3", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.datasplitsURL", @@ -1031,6 +1613,27 @@ }, "sh:path": "http://purl.org/dc/terms/description" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EstimationProcedureShape/929dd5e30e40bfa9d8a289f1d9a34b23705ae2c1", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.hasparameter", + "sh:name": { + "en": "has parameter" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasParameter" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EstimationProcedureShape/aadbd67a77a624f073be2076627fb9dc883cbe48", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.identifier", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:name": { + "en": "identifier" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EstimationProcedureShape/c0d17764e84e711728581fda7356a51e99a9040a", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.identifier", @@ -1056,34 +1659,73 @@ "sh:path": "http://purl.org/dc/terms/title" }, { - "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EstimationProcedureShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EstimationProcedureShape/d5d74574f70f9a979535f3624608f88180dd0c97", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.title", "sh:description": { "en": "The name assigned to the resource." }, - "sh:minCount": "1", "sh:name": { "en": "title" }, + "sh:nodeKind": "sh:Literal", "sh:path": "http://purl.org/dc/terms/title" - } - ], - "sh:targetClass": "http://openml.org/openml#EstimationProcedure" - }, - { - "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape", - "@type": "sh:NodeShape", - "sh:closed": false, - "sh:property": [ + }, { - "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/0521776ff4c60a33afeb373d4435158c48986d69", - "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.sample", + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EstimationProcedureShape/f4185b7ce09ab77e451632c47658c3152ae3135d", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.datasplitsURL", + "sh:name": { + "en": "data splits URL" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#dataSplitsURL" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EstimationProcedureShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.title", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:minCount": "1", + "sh:name": { + "en": "title" + }, + "sh:path": "http://purl.org/dc/terms/title" + } + ], + "sh:targetClass": "http://openml.org/openml#EstimationProcedure" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/0521776ff4c60a33afeb373d4435158c48986d69", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.sample", "sh:maxCount": "1", "sh:name": { "en": "sample" }, "sh:path": "http://openml.org/openml#sample" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/0c5186bf5ffb51acf13bf1b4f7f81d7069ffc31b", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.repeat", + "sh:name": { + "en": "repeat" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#repeat" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/1347fa3c6fb7f413d350f188aafee894a89fc6d9", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.stdev", + "sh:name": { + "en": "stdev" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#stdev" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/154e71d6dc0f952b89fd2e9f68d071c3f6e42616", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.hasflow", @@ -1102,6 +1744,15 @@ }, "sh:path": "http://openml.org/openml#intervalStart" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/34ba47520d520f97bbcdea3c6fd3dc176d312689", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.sample", + "sh:name": { + "en": "sample" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#sample" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/388aea194bc8d3d0c7251c8dca3f58ec88a4afc3", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.samplesize", @@ -1111,6 +1762,24 @@ }, "sh:path": "http://openml.org/openml#sampleSize" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/3ae7580c4039ed7af240c19ddf9bdc57c8fba687", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.value", + "sh:name": { + "en": "value" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#value" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/3e28a58e095830f46dc732d0aaca2d5045031c82", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.label", + "sh:name": { + "en": "label" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/2000/01/rdf-schema#label" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/3e779df5a94a3c5e8a20908d53988e76e25a9f75", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.label", @@ -1147,6 +1816,27 @@ }, "sh:path": "http://openml.org/openml#intervalEnd" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/aadbd67a77a624f073be2076627fb9dc883cbe48", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.identifier", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:name": { + "en": "identifier" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/bfed1db27b66d405a8e4d66436c106ce0ff0a98e", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.fold", + "sh:name": { + "en": "fold" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#fold" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/c0d17764e84e711728581fda7356a51e99a9040a", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.identifier", @@ -1168,6 +1858,33 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/c78d7706b43548595b4467e3881689879f99bf16", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.arraydata", + "sh:name": { + "en": "array data" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#arrayData" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/cbf6bacd11e9fdadf66452e4777e3ab6d87fa450", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.hasflow", + "sh:name": { + "en": "has flow" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasFlow" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.title", + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/db15b7df9d94d285bd33d0966a4d2357f8333c31", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.value", @@ -1177,6 +1894,15 @@ }, "sh:path": "http://openml.org/openml#value" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/dcdd34d236afcea2dff359245e3e850fff527dae", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.intervalend", + "sh:name": { + "en": "interval end" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#intervalEnd" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/dd691ce5054b7a4098d2d14a32d28dc9cf556c1e", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.fold", @@ -1195,6 +1921,24 @@ }, "sh:path": "http://openml.org/openml#stdev" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/f514b6cd6ad42e2721caf84ccafa8d75b061a344", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.intervalstart", + "sh:name": { + "en": "interval start" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#intervalStart" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/f68b419ce51a53cbd5369b6b7d6a93cdc6b9a200", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.samplesize", + "sh:name": { + "en": "sample size" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#sampleSize" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.title", @@ -1221,6 +1965,15 @@ }, "sh:path": "http://purl.org/dc/terms/description" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationMeasureShape/3ae7580c4039ed7af240c19ddf9bdc57c8fba687", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.value", + "sh:name": { + "en": "value" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#value" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationMeasureShape/4dffd5261116dadc2a8fb45ae6588922fe5946b1", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.valuegood", @@ -1230,6 +1983,33 @@ }, "sh:path": "http://openml.org/openml#valueGood" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationMeasureShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.description", + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationMeasureShape/7d225eb8f62de8369cd619a623c24c906e45b0f8", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.valuegood", + "sh:name": { + "en": "value good" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#valueGood" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationMeasureShape/847a833648dd13df3c43c536ea70404d5499a868", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.implementation", + "sh:name": { + "en": "implementation" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#implementation" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationMeasureShape/9e6efd49d4b4d8a4758672d9007bbe68237d359b", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.value", @@ -1239,6 +2019,15 @@ }, "sh:path": "http://openml.org/openml#value" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationMeasureShape/a35b1d938e765d76649548d262ca112f91daa6b9", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.valuebad", + "sh:name": { + "en": "value bad" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#valueBad" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationMeasureShape/c4fdb9967443dd30f3b42d440beb3d113f53bd01", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.title", @@ -1251,6 +2040,18 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationMeasureShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.title", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationMeasureShape/db15b7df9d94d285bd33d0966a4d2357f8333c31", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.value", @@ -1334,6 +2135,30 @@ }, "sh:path": "http://purl.org/dc/terms/description" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FeatureShape/4f381639bb6e021939f65b4f41409d1edaeade9b", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Feature.type", + "sh:description": { + "en": "A classification of the resource." + }, + "sh:name": { + "en": "type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/type" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FeatureShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Feature.description", + "sh:description": { + "en": "An explanation of the attribute." + }, + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FeatureShape/74feba662f4f65577bf45a8dd94f8faec0f03592", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Feature.type", @@ -1358,6 +2183,18 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FeatureShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Feature.title", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FeatureShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Feature.title", @@ -1378,6 +2215,18 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/0e527243fc7781144b48404f63919edbb54806eb", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.hasdependency", + "sh:description": { + "en": "The libraries that a flow depends on." + }, + "sh:name": { + "en": "has dependency" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasDependency" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/0f6cb927d0d26f3819cba3fb903a075cd426180d", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.status", @@ -1414,6 +2263,15 @@ }, "sh:path": "http://openml.org/openml#hasFlowParameter" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/32a707687b3fc18c29fe4d3f81d8120a978bc3e1", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.hasflowparameter", + "sh:name": { + "en": "has flow parameter" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasFlowParameter" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/362d1bf0eab8051024cf5ec1345eb1ce50762580", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.description", @@ -1423,6 +2281,15 @@ }, "sh:path": "http://purl.org/dc/terms/description" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/3c1ab2e1170c5050c8b7742e97810027ddc104b1", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.status", + "sh:name": { + "en": "status" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#status" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/45e40d6a74fddbdf912df94dbfa132c7f1523030", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.customname", @@ -1432,6 +2299,18 @@ }, "sh:path": "http://openml.org/openml#customName" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/521be4314b4bb7c49af726be6045b53ad08bc177", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.hasuploader", + "sh:description": { + "en": "An entity responsible for uploading the resource." + }, + "sh:name": { + "en": "has uploader" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasUploader" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/559dab14a90a8ddc0150dd1d09a443ecb37b90dd", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.status", @@ -1441,6 +2320,15 @@ }, "sh:path": "http://openml.org/openml#status" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/5bc739112726cd993c279f81380611cafc3a9857", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.keyword", + "sh:name": { + "en": "keyword" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#keyword" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/6732298630b75dc710a1117c7731b310d0dfe1f3", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.uploaded", @@ -1450,6 +2338,15 @@ }, "sh:path": "http://openml.org/openml#uploaded" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.description", + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/6e4f5560ba850e67e223027190a29d039a717d8a", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.externalversion", @@ -1468,6 +2365,15 @@ }, "sh:path": "http://openml.org/openml#className" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/8d23042e921fdb0050ebaf59699a880b8ad23530", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.customname", + "sh:name": { + "en": "custom name" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#customName" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/99dc863bcbf09a65747a34916868535d8af40c03", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.uploaded", @@ -1490,22 +2396,52 @@ "sh:path": "http://openml.org/openml#hasDependency" }, { - "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/c0d17764e84e711728581fda7356a51e99a9040a", + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/aadbd67a77a624f073be2076627fb9dc883cbe48", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.identifier", "sh:description": { "en": "An unambiguous identifier for the resource." }, - "sh:maxCount": "1", "sh:name": { "en": "identifier" }, + "sh:nodeKind": "sh:Literal", "sh:path": "http://purl.org/dc/terms/identifier" }, { - "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/c4fdb9967443dd30f3b42d440beb3d113f53bd01", - "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.title", - "sh:description": { - "en": "The name assigned to the resource." + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/acd4220bdb9cc6cbef44c50509862d7d56b890bb", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.classname", + "sh:name": { + "en": "class name" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#className" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/bda64b6b9c27a850b8782b17019e888c5edd7ce0", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.version", + "sh:name": { + "en": "version" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#version" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/c0d17764e84e711728581fda7356a51e99a9040a", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.identifier", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "identifier" + }, + "sh:path": "http://purl.org/dc/terms/identifier" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/c4fdb9967443dd30f3b42d440beb3d113f53bd01", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.title", + "sh:description": { + "en": "The name assigned to the resource." }, "sh:maxCount": "1", "sh:name": { @@ -1513,6 +2449,36 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/d41bd3859fb82e9c7f4d9df33f714a0872c83f22", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.externalversion", + "sh:name": { + "en": "external version" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#externalVersion" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/d439fecba1b27b3b7c6fc1b2c77882b20a460f22", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.uploaded", + "sh:name": { + "en": "uploaded" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#uploaded" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.title", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/db84124bfa16ef2cceb7157ac9ea78c898642d04", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.hasuploader", @@ -1587,6 +2553,27 @@ }, "sh:path": "http://openml.org/openml#defaultValue" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowParameterShape/4f381639bb6e021939f65b4f41409d1edaeade9b", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#FlowParameter.type", + "sh:description": { + "en": "A classification of the resource." + }, + "sh:name": { + "en": "type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/type" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowParameterShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#FlowParameter.description", + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowParameterShape/a6263c1756d9f0414d9e657ebda42cdc267b66a5", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#FlowParameter.recommendedrange", @@ -1596,6 +2583,15 @@ }, "sh:path": "http://openml.org/openml#recommendedRange" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowParameterShape/c1bc8ab10488381e9f1610e1cfd80b9e3eeb93ee", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#FlowParameter.defaultvalue", + "sh:name": { + "en": "default value" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#defaultValue" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowParameterShape/c4fdb9967443dd30f3b42d440beb3d113f53bd01", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#FlowParameter.title", @@ -1608,6 +2604,18 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowParameterShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#FlowParameter.title", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowParameterShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#FlowParameter.title", @@ -1619,6 +2627,15 @@ "en": "title" }, "sh:path": "http://purl.org/dc/terms/title" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowParameterShape/fbb48848acdab853c200fb6be859ef663a2f2528", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#FlowParameter.recommendedrange", + "sh:name": { + "en": "recommended range" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#recommendedRange" } ], "sh:targetClass": "http://openml.org/openml#FlowParameter" @@ -1646,6 +2663,15 @@ }, "sh:path": "http://openml.org/openml#version" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#LibraryShape/bda64b6b9c27a850b8782b17019e888c5edd7ce0", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Library.version", + "sh:name": { + "en": "version" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#version" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#LibraryShape/c4fdb9967443dd30f3b42d440beb3d113f53bd01", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Library.title", @@ -1658,6 +2684,18 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#LibraryShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Library.title", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#LibraryShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Library.title", @@ -1685,6 +2723,18 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFileDescriptionShape/1bf6b202f78591cc7dc23e70eebefda2d3e72ec5", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFileDescription.id", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:name": { + "en": "id" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFileDescriptionShape/24ba6ebb8d32d4bb6139d7d7000c33ef67940785", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFileDescription.url", @@ -1694,6 +2744,15 @@ }, "sh:path": "http://openml.org/openml#url" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFileDescriptionShape/4d0b1b686b162926a45ac646d27c495e250fdc5d", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFileDescription.url", + "sh:name": { + "en": "url" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#url" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFileDescriptionShape/5ea3e6deebe239c60a44df6083bb214422fb8cca", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFileDescription.id", @@ -1727,6 +2786,18 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFileDescriptionShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFileDescription.title", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFileDescriptionShape/e0c9d9e2a26ed56f4d4d9eb9de7c55864b9b5635", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFileDescription.id", @@ -1759,6 +2830,18 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFilePredictionShape/1bf6b202f78591cc7dc23e70eebefda2d3e72ec5", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFilePrediction.id", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:name": { + "en": "id" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFilePredictionShape/24ba6ebb8d32d4bb6139d7d7000c33ef67940785", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFilePrediction.url", @@ -1771,6 +2854,18 @@ }, "sh:path": "http://openml.org/openml#url" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFilePredictionShape/4d0b1b686b162926a45ac646d27c495e250fdc5d", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFilePrediction.url", + "sh:description": { + "en": "The url of the file to be downloaded." + }, + "sh:name": { + "en": "url" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#url" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFilePredictionShape/5ea3e6deebe239c60a44df6083bb214422fb8cca", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFilePrediction.id", @@ -1855,6 +2950,18 @@ }, "sh:path": "http://openml.org/openml#url" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFilePredictionShape/c1577bd231c71b0b1910272999755d3414867cfd", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFilePrediction.format", + "sh:description": { + "en": "The file format, physical medium, or dimensions of the resource." + }, + "sh:name": { + "en": "format" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/format" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFilePredictionShape/c4fdb9967443dd30f3b42d440beb3d113f53bd01", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFilePrediction.title", @@ -1867,6 +2974,30 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFilePredictionShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFilePrediction.title", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFilePredictionShape/dc17e7a798aea475507009807c87717284c17830", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFilePrediction.checksum", + "sh:description": { + "en": "This property provides a mechanism that can be used to verify that the contents of a distribution have not changed." + }, + "sh:name": { + "en": "checksum" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://spdx.org/rdf/terms#checksum" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFilePredictionShape/e0c9d9e2a26ed56f4d4d9eb9de7c55864b9b5635", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFilePrediction.id", @@ -1899,6 +3030,15 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#ParameterShape/3ae7580c4039ed7af240c19ddf9bdc57c8fba687", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Parameter.value", + "sh:name": { + "en": "value" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#value" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#ParameterShape/9e6efd49d4b4d8a4758672d9007bbe68237d359b", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Parameter.value", @@ -1920,6 +3060,18 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#ParameterShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Parameter.title", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#ParameterShape/db15b7df9d94d285bd33d0966a4d2357f8333c31", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Parameter.value", @@ -1961,6 +3113,15 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#ParameterSettingShape/3ae7580c4039ed7af240c19ddf9bdc57c8fba687", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#ParameterSetting.value", + "sh:name": { + "en": "value" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#value" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#ParameterSettingShape/6bba21316b3837a221afd5be2dcdac9de2c3dd4f", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#ParameterSetting.component", @@ -1982,6 +3143,27 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#ParameterSettingShape/99f4c6aefe1524b5080fc1cf2a5f440542a02503", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#ParameterSetting.component", + "sh:name": { + "en": "component" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#component" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#ParameterSettingShape/9caf9e629daa0e64ece77788576468821d7cff8c", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#ParameterSetting.name", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "name" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#ParameterSettingShape/9e6efd49d4b4d8a4758672d9007bbe68237d359b", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#ParameterSetting.value", @@ -2017,6 +3199,15 @@ }, "sh:path": "http://openml.org/openml#hasPredictionFeature" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PredictionShape/2ab27bdf42596d5077fba20b6dcf59afa7ce8dab", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Prediction.haspredictionfeature", + "sh:name": { + "en": "has prediction feature" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasPredictionFeature" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PredictionShape/56a5771db3070b63fde9bb568ceb265be1cde63f", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Prediction.haspredictionfeature", @@ -2052,6 +3243,15 @@ "en": "format" }, "sh:path": "http://purl.org/dc/terms/format" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PredictionShape/c1577bd231c71b0b1910272999755d3414867cfd", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Prediction.format", + "sh:name": { + "en": "format" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/format" } ], "sh:targetClass": "http://openml.org/openml#Prediction" @@ -2079,6 +3279,15 @@ }, "sh:path": "http://purl.org/dc/terms/type" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PredictionFeatureShape/4f381639bb6e021939f65b4f41409d1edaeade9b", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#PredictionFeature.type", + "sh:name": { + "en": "type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/type" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PredictionFeatureShape/74feba662f4f65577bf45a8dd94f8faec0f03592", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#PredictionFeature.type", @@ -2098,16 +3307,25 @@ "sh:path": "http://purl.org/dc/terms/title" }, { - "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PredictionFeatureShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PredictionFeatureShape/d5d74574f70f9a979535f3624608f88180dd0c97", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#PredictionFeature.title", - "sh:minCount": "1", "sh:name": { "en": "title" }, + "sh:nodeKind": "sh:Literal", "sh:path": "http://purl.org/dc/terms/title" - } - ], - "sh:targetClass": "http://openml.org/openml#PredictionFeature" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PredictionFeatureShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#PredictionFeature.title", + "sh:minCount": "1", + "sh:name": { + "en": "title" + }, + "sh:path": "http://purl.org/dc/terms/title" + } + ], + "sh:targetClass": "http://openml.org/openml#PredictionFeature" }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape", @@ -2126,6 +3344,15 @@ }, "sh:path": "http://www.w3.org/ns/mls#realizes" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/091e5ef41ba4c037c7fc3fc7ebd0c5e2a61d0fa0", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.setupstring", + "sh:name": { + "en": "setup string" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#setupString" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/0e6e22dc13d0b206842d78a0280d195612318d56", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasoutputfileprediction", @@ -2156,6 +3383,15 @@ }, "sh:path": "http://www.w3.org/ns/mls#realizes" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/220f764894da495ebf38bab1467b62cee8ed1faa", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.errormessage", + "sh:name": { + "en": "error message" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#errorMessage" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/2676fb3c58ea581447d2088c07840b25f0f050eb", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasparameter", @@ -2174,6 +3410,24 @@ }, "sh:path": "http://openml.org/openml#hasFlow" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/4692bfc7fad9507b243e1c04b07698ba401f9e23", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasoutputfiledescription", + "sh:name": { + "en": "has output file description" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasOutputFileDescription" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/46f5bca7bc2efff309309ccbe5d3b2c4bfd59705", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.rundetails", + "sh:name": { + "en": "run details" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#runDetails" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/4eafb6a8407472edb010c2645e6471622d634c2c", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasoutputfileprediction", @@ -2192,6 +3446,18 @@ }, "sh:path": "http://openml.org/openml#hasTask" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/521be4314b4bb7c49af726be6045b53ad08bc177", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasuploader", + "sh:description": { + "en": "An entity responsible for uploading the resource." + }, + "sh:name": { + "en": "has uploader" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasUploader" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/52712db7460a5532f8e4a412cb8caa0c029d6009", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasflow", @@ -2210,6 +3476,15 @@ }, "sh:path": "http://openml.org/openml#hasTask" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/5bc739112726cd993c279f81380611cafc3a9857", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.keyword", + "sh:name": { + "en": "keyword" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#keyword" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/60448300559a231c7fbe42095a2e00e681c355c1", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasparameter", @@ -2228,6 +3503,24 @@ }, "sh:path": "http://openml.org/openml#runDetails" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/8380452aad83241a35f826311f1c5154e4a63878", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasevaluation", + "sh:name": { + "en": "has evaluation" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasEvaluation" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/929dd5e30e40bfa9d8a289f1d9a34b23705ae2c1", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasparameter", + "sh:name": { + "en": "has parameter" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasParameterSetting" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/9b4273b86fb7bc4b72ab1aeec3842bf74fb41927", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasoutputfiledescription", @@ -2255,6 +3548,18 @@ }, "sh:path": "http://openml.org/openml#hasOutputFileDescription" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/aadbd67a77a624f073be2076627fb9dc883cbe48", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.identifier", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:name": { + "en": "identifier" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/ac581b0674c3566f9a857e4ce8a489eb5450d9d0", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.setupId", @@ -2264,6 +3569,18 @@ }, "sh:path": "http://openml.org/openml#setupId" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/aeb9436032b3f52a56cb2e93aa2dfbd0c26db1f2", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.executes", + "sh:description": { + "en": "The Algorithm executed by the run." + }, + "sh:name": { + "en": "executes" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/mls#realizes" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/b9e1857c1f5f61fa0c840eb06b66959568ffbb98", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasoutputfileprediction", @@ -2285,6 +3602,24 @@ }, "sh:path": "http://purl.org/dc/terms/identifier" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/c9de12887ed96497a2822f278c35a1d6a07cf755", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasoutputfileprediction", + "sh:name": { + "en": "has output file prediction" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasOutputFilePrediction" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/cbf6bacd11e9fdadf66452e4777e3ab6d87fa450", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasflow", + "sh:name": { + "en": "has flow" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasFlow" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/ccf1428b613b5d52bad3569287d3d739648c8921", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.errormessage", @@ -2294,6 +3629,15 @@ }, "sh:path": "http://openml.org/openml#errorMessage" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/d2506391a4276d7cc8fa4a197ae82e2827133583", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.setupId", + "sh:name": { + "en": "setup Id" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#setupId" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/d7009ea4c4ac660aebc7a52a0363ee0c23f27270", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.setupstring", @@ -2335,6 +3679,15 @@ "en": "has evaluation" }, "sh:path": "http://openml.org/openml#hasEvaluation" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/fdd717f2a9085dd1fe62758538fd8ea27abcee8a", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hastask", + "sh:name": { + "en": "has task" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasTask" } ], "sh:targetClass": "http://openml.org/openml#Run" @@ -2361,6 +3714,15 @@ "en": "has run" }, "sh:path": "http://openml.org/openml#hasRun" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunCollectionShape/e3855c9cddd410a3bbe9ac631f7b675f46a88fdb", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#RunCollection.hasrun", + "sh:name": { + "en": "has run" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasRun" } ], "sh:targetClass": "http://openml.org/openml#RunCollection" @@ -2370,6 +3732,18 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#SplitShape/1bf6b202f78591cc7dc23e70eebefda2d3e72ec5", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Split.id", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:name": { + "en": "id" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#SplitShape/362d1bf0eab8051024cf5ec1345eb1ce50762580", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Split.description", @@ -2391,6 +3765,15 @@ }, "sh:path": "http://purl.org/dc/terms/identifier" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#SplitShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Split.description", + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#SplitShape/9892e8196714fd873dce0340b4aef867f222e0b0", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Split.isappliedto", @@ -2421,6 +3804,18 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#SplitShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Split.title", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#SplitShape/e0c9d9e2a26ed56f4d4d9eb9de7c55864b9b5635", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Split.id", @@ -2433,6 +3828,15 @@ }, "sh:path": "http://purl.org/dc/terms/identifier" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#SplitShape/f1aca48abf9ed1d2c76397924f97225733e9aae5", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Split.isappliedto", + "sh:name": { + "en": "is applied to" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#isAppliedTo" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#SplitShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Split.title", @@ -2471,6 +3875,27 @@ }, "sh:path": "http://openml.org/openml#hasCostMatrix" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/1bf6b202f78591cc7dc23e70eebefda2d3e72ec5", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.id", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:name": { + "en": "id" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/2719903253d87c481bdf27532584bf4ed8d19bc7", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.hasoutput", + "sh:name": { + "en": "has output" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasOutput" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/2c84feed94fa939faa3c2d068e1d8b4d0f4349b9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.hasevaluationmeasure", @@ -2489,6 +3914,18 @@ }, "sh:path": "http://openml.org/openml#hasTaskType" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/5bc739112726cd993c279f81380611cafc3a9857", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.keyword", + "sh:description": { + "en": "A keyword or tag describing the resource." + }, + "sh:name": { + "en": "keyword" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#keyword" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/5ce4782c868966fe77821b2aeb6afd2f27c4a6cc", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.hascostmatrix", @@ -2546,6 +3983,24 @@ }, "sh:path": "http://openml.org/openml#hasEvaluationMeasure" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/ae6a508b916462ba9ef198b37ece18498c5617dd", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.sourcedata", + "sh:name": { + "en": "source data" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#sourceData" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/bc252d2e7068fe82281d2aa68b84a48b16a98406", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.hasestimationprocedure", + "sh:name": { + "en": "has estimation procedure" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasEstimationProcedure" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/c4fdb9967443dd30f3b42d440beb3d113f53bd01", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.title", @@ -2576,6 +4031,18 @@ }, "sh:path": "http://openml.org/openml#sourceData" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.title", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/d9c68c9863db3488bb6edb1d43506b0af9101af2", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.hastasktype", @@ -2585,6 +4052,24 @@ }, "sh:path": "http://openml.org/openml#hasTaskType" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/dc0c5890d6cf9527f563c17e0650abccbc9746f6", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.hastasktype", + "sh:name": { + "en": "has task type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasTaskType" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/df80708f13cbf09589abe65265356011077f156b", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.hasevaluationmeasure", + "sh:name": { + "en": "has evaluation measure" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasEvaluationMeasure" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/e5a2169d4263f34bce3cdca9306a9c7729a1ddd2", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.targetfeature", @@ -2612,6 +4097,15 @@ }, "sh:path": "http://openml.org/openml#sourceData" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/f04a195873f0026e3a428fa0c9b5ff49e504948d", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.hascostmatrix", + "sh:name": { + "en": "has cost matrix" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasCostMatrix" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/f3c9a44185e43e19eda99f7282c79a1143000aeb", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.hasoutput", @@ -2621,6 +4115,15 @@ }, "sh:path": "http://openml.org/openml#hasOutput" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/f6f00e541b7bda8363b70d711b778614893197ee", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.targetfeature", + "sh:name": { + "en": "target feature" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#targetFeature" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.title", @@ -2658,6 +4161,15 @@ "en": "has task" }, "sh:path": "http://openml.org/openml#hasTask" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskCollectionShape/fdd717f2a9085dd1fe62758538fd8ea27abcee8a", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#TaskCollection.hastask", + "sh:name": { + "en": "has task" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasTask" } ], "sh:targetClass": "http://openml.org/openml#TaskCollection" @@ -2667,6 +4179,18 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskTypeShape/1bf6b202f78591cc7dc23e70eebefda2d3e72ec5", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#TaskType.id", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:name": { + "en": "id" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskTypeShape/362d1bf0eab8051024cf5ec1345eb1ce50762580", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#TaskType.description", @@ -2688,6 +4212,15 @@ }, "sh:path": "http://purl.org/dc/terms/identifier" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskTypeShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#TaskType.description", + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/2004/02/skos/core#definition" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskTypeShape/8f61614144aa7bca188b24f5976593dc08aad0e6", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#TaskType.description", @@ -2709,6 +4242,18 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskTypeShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#TaskType.title", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskTypeShape/e0c9d9e2a26ed56f4d4d9eb9de7c55864b9b5635", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#TaskType.id", @@ -2778,6 +4323,15 @@ }, "sh:path": "http://purl.org/dc/terms/bibliographicCitation" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#BibliographicReferenceShape/308d8047a7daaf8e28147fd7f9223fd62521bd28", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#BibliographicReference.bibliographiccitation", + "sh:name": { + "en": "bibliographic citation" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/bibliographicCitation" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#BibliographicReferenceShape/419d4dd1ae984aa2905d9628506915979360a8b4", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#BibliographicReference.bibliographiccitation", @@ -2787,6 +4341,18 @@ }, "sh:path": "http://purl.org/dc/terms/bibliographicCitation" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#BibliographicReferenceShape/61d3ec2b1eb4ee541999f05c4a695db49038c866", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#BibliographicReference.references", + "sh:description": { + "en": "A related resource that is referenced, cited, or otherwise pointed to by the described resource." + }, + "sh:name": { + "en": "references" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/references" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#BibliographicReferenceShape/76a80b965577e70ddaa1ad1bd18df4759b0dd505", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#BibliographicReference.format", @@ -2816,6 +4382,15 @@ "en": "format" }, "sh:path": "http://purl.org/dc/terms/format" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#BibliographicReferenceShape/c1577bd231c71b0b1910272999755d3414867cfd", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#BibliographicReference.format", + "sh:name": { + "en": "format" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/format" } ], "sh:targetClass": "http://purl.org/spar/biro/BibliographicReference" @@ -2825,6 +4400,18 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#ChecksumShape/18334d9daf21fe247c499aab3d04ddd1d4f391b7", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Checksum.checksumvalue", + "sh:description": { + "en": "This property provides a lower case hexadecimal encoded digest value produced using a specific algorithm." + }, + "sh:name": { + "en": "checksum value" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://spdx.org/rdf/terms#checksumValue" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#ChecksumShape/3eab73d86ca644be3c17cec9470a00ee097d8515", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Checksum.checksumvalue", @@ -2849,6 +4436,18 @@ }, "sh:path": "http://spdx.org/rdf/terms#checksumValue" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#ChecksumShape/9ab7a34ae99cd75fd914a221bacfffd1bb9cde4c", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Checksum.algorithm", + "sh:description": { + "en": "This property identifies the algorithm used to produce the subject Checksum." + }, + "sh:name": { + "en": "algorithm" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://spdx.org/rdf/terms#algorithm" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#ChecksumShape/9eeeae00a6e87149f282ea21e521ffb5231213ec", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Checksum.algorithm", @@ -2961,6 +4560,18 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/01d5c746936ff78bb5eb353a1b0e49303cb2fd31", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.dataset", + "sh:description": { + "en": "This property links the Catalogue with a Dataset that is part of the Catalogue. As empty Catalogues are usually indications of problems, this property should be combined with the next property service to implement an empty Catalogue check." + }, + "sh:name": { + "en": "dataset" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#dataset" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/337cf55721093cc585693a5397601643d59a4c46", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.record", @@ -2973,6 +4584,42 @@ }, "sh:path": "http://www.w3.org/ns/dcat#record" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/34db0dabef6e2aa992eab790fc3e8d1e3f83bc12", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.record", + "sh:description": { + "en": "This property refers to a Catalogue Record that is part of the Catalogue." + }, + "sh:name": { + "en": "record" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#record" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/4be37093e4c3ba0d5b5a18ef6b97778d6d689392", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.releasedate", + "sh:description": { + "en": "\tThe date of formal issuance (e.g., publication) of the Catalogue." + }, + "sh:name": { + "en": "release date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/issued" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/5bc739112726cd993c279f81380611cafc3a9857", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.keyword", + "sh:description": { + "en": "A keyword or tag describing the resource." + }, + "sh:name": { + "en": "keyword" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "https://www.w3.org/ns/dcat#keyword" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/67dcdb36167ca7969c0532898e11a98e9c2a80f5", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.publisher", @@ -2985,6 +4632,30 @@ }, "sh:path": "http://purl.org/dc/terms/publisher" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/6b7242b6b89977700c05e4875131fbb975c4235e", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.modificationdate", + "sh:description": { + "en": "The most recent date on which the Catalogue was modified." + }, + "sh:name": { + "en": "modification date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/modified" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.description", + "sh:description": { + "en": "A free-text account of the Catalogue." + }, + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/7b94c69361e00163d16d78016cd994668c7fccda", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.dataset", @@ -2997,6 +4668,18 @@ }, "sh:path": "http://www.w3.org/ns/dcat#dataset" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/7d4c667652f23f3a51353271e3800bca87ed3f68", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.creator", + "sh:description": { + "en": "An entity responsible for the creation of the catalogue." + }, + "sh:name": { + "en": "creator" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/creator" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/8772a17b46da88b8aa26c30e24bc3d9ef17fb940", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.creator", @@ -3009,6 +4692,18 @@ }, "sh:path": "http://purl.org/dc/terms/creator" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/8d36a62f83db7f94097e27edb51306e17e0d40f3", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.homepage", + "sh:description": { + "en": "A web page that acts as the main page for the Catalogue" + }, + "sh:name": { + "en": "homepage" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://xmlns.com/foaf/0.1/homepage" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/8f61614144aa7bca188b24f5976593dc08aad0e6", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.description", @@ -3021,6 +4716,18 @@ }, "sh:path": "http://purl.org/dc/terms/description" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/93f73e69bb03d2928fcf758a253ef316becdf9b9", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.publisher", + "sh:description": { + "en": "This property refers to an entity (organisation) responsible for making the resource available." + }, + "sh:name": { + "en": "publisher" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/publisher" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/9e9d878c1c354206edc1d411f33c82d4d01e5a8f", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.modificationdate", @@ -3057,6 +4764,18 @@ }, "sh:path": "http://purl.org/dc/terms/publisher" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/aadbd67a77a624f073be2076627fb9dc883cbe48", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.identifier", + "sh:description": { + "en": "A unique identifier of the item." + }, + "sh:name": { + "en": "identifier" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/b362d2bdbbe8ba1c689e5554cca2bcbd295546de", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.releasedate", @@ -3117,6 +4836,18 @@ }, "sh:path": "http://www.w3.org/ns/dcat#service" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.title", + "sh:description": { + "en": "A name given to the Catalogue." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/da28472666d298998330cb159b2c1e90b4446250", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.homepage", @@ -3141,6 +4872,30 @@ }, "sh:path": "http://purl.org/dc/terms/license" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/e9a8f5414305eafd449b87a38bfe0c974341c9ac", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.service", + "sh:description": { + "en": "This property refers to a site or end-point (Data Service) that is listed in the Catalogue." + }, + "sh:name": { + "en": "service" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#service" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/f30149ffb6ec9d00dd5866b052105729fa27d02a", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.licence", + "sh:description": { + "en": "A licence under which the Catalogue can be used or reused." + }, + "sh:name": { + "en": "licence" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/license" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.title", @@ -3185,6 +4940,30 @@ }, "sh:path": "http://purl.org/dc/terms/modified" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogRecordShape/33619d37d70a8fb82ad1950fbcb9a13c05bc6449", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#CatalogueRecord.descriptionversion", + "sh:description": { + "en": "It refers to the version of the description. '1' for original version." + }, + "sh:name": { + "en": "description version" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#descriptionVersion" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogRecordShape/387c76a64757677cc2b899f0c4a20803263a0449", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#CatalogueRecord.primarytopic", + "sh:description": { + "en": "This property links the Catalogue Record to the Dataset, Data service or Catalog described in the record." + }, + "sh:name": { + "en": "primary topic" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://xmlns.com/foaf/0.1/primaryTopic" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogRecordShape/65eafe0643a998b84fc2d253de401f9ad8355770", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#CatalogueRecord.primarytopic", @@ -3197,6 +4976,30 @@ }, "sh:path": "http://xmlns.com/foaf/0.1/primaryTopic" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogRecordShape/6b7242b6b89977700c05e4875131fbb975c4235e", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#CatalogueRecord.modificationdate", + "sh:description": { + "en": "This property contains the most recent date on which the Catalogue entry was changed or modified." + }, + "sh:name": { + "en": "modification date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/modified" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogRecordShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#CatalogueRecord.description", + "sh:description": { + "en": "A free-text account of the resource." + }, + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogRecordShape/9cfc04e7fc5c17860d295377c541e05a32bc8eeb", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#CatalogueRecord.descriptionversion", @@ -3265,6 +5068,18 @@ }, "sh:path": "http://www.w3.org/ns/dcat#servesDataset" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DataServiceShape/3bde2663aaca96d953765ac2e525ef64710bf4d6", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#DataService.endpointURL", + "sh:description": { + "en": "The root location or primary endpoint of the service (an IRI)." + }, + "sh:name": { + "en": "endpoint URL" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#endpointURL" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DataServiceShape/83ad7325cc6681e43e44550c269847065a95a14f", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#DataService.endpointURL", @@ -3277,6 +5092,30 @@ }, "sh:path": "http://www.w3.org/ns/dcat#endpointURL" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DataServiceShape/ca2bd10c893237fa342edb75240b08731acda92f", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#DataService.servesdataset", + "sh:description": { + "en": "This property refers to a collection of data that this data service can distribute." + }, + "sh:name": { + "en": "serves dataset" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#servesDataset" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DataServiceShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#DataService.title", + "sh:description": { + "en": "A name given to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DataServiceShape/eb3ac4e4fdde2e2588a9502c5956060a18c5c99f", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#DataService.endpointURL", @@ -3346,14 +5185,26 @@ "sh:path": "http://www.w3.org/ns/adms#status" }, { - "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/2ab9813b47309d4af98fdfe34189ea24baecc8cd", - "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.datasetdistribution", - "sh:class": "http://www.w3.org/ns/dcat#Distribution", + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/10c0ca4deadefb51c529f56ee01caf9bd2639ef4", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.accessrights", "sh:description": { - "en": "This property links the Dataset to an available Distribution." + "en": "This property refers to information that indicates whether the Dataset is open data, has access restrictions or is not public." }, "sh:name": { - "en": "dataset distribution" + "en": "access rights" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/accessRights" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/2ab9813b47309d4af98fdfe34189ea24baecc8cd", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.datasetdistribution", + "sh:class": "http://www.w3.org/ns/dcat#Distribution", + "sh:description": { + "en": "This property links the Dataset to an available Distribution." + }, + "sh:name": { + "en": "dataset distribution" }, "sh:path": "http://www.w3.org/ns/dcat#distribution" }, @@ -3369,6 +5220,90 @@ }, "sh:path": "http://www.w3.org/ns/adms#status" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/2f24e5e77199a0d328c94cb874400d574fc8e87f", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.versioninfo", + "sh:description": { + "en": "This property contains a version number or other version designation of the Dataset." + }, + "sh:name": { + "en": "version info" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/2002/07/owl#versionInfo" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/2fd3850ab494807d4d5cc3ac00cc92ede3ec5052", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.contributor", + "sh:description": { + "en": "\tAn entity responsible for making contributions to the dataset." + }, + "sh:name": { + "en": "contributor" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/contributor" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/2fd3850ab494807d4d5cc3ac00cc92ede3ec5052", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.contributor", + "sh:description": { + "en": "\tAn entity responsible for making contributions to the dataset." + }, + "sh:name": { + "en": "contributor" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/contributor" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/30e78cd98aa6cd5dbc31678289abb5e0cc0b55c7", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.landingpage", + "sh:description": { + "en": "This property refers to a web page that provides access to the Dataset, its Distributions and/or additional information." + }, + "sh:name": { + "en": "landing page" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#landingPage" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/3c1ab2e1170c5050c8b7742e97810027ddc104b1", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.status", + "sh:description": { + "en": "The status of the dataset in the context of the publication process." + }, + "sh:name": { + "en": "status" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/adms#status" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/3f1fe87dc7be37001827234cfe37b5314b16efcc", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.isreferencedby", + "sh:description": { + "en": "A related resource that references, cites, or otherwise points to the described resource." + }, + "sh:name": { + "en": "is referenced by" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/isReferencedBy" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/3f1fe87dc7be37001827234cfe37b5314b16efcc", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.isreferencedby", + "sh:description": { + "en": "This property is about a related resource, such as a publication, that references, cites, or otherwise points to the dataset." + }, + "sh:name": { + "en": "is referenced by" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/isReferencedBy" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/495a2bdea22c8a156f1a7926737cdf33529871fd", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.hasversion", @@ -3381,6 +5316,18 @@ }, "sh:path": "http://www.w3.org/ns/dcat#hasVersion" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/4be37093e4c3ba0d5b5a18ef6b97778d6d689392", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.releasedate", + "sh:description": { + "en": "This property contains the date of formal issuance (e.g., publication) of the Dataset." + }, + "sh:name": { + "en": "release date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/issued" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/532abc6f4975de87bbe22a9fa6932739f16a00db", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.collectionDate", @@ -3393,6 +5340,18 @@ }, "sh:path": "http://openml.org/openml#collectionDate" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/5bc739112726cd993c279f81380611cafc3a9857", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.keyword", + "sh:description": { + "en": "A keyword or tag describing the resource." + }, + "sh:name": { + "en": "keyword" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#keyword" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/67dcdb36167ca7969c0532898e11a98e9c2a80f5", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.publisher", @@ -3405,6 +5364,18 @@ }, "sh:path": "http://purl.org/dc/terms/publisher" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.description", + "sh:description": { + "en": "A free-text account of the resource." + }, + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/797de37cf0e11c0819dbd38d85a43baa6352f22a", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.versionLabel", @@ -3429,6 +5400,30 @@ }, "sh:path": "http://purl.org/dc/terms/accessRights" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/7d4c667652f23f3a51353271e3800bca87ed3f68", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.creator", + "sh:description": { + "en": "This property refers to the entity responsible for producing the dataset." + }, + "sh:name": { + "en": "creator" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/creator" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/7d4deb7c49e904fb5ed9e288a4c8889edc59a9f3", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.collectionDate", + "sh:description": { + "en": "The date the data was originally collected, given by the uploader." + }, + "sh:name": { + "en": "collectionDate" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#collectionDate" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/8f61614144aa7bca188b24f5976593dc08aad0e6", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.description", @@ -3441,6 +5436,18 @@ }, "sh:path": "http://purl.org/dc/terms/description" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/93f73e69bb03d2928fcf758a253ef316becdf9b9", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.publisher", + "sh:description": { + "en": "This property refers to an entity (organisation) responsible for making the resource available." + }, + "sh:name": { + "en": "publisher" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/publisher" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/9512099dadc4456834bcbf88af15fccc7554129c", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.versioninfo", @@ -3477,6 +5484,30 @@ }, "sh:path": "http://purl.org/dc/terms/isReferencedBy" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/a67ea27b94da4be53ee7a2ce943c7b2974f79b60", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.isversionof", + "sh:description": { + "en": "This property refers to a related Dataset of which the described Dataset is a version, edition, or adaptation." + }, + "sh:name": { + "en": "is version of" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/isVersionOf" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/aadbd67a77a624f073be2076627fb9dc883cbe48", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.identifier", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:name": { + "en": "identifier" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/b362d2bdbbe8ba1c689e5554cca2bcbd295546de", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.releasedate", @@ -3513,6 +5544,18 @@ }, "sh:path": "http://purl.org/dc/terms/creator" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/c444cc01076cf811746340d7f86d0733076eca56", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.visibility", + "sh:description": { + "en": "Who can see the dataset. Typical values: 'Everyone','All my friends','Only me'. Can also be any of the user's circles." + }, + "sh:name": { + "en": "visibility" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#access_policy" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/cca453176d6acdfcf4bd42617b21c975c62b0887", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.visibility", @@ -3525,6 +5568,42 @@ }, "sh:path": "http://openml.org/openml#access_policy" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/cee351ca7e459eb55734fce188a2216ea0cc2b6a", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.hasversion", + "sh:description": { + "en": "This property refers to a related Dataset that is a version, edition, or adaptation of the described Dataset." + }, + "sh:name": { + "en": "has version" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#hasVersion" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.title", + "sh:description": { + "en": "A name given to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/dac585c809627a90e9d9378c2b3b09862f178f9c", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.versionLabel", + "sh:description": { + "en": "Version label provided by user, something relevant to the user. Can also be a date, hash, or some other type of id." + }, + "sh:name": { + "en": "versionLabel" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#versionLabel" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/ee60fdd4b8581460f5fc4077813b8bb3e3d77441", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.accessrights", @@ -3549,6 +5628,18 @@ }, "sh:path": "http://purl.org/dc/terms/isVersionOf" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/f6f077451f13ccf5d721838425fcc37f6cebfe48", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.datasetdistribution", + "sh:description": { + "en": "This property links the Dataset to an available Distribution." + }, + "sh:name": { + "en": "dataset distribution" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#distribution" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.title", @@ -3617,6 +5708,54 @@ }, "sh:path": "http://openml.org/openml#rowIDAttribute" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/136bb2abfdf5aa444a60bb48633b362319dea4db", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.license", + "sh:description": { + "en": "The licence under which the resource is made available." + }, + "sh:name": { + "en": "license" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/license" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/16c960b8afbda0b0c9ea93512295a86ef1c66978", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.rowIDattribute", + "sh:description": { + "en": "The attribute that represents the row-id column, if present in the dataset." + }, + "sh:name": { + "en": "row ID attribute" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#rowIDAttribute" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/193f76584d643e39b083a5a961780cf712835813", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.processingwarning", + "sh:description": { + "en": "Warnings while processing the dataset." + }, + "sh:name": { + "en": "processing warning" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#processingWarning" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/23d4c038584493decec780192681ef61694bff7c", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.accessservice", + "sh:description": { + "en": "This property refers to a data service that gives access to the distribution of the dataset." + }, + "sh:name": { + "en": "access service" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#accessService" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/2553d0eb185e3cdf9c6f992f68022e6f98bf591c", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.hasfeature", @@ -3629,6 +5768,18 @@ }, "sh:path": "http://openml.org/openml#hasFeature" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/27ee30c66ff3cd2714f73a4b488a5e0f6b64b7f6", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.downloadURL", + "sh:description": { + "en": "This property contains a URL that is a direct link to a downloadable file in a given format." + }, + "sh:name": { + "en": "download URL" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#downloadURL" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/29ba27566ab1f32c8bb73f3492436d4bd868d3d2", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.language", @@ -3665,6 +5816,18 @@ }, "sh:path": "http://purl.org/dc/terms/license" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/59cbd395c4b9167c030b3fd61001eeeee5034346", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.bytesize", + "sh:description": { + "en": "This property contains the size of a Distribution in bytes." + }, + "sh:name": { + "en": "byte size" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#byteSize" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/6311ab0f528a12e90a9d4be09bdec4ff36578b32", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.checksum", @@ -3725,6 +5888,18 @@ }, "sh:path": "http://www.w3.org/ns/dcat#accessService" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/7fea036935437a6abb4d7541b95ee0b430d9d51e", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.hasqualitymeasurement", + "sh:description": { + "en": "Refers to the performed quality measurements. Quality measurements can be performed to any kind of resource (e.g., a dataset, a linkset, a graph, a set of triples). However, in the DQV context, this property is generally expected to be used in statements in which subjects are instances of dcat:Dataset or dcat:Distribution." + }, + "sh:name": { + "en": "has quality measurement" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dqv#hasQualityMeasurement" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/86b0abd7196b83ba1afcf76da88c75cc7037958f", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.hasqualitymeasurement", @@ -3785,6 +5960,18 @@ }, "sh:path": "http://openml.org/openml#processingWarning" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/956e2722bcc0b1f0a6eec10ab142299ed5fa8712", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.defaulttargetattribute", + "sh:description": { + "en": "The default target attribute, if it exists." + }, + "sh:name": { + "en": "default target attribute" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#defaultTargetAttribute" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/a07d6e7a0a1790b89a1ce7ff602cbbd9ea835282", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.downloadURL", @@ -3797,6 +5984,18 @@ }, "sh:path": "http://www.w3.org/ns/dcat#downloadURL" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/a490981ff58636ec8601ca500e67bd9c575eaed9", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.accessURL", + "sh:description": { + "en": "This property contains a URL that gives access to a Distribution of the Dataset. The resource at the access URL may contain information about how to get the Dataset." + }, + "sh:name": { + "en": "access URL" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#accessURL" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/a5a1142622bf258910a43fbd2aeba04b46c12982", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.hasqualitymeasurement", @@ -3809,6 +6008,30 @@ }, "sh:path": "http://www.w3.org/ns/dqv#hasQualityMeasurement" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/a7dda5a5e4c99d1633067ffb9b5168fb17fb9b87", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.hasfeature", + "sh:description": { + "en": "The attribute or column being part of a distribution." + }, + "sh:name": { + "en": "has feature" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasFeature" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/aadbd67a77a624f073be2076627fb9dc883cbe48", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.identifier", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:name": { + "en": "identifier" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/acf13c6a26e10d3615651c58e562492b2f2077f2", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.processingDate", @@ -3819,31 +6042,91 @@ "sh:name": { "en": "processingDate" }, - "sh:path": "http://openml.org/openml#processingDate" + "sh:path": "http://openml.org/openml#processingDate" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/c0d17764e84e711728581fda7356a51e99a9040a", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.identifier", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "identifier" + }, + "sh:path": "http://purl.org/dc/terms/identifier" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/c1577bd231c71b0b1910272999755d3414867cfd", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.format", + "sh:description": { + "en": "This property refers to the file format of the Distribution." + }, + "sh:name": { + "en": "format" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/format" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/cc7655a3775bf39fd20cf25a5a93f21440c84281", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.processingerror", + "sh:description": { + "en": "Errors discovered while processing the dataset." + }, + "sh:name": { + "en": "processing error" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#processingError" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/cd035d5fcf2aa42f83e614e12afd8905d4d6bcf8", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.license", + "sh:description": { + "en": "The licence under which the resource is made available." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "license" + }, + "sh:path": "http://purl.org/dc/terms/license" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.title", + "sh:description": { + "en": "A name given to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" }, { - "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/c0d17764e84e711728581fda7356a51e99a9040a", - "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.identifier", + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/db878f1cb93930f64561d0504123c66feacfad5a", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.language", "sh:description": { - "en": "An unambiguous identifier for the resource." + "en": "This property refers to a language used in the Distribution. This property can be repeated if the metadata is provided in multiple languages." }, - "sh:maxCount": "1", "sh:name": { - "en": "identifier" + "en": "language" }, - "sh:path": "http://purl.org/dc/terms/identifier" + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/language" }, { - "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/cd035d5fcf2aa42f83e614e12afd8905d4d6bcf8", - "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.license", + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/dc17e7a798aea475507009807c87717284c17830", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.checksum", "sh:description": { - "en": "The licence under which the resource is made available." + "en": "This property provides a mechanism that can be used to verify that the contents of a distribution have not changed." }, - "sh:maxCount": "1", "sh:name": { - "en": "license" + "en": "checksum" }, - "sh:path": "http://purl.org/dc/terms/license" + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://spdx.org/rdf/terms#checksum" }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/e0065293221c5851ec508ae96cd4ad03ffdedd19", @@ -3857,6 +6140,30 @@ }, "sh:path": "http://www.w3.org/ns/dcat#accessURL" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/e47e51e83422bb3a76b660610419c7f766a45bf2", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.ignoreattribute", + "sh:description": { + "en": "Attributes that should be excluded in modelling, such as identifiers and indexes." + }, + "sh:name": { + "en": "ignore attribute" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#ignoreAttribute" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/e50da06d5549e5006773a3d786e95fba77026b93", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.processingDate", + "sh:description": { + "en": "Date of processing." + }, + "sh:name": { + "en": "processingDate" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#processingDate" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/ed8e40725c55813428b73d8e5042c6affe821ea2", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.bytesize", @@ -3880,6 +6187,18 @@ "en": "byte size" }, "sh:path": "http://www.w3.org/ns/dcat#byteSize" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/f64ea9c4b32a8afd45dc2afdcea6722b56707974", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.haspolicy", + "sh:description": { + "en": "This property refers to the policy expressing the rights associated with the distribution if using the ODRL vocabulary." + }, + "sh:name": { + "en": "has policy" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/odrl/2/hasPolicy" } ], "sh:targetClass": "http://www.w3.org/ns/dcat#Distribution" @@ -3889,6 +6208,18 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#QualityMeasurementShape/01d5c746936ff78bb5eb353a1b0e49303cb2fd31", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurement.dataset", + "sh:description": { + "en": "Indicates the data set of which this observation is a part." + }, + "sh:name": { + "en": "dataset" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/linked-data/cube#dataSet" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#QualityMeasurementShape/236f0210baaf149903750c43bbe7012c21debb2a", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurement.type", @@ -3925,6 +6256,42 @@ }, "sh:path": "http://purl.org/dc/terms/type" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#QualityMeasurementShape/3ae7580c4039ed7af240c19ddf9bdc57c8fba687", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurement.value", + "sh:description": { + "en": "Refers to values computed by metric." + }, + "sh:name": { + "en": "value" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dqv#value" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#QualityMeasurementShape/4f381639bb6e021939f65b4f41409d1edaeade9b", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurement.type", + "sh:description": { + "en": "A classification for a quality." + }, + "sh:name": { + "en": "type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/type" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#QualityMeasurementShape/60cc03bc167b623471b2578b7b7aafd76605d845", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurement.featureindex", + "sh:description": { + "en": "The feature on which the quality is measure on." + }, + "sh:name": { + "en": "feature index" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#featureIndex" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#QualityMeasurementShape/66f17ab947f9a218de93f9de0e85439f7fde9672", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurement.featureindex", @@ -4008,6 +6375,30 @@ "en": "value" }, "sh:path": "http://www.w3.org/ns/dqv#value" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#QualityMeasurementShape/dcdd34d236afcea2dff359245e3e850fff527dae", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurement.intervalend", + "sh:description": { + "en": "The maximum value of the Quality Measure." + }, + "sh:name": { + "en": "interval end" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#intervalEnd" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#QualityMeasurementShape/f514b6cd6ad42e2721caf84ccafa8d75b061a344", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurement.intervalstart", + "sh:description": { + "en": "The minimum value of the Quality Measure." + }, + "sh:name": { + "en": "interval start" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#intervalStart" } ], "sh:targetClass": "http://www.w3.org/ns/dqv#QualityMeasurement" @@ -4017,6 +6408,18 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#QualityMeasurementDatasetShape/08f56f4206071d5e298e46c59965536e98a7cf14", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurementDataset.evaluationengineid", + "sh:description": { + "en": "The engine responsible for extracting the features." + }, + "sh:name": { + "en": "evaluation engine id" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#evaluationEngine" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#QualityMeasurementDatasetShape/6c7c1bd2ab3b7761e5be759a078a9fd93f411a57", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurementDataset.identifier", @@ -4041,6 +6444,18 @@ }, "sh:path": "http://openml.org/openml#evaluationEngine" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#QualityMeasurementDatasetShape/aadbd67a77a624f073be2076627fb9dc883cbe48", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurementDataset.identifier", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:name": { + "en": "identifier" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#QualityMeasurementDatasetShape/c0d17764e84e711728581fda7356a51e99a9040a", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurementDataset.identifier", @@ -4073,6 +6488,18 @@ }, "sh:path": "http://w3id.org/mlso/hasLearningMethodType" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#AlgorithmShape/0e3bc6127e8a32d57110c4bb2534cb5bc787cd95", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Algorithm.haslearningmethodtype", + "sh:description": { + "en": "A relation between an algorithm learning method and the category of algorithm learning methods that it belongs to." + }, + "sh:name": { + "en": "has learning method type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://w3id.org/mlso/hasLearningMethodType" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#AlgorithmShape/5194505a7ca9aa7799053a0f1ce433f62b60448c", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Algorithm.haslearningmethodtype", @@ -4085,6 +6512,18 @@ }, "sh:path": "http://w3id.org/mlso/hasLearningMethodType" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#AlgorithmShape/617adf7d8c36c7998dadc828ba13590c3df23c68", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Algorithm.hasalgorithmtype", + "sh:description": { + "en": "A relation between an algorithm the category of algorithms that belongs to." + }, + "sh:name": { + "en": "has algorithm type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://w3id.org/mlso/hasAlgorithmType" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#AlgorithmShape/e2bcc17dd09d47b81f8849751c156a5004602523", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Algorithm.hasalgorithmtype", @@ -4123,6 +6562,18 @@ "en": "name" }, "sh:path": "http://xmlns.com/foaf/0.1/name" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#AgentShape/9caf9e629daa0e64ece77788576468821d7cff8c", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Agent.name", + "sh:description": { + "en": "This property contains a name of the agent. This property can be repeated for different versions of the name (e.g. the name in different languages)" + }, + "sh:name": { + "en": "name" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://xmlns.com/foaf/0.1/name" } ], "sh:targetClass": "http://xmlns.com/foaf/0.1/Agent" @@ -4139,6 +6590,18 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/00e08d7f2fe5a17c59705d38fad158427b438296", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.hasrepository", + "sh:description": { + "en": "This property specifies a repository." + }, + "sh:name": { + "en": "has repository" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "https://linkedpaperswithcode.com/property/hasRepository" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/02cdb01e26c51e7f0c6faaab7db8291d68ff7edc", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.hasdocument", @@ -4187,6 +6650,18 @@ }, "sh:path": "http://purl.org/dc/terms/abstract" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/47f9f2138d14c3c1a9c4eb9d8fdd450ff57d4f88", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.hasdocument", + "sh:description": { + "en": "This property specifies the url or location of the document itself." + }, + "sh:name": { + "en": "has document" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/hasDocument" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/60b32db6353eb994e20f096114098505957145fc", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.hasdocument", @@ -4199,6 +6674,18 @@ }, "sh:path": "http://data.europa.eu/m8g/hasDocument" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/61d3ec2b1eb4ee541999f05c4a695db49038c866", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.references", + "sh:description": { + "en": "A related resource that is referenced, cited, or otherwise pointed to by the described resource." + }, + "sh:name": { + "en": "references" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/references" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/65cf1e33dd53877deac84ec9b7c5dda38aa45e59", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.date", @@ -4211,6 +6698,30 @@ }, "sh:path": "http://purl.org/dc/terms/date" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/76a4a49179bb721c8e48039eda4641918b2f2160", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.hasmodel", + "sh:description": { + "en": "The model that is used by a paper or an evaluation." + }, + "sh:name": { + "en": "has model" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "https://linkedpaperswithcode.com/property/hasModel" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/7d4c667652f23f3a51353271e3800bca87ed3f68", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.creator", + "sh:description": { + "en": "An entity responsible for making the resource." + }, + "sh:name": { + "en": "creator" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/creator" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/837ca7aadb4e9b329c60db5f35ffa3258e9a4dbb", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.references", @@ -4223,6 +6734,30 @@ }, "sh:path": "http://purl.org/dc/terms/references" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/8d02f4a907045e33ae2e03718624cf62852c5932", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.subject", + "sh:description": { + "en": "A topic of the resource." + }, + "sh:name": { + "en": "subject" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/subject" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/90e0821d3a0f46a099b05675afd2baf2552f8457", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.date", + "sh:description": { + "en": "A point or period of time associated with an event in the lifecycle of the resource." + }, + "sh:name": { + "en": "date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/date" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/bb8f1feb9d550240a3b56a28b751bad334c31adf", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.date", @@ -4271,6 +6806,18 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.title", + "sh:description": { + "en": "A name given to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/d97c8dfe754f6ee5ceb4ed84943e5960cef9e457", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.hasmodel", @@ -4283,6 +6830,18 @@ }, "sh:path": "https://linkedpaperswithcode.com/property/hasModel" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/e06345e2596237e111aa03d74d1a87010f24c861", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.abstract", + "sh:description": { + "en": "A summary of the resource." + }, + "sh:name": { + "en": "abstract" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/abstract" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.title", @@ -4311,6 +6870,15 @@ "en": "has file" }, "sh:path": "http://data.europa.eu/m8g/hasFile" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RepositoryShape/dfb6b75816bc1b7517fa8f164055d11830066bd3", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Repository.hasfile", + "sh:name": { + "en": "has file" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/hasFile" } ], "sh:targetClass": "https://linkedpaperswithcode.com/class/repository" diff --git a/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl b/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl index 8940236..0005873 100644 --- a/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl +++ b/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl @@ -65,7 +65,8 @@ a shacl:NodeShape; shacl:closed false; - shacl:property ; + shacl:property , + ; shacl:targetClass foaf:Agent . rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Agent.name"; @@ -74,10 +75,18 @@ shacl:name "name"@en; shacl:path foaf:name . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Agent.name"; + shacl:description "This property contains a name of the agent. This property can be repeated for different versions of the name (e.g. the name in different languages)"@en; + shacl:name "name"@en; + shacl:nodeKind shacl:Literal; + shacl:path foaf:name . + a shacl:NodeShape; shacl:closed false; shacl:property , + , , + , ; shacl:targetClass . @@ -87,12 +96,24 @@ shacl:name "has learning method type"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Algorithm.haslearningmethodtype"; + shacl:description "A relation between an algorithm learning method and the category of algorithm learning methods that it belongs to."@en; + shacl:name "has learning method type"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Algorithm.haslearningmethodtype"; shacl:class skos:Concept; shacl:description "A relation between an algorithm learning method and the category of algorithm learning methods that it belongs to."@en; shacl:name "has learning method type"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Algorithm.hasalgorithmtype"; + shacl:description "A relation between an algorithm the category of algorithms that belongs to."@en; + shacl:name "has algorithm type"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Algorithm.hasalgorithmtype"; shacl:class skos:Concept; shacl:description "A relation between an algorithm the category of algorithms that belongs to."@en; @@ -102,10 +123,13 @@ a shacl:NodeShape; shacl:closed false; shacl:property , + , , + , , , - ; + , + ; shacl:targetClass . rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#BibliographicReference.bibliographiccitation"; @@ -113,11 +137,22 @@ shacl:name "bibliographic citation"@en; shacl:path dc:bibliographicCitation . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#BibliographicReference.bibliographiccitation"; + shacl:name "bibliographic citation"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:bibliographicCitation . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#BibliographicReference.bibliographiccitation"; shacl:maxCount 1; shacl:name "bibliographic citation"@en; shacl:path dc:bibliographicCitation . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#BibliographicReference.references"; + shacl:description "A related resource that is referenced, cited, or otherwise pointed to by the described resource."@en; + shacl:name "references"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:references . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#BibliographicReference.format"; shacl:minCount 1; shacl:name "format"@en; @@ -134,10 +169,19 @@ shacl:name "format"@en; shacl:path dc:format . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#BibliographicReference.format"; + shacl:name "format"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:format . + a shacl:NodeShape; shacl:closed false; shacl:property , + , + , , + , + , , , , @@ -150,12 +194,36 @@ shacl:name "modification date"@en; shacl:path dc:modified . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#CatalogueRecord.descriptionversion"; + shacl:description "It refers to the version of the description. '1' for original version."@en; + shacl:name "description version"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#CatalogueRecord.primarytopic"; + shacl:description "This property links the Catalogue Record to the Dataset, Data service or Catalog described in the record."@en; + shacl:name "primary topic"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path foaf:primaryTopic . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#CatalogueRecord.primarytopic"; shacl:description "This property links the Catalogue Record to the Dataset, Data service or Catalog described in the record."@en; shacl:minCount 1; shacl:name "primary topic"@en; shacl:path foaf:primaryTopic . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#CatalogueRecord.modificationdate"; + shacl:description "This property contains the most recent date on which the Catalogue entry was changed or modified."@en; + shacl:name "modification date"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:modified . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#CatalogueRecord.description"; + shacl:description "A free-text account of the resource."@en; + shacl:name "description"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:description . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#CatalogueRecord.descriptionversion"; shacl:description "It refers to the version of the description. '1' for original version."@en; shacl:maxCount 1; @@ -182,55 +250,122 @@ a shacl:NodeShape; shacl:closed false; - shacl:property , + shacl:property , + , + , + , + , , + , + , , + , , + , , + , , , , + , , , , , , + , , , + , + , , ; shacl:targetClass dcat:Catalog . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.dataset"; + shacl:description "This property links the Catalogue with a Dataset that is part of the Catalogue. As empty Catalogues are usually indications of problems, this property should be combined with the next property service to implement an empty Catalogue check."@en; + shacl:name "dataset"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:dataset . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.record"; shacl:class dcat:CatalogRecord; shacl:description "This property refers to a Catalogue Record that is part of the Catalogue."@en; shacl:name "record"@en; shacl:path dcat:record . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.record"; + shacl:description "This property refers to a Catalogue Record that is part of the Catalogue."@en; + shacl:name "record"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:record . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.releasedate"; + shacl:description """ The date of formal issuance (e.g., publication) of the Catalogue."""@en; + shacl:name "release date"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:issued . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.keyword"; + shacl:description "A keyword or tag describing the resource."@en; + shacl:name "keyword"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.publisher"; shacl:description "This property refers to an entity (organisation) responsible for making the resource available."@en; shacl:maxCount 1; shacl:name "publisher"@en; shacl:path dc:publisher . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.modificationdate"; + shacl:description "The most recent date on which the Catalogue was modified."@en; + shacl:name "modification date"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:modified . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.description"; + shacl:description "A free-text account of the Catalogue."@en; + shacl:name "description"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:description . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.dataset"; shacl:class dcat:Dataset; shacl:description "This property links the Catalogue with a Dataset that is part of the Catalogue. As empty Catalogues are usually indications of problems, this property should be combined with the next property service to implement an empty Catalogue check."@en; shacl:name "dataset"@en; shacl:path dcat:dataset . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.creator"; + shacl:description "An entity responsible for the creation of the catalogue."@en; + shacl:name "creator"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:creator . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.creator"; shacl:description "An entity responsible for the creation of the catalogue."@en; shacl:maxCount 1; shacl:name "creator"@en; shacl:path dc:creator . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.homepage"; + shacl:description "A web page that acts as the main page for the Catalogue"@en; + shacl:name "homepage"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path foaf:homepage . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.description"; shacl:description "A free-text account of the Catalogue."@en; shacl:minCount 1; shacl:name "description"@en; shacl:path dc:description . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.publisher"; + shacl:description "This property refers to an entity (organisation) responsible for making the resource available."@en; + shacl:name "publisher"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:publisher . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.modificationdate"; shacl:description "The most recent date on which the Catalogue was modified."@en; shacl:maxCount 1; @@ -249,6 +384,12 @@ shacl:name "publisher"@en; shacl:path dc:publisher . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.identifier"; + shacl:description "A unique identifier of the item."@en; + shacl:name "identifier"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:identifier . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.releasedate"; shacl:description """ The date of formal issuance (e.g., publication) of the Catalogue."""@en; shacl:maxCount 1; @@ -279,6 +420,12 @@ shacl:name "service"@en; shacl:path dcat:service . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.title"; + shacl:description "A name given to the Catalogue."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.homepage"; shacl:description "A web page that acts as the main page for the Catalogue"@en; shacl:maxCount 1; @@ -291,6 +438,18 @@ shacl:name "licence"@en; shacl:path dc:license . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.service"; + shacl:description "This property refers to a site or end-point (Data Service) that is listed in the Catalogue."@en; + shacl:name "service"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:service . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.licence"; + shacl:description "A licence under which the Catalogue can be used or reused."@en; + shacl:name "licence"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:license . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.title"; shacl:description "A name given to the Catalogue."@en; shacl:minCount 1; @@ -309,14 +468,22 @@ a shacl:NodeShape; shacl:closed false; - shacl:property , + shacl:property , + , , + , , , , ; shacl:targetClass . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Checksum.checksumvalue"; + shacl:description "This property provides a lower case hexadecimal encoded digest value produced using a specific algorithm."@en; + shacl:name "checksum value"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Checksum.checksumvalue"; shacl:datatype xsd:hexBinary; shacl:description "This property provides a lower case hexadecimal encoded digest value produced using a specific algorithm."@en; @@ -329,6 +496,12 @@ shacl:name "checksum value"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Checksum.algorithm"; + shacl:description "This property identifies the algorithm used to produce the subject Checksum."@en; + shacl:name "algorithm"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Checksum.algorithm"; shacl:description "This property identifies the algorithm used to produce the subject Checksum."@en; shacl:maxCount 1; @@ -357,14 +530,20 @@ shacl:closed false; shacl:property , , + , , , , , + , + , + , , , + , , , + , , , ; @@ -380,6 +559,11 @@ shacl:name "description"@en; shacl:path dc:description . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.hasuploader"; + shacl:name "has uploader"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.hasuploader"; shacl:minCount 1; shacl:name "has uploader"@en; @@ -401,6 +585,22 @@ shacl:name "identifier"@en; shacl:path dc:identifier . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.description"; + shacl:name "description"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:description . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.creationdate"; + shacl:name "creation date"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.identifier"; + shacl:description "An unambiguous identifier for the resource."@en; + shacl:name "identifier"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:identifier . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.identifier"; shacl:description "An unambiguous identifier for the resource."@en; shacl:maxCount 1; @@ -412,6 +612,11 @@ shacl:name "creation date"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.visibility"; + shacl:name "visibility"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.title"; shacl:maxCount 1; shacl:name "title"@en; @@ -422,6 +627,11 @@ shacl:name "visibility"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.title"; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.hasuploader"; shacl:class foaf:Agent; shacl:name "has uploader"@en; @@ -449,8 +659,11 @@ shacl:closed false; shacl:property , , + , + , , , + , ; shacl:targetClass . @@ -466,6 +679,18 @@ shacl:name "identifier"@en; shacl:path dc:identifier . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataquality.description"; + shacl:description "An explanation of the quality type."@en; + shacl:name "description"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:description . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataquality.identifier"; + shacl:description "An unambiguous identifier for the resource."@en; + shacl:name "identifier"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:identifier . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataquality.identifier"; shacl:description "An unambiguous identifier for the resource."@en; shacl:maxCount 1; @@ -478,6 +703,12 @@ shacl:name "title"@en; shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataquality.title"; + shacl:description "The name assigned to the resource."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataquality.title"; shacl:description "The name assigned to the resource."@en; shacl:minCount 1; @@ -487,7 +718,10 @@ a shacl:NodeShape; shacl:closed false; shacl:property , + , , + , + , , ; shacl:targetClass dcat:DataService . @@ -498,12 +732,30 @@ shacl:name "serves dataset"@en; shacl:path dcat:servesDataset . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#DataService.endpointURL"; + shacl:description "The root location or primary endpoint of the service (an IRI)."@en; + shacl:name "endpoint URL"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:endpointURL . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#DataService.endpointURL"; shacl:description "The root location or primary endpoint of the service (an IRI)."@en; shacl:minCount 1; shacl:name "endpoint URL"@en; shacl:path dcat:endpointURL . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#DataService.servesdataset"; + shacl:description "This property refers to a collection of data that this data service can distribute."@en; + shacl:name "serves dataset"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:servesDataset . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#DataService.title"; + shacl:description "A name given to the resource."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#DataService.endpointURL"; shacl:class dcat:Resource; shacl:description "The root location or primary endpoint of the service (an IRI)."@en; @@ -521,22 +773,41 @@ shacl:property , , , + , , , + , + , + , + , + , , + , , + , , + , , , + , + , , + , , , + , + , , , , + , , + , + , + , , , + , , , ; @@ -560,6 +831,12 @@ shacl:name "status"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.accessrights"; + shacl:description "This property refers to information that indicates whether the Dataset is open data, has access restrictions or is not public."@en; + shacl:name "access rights"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:accessRights . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.datasetdistribution"; shacl:class dcat:Distribution; shacl:description "This property links the Dataset to an available Distribution."@en; @@ -572,24 +849,73 @@ shacl:name "status"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.versioninfo"; + shacl:description "This property contains a version number or other version designation of the Dataset."@en; + shacl:name "version info"@en; + shacl:nodeKind shacl:Literal; + shacl:path owl:versionInfo . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.contributor"; + shacl:description """ An entity responsible for making contributions to the dataset."""@en; + shacl:name "contributor"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:contributor . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.landingpage"; + shacl:description "This property refers to a web page that provides access to the Dataset, its Distributions and/or additional information."@en; + shacl:name "landing page"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:landingPage . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.status"; + shacl:description "The status of the dataset in the context of the publication process."@en; + shacl:name "status"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.isreferencedby"; + shacl:description "A related resource that references, cites, or otherwise points to the described resource."@en, + "This property is about a related resource, such as a publication, that references, cites, or otherwise points to the dataset."@en; + shacl:name "is referenced by"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:isReferencedBy . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.hasversion"; shacl:class dcat:Dataset; shacl:description "This property refers to a related Dataset that is a version, edition, or adaptation of the described Dataset."@en; shacl:name "has version"@en; shacl:path dcat:hasVersion . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.releasedate"; + shacl:description "This property contains the date of formal issuance (e.g., publication) of the Dataset."@en; + shacl:name "release date"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:issued . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.collectionDate"; shacl:description "The date the data was originally collected, given by the uploader."@en; shacl:maxCount 1; shacl:name "collectionDate"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.keyword"; + shacl:description "A keyword or tag describing the resource."@en; + shacl:name "keyword"@en; + shacl:nodeKind shacl:Literal; + shacl:path dcat:keyword . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.publisher"; shacl:description "This property refers to an entity (organisation) responsible for making the resource available."@en; shacl:maxCount 1; shacl:name "publisher"@en; shacl:path dc:publisher . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.description"; + shacl:description "A free-text account of the resource."@en; + shacl:name "description"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:description . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.versionLabel"; shacl:description "Version label provided by user, something relevant to the user. Can also be a date, hash, or some other type of id."@en; shacl:maxCount 1; @@ -602,12 +928,30 @@ shacl:name "access rights"@en; shacl:path dc:accessRights . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.creator"; + shacl:description "This property refers to the entity responsible for producing the dataset."@en; + shacl:name "creator"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:creator . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.collectionDate"; + shacl:description "The date the data was originally collected, given by the uploader."@en; + shacl:name "collectionDate"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.description"; shacl:description "A free-text account of the resource."@en; shacl:minCount 1; shacl:name "description"@en; shacl:path dc:description . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.publisher"; + shacl:description "This property refers to an entity (organisation) responsible for making the resource available."@en; + shacl:name "publisher"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:publisher . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.versioninfo"; shacl:description "This property contains a version number or other version designation of the Dataset."@en; shacl:maxCount 1; @@ -622,6 +966,18 @@ shacl:name "is referenced by"@en; shacl:path dc:isReferencedBy . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.isversionof"; + shacl:description "This property refers to a related Dataset of which the described Dataset is a version, edition, or adaptation."@en; + shacl:name "is version of"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:isVersionOf . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.identifier"; + shacl:description "An unambiguous identifier for the resource."@en; + shacl:name "identifier"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:identifier . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.releasedate"; shacl:description "This property contains the date of formal issuance (e.g., publication) of the Dataset."@en; shacl:maxCount 1; @@ -640,12 +996,36 @@ shacl:name "creator"@en; shacl:path dc:creator . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.visibility"; + shacl:description "Who can see the dataset. Typical values: 'Everyone','All my friends','Only me'. Can also be any of the user's circles."@en; + shacl:name "visibility"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.visibility"; shacl:description "Who can see the dataset. Typical values: 'Everyone','All my friends','Only me'. Can also be any of the user's circles."@en; shacl:maxCount 1; shacl:name "visibility"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.hasversion"; + shacl:description "This property refers to a related Dataset that is a version, edition, or adaptation of the described Dataset."@en; + shacl:name "has version"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:hasVersion . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.title"; + shacl:description "A name given to the resource."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.versionLabel"; + shacl:description "Version label provided by user, something relevant to the user. Can also be a date, hash, or some other type of id."@en; + shacl:name "versionLabel"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.accessrights"; shacl:class dc:RightsStatement; shacl:description "This property refers to information that indicates whether the Dataset is open data, has access restrictions or is not public."@en; @@ -658,6 +1038,12 @@ shacl:name "is version of"@en; shacl:path dc:isVersionOf . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.datasetdistribution"; + shacl:description "This property links the Dataset to an available Distribution."@en; + shacl:name "dataset distribution"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:distribution . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.title"; shacl:description "A name given to the resource."@en; shacl:minCount 1; @@ -679,28 +1065,47 @@ a shacl:NodeShape; shacl:closed false; shacl:property , + , + , + , + , , + , , , , + , , , , , , + , , , , , , + , , + , , + , + , , , + , + , , + , + , + , , + , + , , - ; + , + ; shacl:targetClass dcat:Distribution . rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.rowIDattribute"; @@ -709,12 +1114,42 @@ shacl:name "row ID attribute"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.license"; + shacl:description "The licence under which the resource is made available."@en; + shacl:name "license"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:license . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.rowIDattribute"; + shacl:description "The attribute that represents the row-id column, if present in the dataset."@en; + shacl:name "row ID attribute"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.processingwarning"; + shacl:description "Warnings while processing the dataset."@en; + shacl:name "processing warning"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.accessservice"; + shacl:description "This property refers to a data service that gives access to the distribution of the dataset."@en; + shacl:name "access service"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:accessService . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.hasfeature"; shacl:class ; shacl:description "The attribute or column being part of a distribution."@en; shacl:name "has feature"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.downloadURL"; + shacl:description "This property contains a URL that is a direct link to a downloadable file in a given format."@en; + shacl:name "download URL"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:downloadURL . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.language"; shacl:class dc:LinguisticSystem; shacl:description "This property refers to a language used in the Distribution. This property can be repeated if the metadata is provided in multiple languages."@en; @@ -733,6 +1168,12 @@ shacl:name "license"@en; shacl:path dc:license . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.bytesize"; + shacl:description "This property contains the size of a Distribution in bytes."@en; + shacl:name "byte size"@en; + shacl:nodeKind shacl:Literal; + shacl:path dcat:byteSize . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.checksum"; shacl:class ; shacl:description "This property provides a mechanism that can be used to verify that the contents of a distribution have not changed."@en; @@ -763,6 +1204,12 @@ shacl:name "access service"@en; shacl:path dcat:accessService . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.hasqualitymeasurement"; + shacl:description "Refers to the performed quality measurements. Quality measurements can be performed to any kind of resource (e.g., a dataset, a linkset, a graph, a set of triples). However, in the DQV context, this property is generally expected to be used in statements in which subjects are instances of dcat:Dataset or dcat:Distribution."@en; + shacl:name "has quality measurement"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.hasqualitymeasurement"; shacl:description "Refers to the performed quality measurements. Quality measurements can be performed to any kind of resource (e.g., a dataset, a linkset, a graph, a set of triples). However, in the DQV context, this property is generally expected to be used in statements in which subjects are instances of dcat:Dataset or dcat:Distribution."@en; shacl:minCount 1; @@ -793,18 +1240,42 @@ shacl:name "processing warning"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.defaulttargetattribute"; + shacl:description "The default target attribute, if it exists."@en; + shacl:name "default target attribute"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.downloadURL"; shacl:class dcat:Resource; shacl:description "This property contains a URL that is a direct link to a downloadable file in a given format."@en; shacl:name "download URL"@en; shacl:path dcat:downloadURL . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.accessURL"; + shacl:description "This property contains a URL that gives access to a Distribution of the Dataset. The resource at the access URL may contain information about how to get the Dataset."@en; + shacl:name "access URL"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dcat:accessURL . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.hasqualitymeasurement"; shacl:class ; shacl:description "Refers to the performed quality measurements. Quality measurements can be performed to any kind of resource (e.g., a dataset, a linkset, a graph, a set of triples). However, in the DQV context, this property is generally expected to be used in statements in which subjects are instances of dcat:Dataset or dcat:Distribution."@en; shacl:name "has quality measurement"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.hasfeature"; + shacl:description "The attribute or column being part of a distribution."@en; + shacl:name "has feature"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.identifier"; + shacl:description "An unambiguous identifier for the resource."@en; + shacl:name "identifier"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:identifier . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.processingDate"; shacl:description "Date of processing."@en; shacl:maxCount 1; @@ -817,18 +1288,60 @@ shacl:name "identifier"@en; shacl:path dc:identifier . - rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.license"; - shacl:description "The licence under which the resource is made available."@en; - shacl:maxCount 1; + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.format"; + shacl:description "This property refers to the file format of the Distribution."@en; + shacl:name "format"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:format . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.processingerror"; + shacl:description "Errors discovered while processing the dataset."@en; + shacl:name "processing error"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.license"; + shacl:description "The licence under which the resource is made available."@en; + shacl:maxCount 1; shacl:name "license"@en; shacl:path dc:license . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.title"; + shacl:description "A name given to the resource."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.language"; + shacl:description "This property refers to a language used in the Distribution. This property can be repeated if the metadata is provided in multiple languages."@en; + shacl:name "language"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:language . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.checksum"; + shacl:description "This property provides a mechanism that can be used to verify that the contents of a distribution have not changed."@en; + shacl:name "checksum"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.accessURL"; shacl:description "This property contains a URL that gives access to a Distribution of the Dataset. The resource at the access URL may contain information about how to get the Dataset."@en; shacl:minCount 1; shacl:name "access URL"@en; shacl:path dcat:accessURL . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.ignoreattribute"; + shacl:description "Attributes that should be excluded in modelling, such as identifiers and indexes."@en; + shacl:name "ignore attribute"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.processingDate"; + shacl:description "Date of processing."@en; + shacl:name "processingDate"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.bytesize"; shacl:datatype xsd:nonNegativeInteger; shacl:description "This property contains the size of a Distribution in bytes."@en; @@ -841,6 +1354,12 @@ shacl:name "byte size"@en; shacl:path dcat:byteSize . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.haspolicy"; + shacl:description "This property refers to the policy expressing the rights associated with the distribution if using the ODRL vocabulary."@en; + shacl:name "has policy"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + a shacl:NodeShape; shacl:closed false; shacl:targetClass foaf:Document . @@ -848,6 +1367,8 @@ a shacl:NodeShape; shacl:closed false; shacl:property , + , + , , , ; @@ -859,6 +1380,18 @@ shacl:name "download"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Engagement.download"; + shacl:description "The number of downloads of the machine learning model."@en; + shacl:name "download"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Engagement.like"; + shacl:description "The number of likes the machine learning model received."@en; + shacl:name "like"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Engagement.download"; shacl:description "The number of downloads of the machine learning model."@en; shacl:maxCount 1; @@ -885,13 +1418,19 @@ , , , + , , , + , , , , + , + , , , + , + , ; shacl:targetClass . @@ -927,6 +1466,12 @@ shacl:name "description"@en; shacl:path dc:description . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.type"; + shacl:description "A classification of the resource."@en; + shacl:name "type"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:type . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.hasparameter"; shacl:class ; shacl:name "has parameter"@en; @@ -938,6 +1483,11 @@ shacl:name "identifier"@en; shacl:path dc:identifier . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.description"; + shacl:name "description"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:description . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.datasplitsURL"; shacl:maxCount 1; shacl:name "data splits URL"@en; @@ -954,6 +1504,17 @@ shacl:name "description"@en; shacl:path dc:description . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.hasparameter"; + shacl:name "has parameter"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.identifier"; + shacl:description "An unambiguous identifier for the resource."@en; + shacl:name "identifier"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:identifier . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.identifier"; shacl:description "An unambiguous identifier for the resource."@en; shacl:maxCount 1; @@ -966,6 +1527,17 @@ shacl:name "title"@en; shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.title"; + shacl:description "The name assigned to the resource."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.datasplitsURL"; + shacl:name "data splits URL"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.title"; shacl:description "The name assigned to the resource."@en; shacl:minCount 1; @@ -975,9 +1547,15 @@ a shacl:NodeShape; shacl:closed false; shacl:property , + , , + , + , + , , + , , + , , , , @@ -989,22 +1567,53 @@ shacl:name "description"@en; shacl:path dc:description . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.value"; + shacl:name "value"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.valuegood"; shacl:maxCount 1; shacl:name "value good"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.description"; + shacl:name "description"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:description . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.valuegood"; + shacl:name "value good"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.implementation"; + shacl:name "implementation"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.value"; shacl:minCount 1; shacl:name "value"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.valuebad"; + shacl:name "value bad"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.title"; shacl:description "The name assigned to the resource."@en; shacl:maxCount 1; shacl:name "title"@en; shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.title"; + shacl:description "The name assigned to the resource."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.value"; shacl:maxCount 1; shacl:name "value"@en; @@ -1029,18 +1638,31 @@ a shacl:NodeShape; shacl:closed false; shacl:property , + , + , , , + , , + , + , , , , , + , + , , , + , + , + , , + , , , + , + , ; shacl:targetClass . @@ -1049,6 +1671,16 @@ shacl:name "sample"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.repeat"; + shacl:name "repeat"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.stdev"; + shacl:name "stdev"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.hasflow"; shacl:class ; shacl:name "has flow"@en; @@ -1059,11 +1691,26 @@ shacl:name "interval start"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.sample"; + shacl:name "sample"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.samplesize"; shacl:maxCount 1; shacl:name "sample size"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.value"; + shacl:name "value"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.label"; + shacl:name "label"@en; + shacl:nodeKind shacl:Literal; + shacl:path rdfs:label . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.label"; shacl:maxCount 1; shacl:name "label"@en; @@ -1084,6 +1731,17 @@ shacl:name "interval end"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.identifier"; + shacl:description "An unambiguous identifier for the resource."@en; + shacl:name "identifier"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:identifier . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.fold"; + shacl:name "fold"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.identifier"; shacl:description "An unambiguous identifier for the resource."@en; shacl:maxCount 1; @@ -1095,11 +1753,31 @@ shacl:name "title"@en; shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.arraydata"; + shacl:name "array data"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.hasflow"; + shacl:name "has flow"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.title"; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.value"; shacl:maxCount 1; shacl:name "value"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.intervalend"; + shacl:name "interval end"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.fold"; shacl:maxCount 1; shacl:name "fold"@en; @@ -1110,6 +1788,16 @@ shacl:name "stdev"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.intervalstart"; + shacl:name "interval start"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.samplesize"; + shacl:name "sample size"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.title"; shacl:minCount 1; shacl:name "title"@en; @@ -1120,8 +1808,11 @@ shacl:property , , , + , + , , , + , ; shacl:targetClass . @@ -1143,6 +1834,18 @@ shacl:name "description"@en; shacl:path dc:description . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Feature.type"; + shacl:description "A classification of the resource."@en; + shacl:name "type"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:type . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Feature.description"; + shacl:description "An explanation of the attribute."@en; + shacl:name "description"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:description . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Feature.type"; shacl:description "A classification of the resource."@en; shacl:minCount 1; @@ -1155,6 +1858,12 @@ shacl:name "title"@en; shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Feature.title"; + shacl:description "The name assigned to the resource."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Feature.title"; shacl:description "The name assigned to the resource."@en; shacl:minCount 1; @@ -1167,9 +1876,14 @@ , , , + , + , , + , , - ; + , + , + ; shacl:targetClass . rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#FlowParameter.type"; @@ -1194,43 +1908,89 @@ shacl:name "default value"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#FlowParameter.type"; + shacl:description "A classification of the resource."@en; + shacl:name "type"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:type . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#FlowParameter.description"; + shacl:name "description"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:description . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#FlowParameter.recommendedrange"; shacl:maxCount 1; shacl:name "recommended range"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#FlowParameter.defaultvalue"; + shacl:name "default value"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#FlowParameter.title"; shacl:description "The name assigned to the resource."@en; shacl:maxCount 1; shacl:name "title"@en; shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#FlowParameter.title"; + shacl:description "The name assigned to the resource."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#FlowParameter.title"; shacl:description "The name assigned to the resource."@en; shacl:minCount 1; shacl:name "title"@en; shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#FlowParameter.recommendedrange"; + shacl:name "recommended range"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + a shacl:NodeShape; shacl:closed false; - shacl:property , + shacl:property , + , , , , + , , + , , + , , + , , + , , , + , , , + , + , + , , , + , + , + , , ; shacl:targetClass . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.hasdependency"; + shacl:description "The libraries that a flow depends on."@en; + shacl:name "has dependency"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.status"; shacl:class skos:Concept; shacl:name "status"@en; @@ -1251,26 +2011,52 @@ shacl:name "has flow parameter"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.hasflowparameter"; + shacl:name "has flow parameter"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.description"; shacl:maxCount 1; shacl:name "description"@en; shacl:path dc:description . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.status"; + shacl:name "status"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.customname"; shacl:maxCount 1; shacl:name "custom name"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.hasuploader"; + shacl:description "An entity responsible for uploading the resource."@en; + shacl:name "has uploader"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.status"; shacl:minCount 1; shacl:name "status"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.keyword"; + shacl:name "keyword"@en; + shacl:nodeKind shacl:Literal; + shacl:path dcat:keyword . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.uploaded"; shacl:minCount 1; shacl:name "uploaded"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.description"; + shacl:name "description"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:description . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.externalversion"; shacl:maxCount 1; shacl:name "external version"@en; @@ -1281,6 +2067,11 @@ shacl:name "class name"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.customname"; + shacl:name "custom name"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.uploaded"; shacl:maxCount 1; shacl:name "uploaded"@en; @@ -1292,6 +2083,22 @@ shacl:name "has dependency"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.identifier"; + shacl:description "An unambiguous identifier for the resource."@en; + shacl:name "identifier"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:identifier . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.classname"; + shacl:name "class name"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.version"; + shacl:name "version"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.identifier"; shacl:description "An unambiguous identifier for the resource."@en; shacl:maxCount 1; @@ -1304,6 +2111,22 @@ shacl:name "title"@en; shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.externalversion"; + shacl:name "external version"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.uploaded"; + shacl:name "uploaded"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.title"; + shacl:description "The name assigned to the resource."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.hasuploader"; shacl:class foaf:Agent; shacl:description "An entity responsible for uploading the resource."@en; @@ -1332,7 +2155,9 @@ shacl:closed false; shacl:property , , + , , + , ; shacl:targetClass . @@ -1346,12 +2171,23 @@ shacl:name "version"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Library.version"; + shacl:name "version"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Library.title"; shacl:description "The name assigned to the resource."@en; shacl:maxCount 1; shacl:name "title"@en; shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Library.title"; + shacl:description "The name assigned to the resource."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Library.title"; shacl:description "The name assigned to the resource."@en; shacl:minCount 1; @@ -1372,52 +2208,102 @@ a shacl:NodeShape; shacl:closed false; - shacl:property , + shacl:property , + , + , + , , , , , , , + , , + , + , , , , , , , - , , + , + , + , + , + , + , + , + , + , + , , + , , + , , + , , , , , + , , + , + , , , + , , , , + , , , + , + , + , , + , , , , + , , + , + , + , + , , ; shacl:targetClass . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasrepository"; + shacl:description "The repository associated."@en; + shacl:name "has repository"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.validatedon"; shacl:class dcat:Dataset; shacl:description "The validation dataset used to fine-tune the machine learning model."@en; shacl:name "validated on"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.intendeduse"; + shacl:description "The objective or purpose of the model."@en; + shacl:name "intended use"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.logo"; + shacl:description "An image or logo of the model."@en; + shacl:name "logo"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasoutputfileprediction"; shacl:description "The file in which the model is expressed."@en; shacl:minCount 1; @@ -1454,12 +2340,30 @@ shacl:name "has engagement"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.created"; + shacl:description "Date of creation of the resource."@en; + shacl:name "created"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:created . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.language"; shacl:class dc:LinguisticSystem; shacl:description "A language of the resource."@en; shacl:name "language"@en; shacl:path dc:language . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.contributor"; + shacl:description "An entity responsible for making contributions to the resource."@en; + shacl:name "contributor"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:contributor . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.evaluationresults"; + shacl:description "A description of the evaluation against the validation dataset."@en; + shacl:name "evaluation results"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.bias"; shacl:description "A description of the possible biases affecting the overall output of the model."@en; shacl:maxCount 1; @@ -1496,36 +2400,108 @@ shacl:name "has variation"@en; shacl:path . - rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.trainedon"; - shacl:description "The training dataset used to train the machine learning model."@en; - shacl:maxCount 1; - shacl:name "trained on"@en; - shacl:path . - rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasoutputfileprediction"; shacl:description "The file in which the model is expressed."@en; shacl:maxCount 1; shacl:name "has output file prediction"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.type"; + shacl:description "The nature or genre of the resource."@en; + shacl:name "type"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:type . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.testedon"; + shacl:description "The testing dataset used to evaluate the machine learning model."@en; + shacl:name "tested on"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.trainingprocess"; + shacl:description "A description of the training process."@en; + shacl:name "training process"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasuploader"; + shacl:description "An entity responsible for uploading the resource."@en; + shacl:name "has uploader"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasengagement"; + shacl:description "Statistics resulting of user engagement."@en; + shacl:name "has engagement"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.runnedon"; + shacl:description "The dataset on which a machine learning mode is executed."@en; + shacl:name "runned on"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasvariation"; + shacl:description "The model that is variant of this model."@en; + shacl:name "has variation"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.keyword"; + shacl:description "A keyword or tag describing the resource."@en; + shacl:name "keyword"@en; + shacl:nodeKind shacl:Literal; + shacl:path dcat:keyword . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.bias"; + shacl:description "A description of the possible biases affecting the overall output of the model."@en; + shacl:name "bias"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.description"; + shacl:description "An account of the resource."@en; + shacl:name "description"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:description . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.version"; shacl:description "The current version of the modeL"@en; shacl:minCount 1; shacl:name "version"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.creator"; + shacl:description "An entity responsible for making the resource."@en; + shacl:name "creator"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:creator . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.created"; shacl:description "Date of creation of the resource."@en; shacl:maxCount 1; shacl:name "created"@en; shacl:path dc:created . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.limitations"; + shacl:description "The limited capabilities of the model."@en; + shacl:name "limitations"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.trainingprocess"; shacl:description "A description of the training process."@en; shacl:maxCount 1; shacl:name "training process"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.finetunedfrom"; + shacl:description "The model from on which this model has been fine tuned."@en; + shacl:name "fine tuned from"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.name"; shacl:description "The name assigned to the resource."@en; shacl:minCount 1; @@ -1550,12 +2526,30 @@ shacl:name "trained on"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.name"; + shacl:description "The name assigned to the resource."@en; + shacl:name "name"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.howtouse"; shacl:description "An explanation of how to use or deploy the model."@en; shacl:maxCount 1; shacl:name "how to use"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasprediction"; + shacl:class dcat:Dataset; + shacl:description "The predicted dataset generated as output of a machine learning model."@en; + shacl:name "has prediction"@en; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.runnedon"; + shacl:class dcat:Dataset; + shacl:description "The dataset on which a machine learning mode is executed."@en; + shacl:name "runned on"@en; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasengagement"; shacl:class ; shacl:description "Statistics resulting of user engagement."@en; @@ -1568,6 +2562,12 @@ shacl:name "fine tuned from"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasrisk"; + shacl:description "It refers to a possible risk that can occur."@en; + shacl:name "has risk"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.created"; shacl:description "Date of creation of the resource."@en; shacl:minCount 1; @@ -1586,6 +2586,12 @@ shacl:name "trained on"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.version"; + shacl:description "The current version of the modeL"@en; + shacl:name "version"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.creator"; shacl:class foaf:Agent; shacl:description "An entity responsible for making the resource."@en; @@ -1598,12 +2604,36 @@ shacl:name "evaluation results"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.validatedon"; + shacl:description "The validation dataset used to fine-tune the machine learning model."@en; + shacl:name "validated on"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasoutputfileprediction"; + shacl:description "The file in which the model is expressed."@en; + shacl:name "has output file prediction"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasprovider"; + shacl:description "A natural or legal person, public authority, agency or other body that develops a Machine Learning Model or places it on the market or puts the it into service under its own name or trademark, whether for payment or free of charge."@en; + shacl:name "has provider"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasuploader"; shacl:class foaf:Agent; shacl:description "An entity responsible for uploading the resource."@en; shacl:name "has uploader"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.language"; + shacl:description "A language of the resource."@en; + shacl:name "language"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:language . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.licence"; shacl:class dc:LicenseDocument; shacl:description "The licence under which the resource is made available."@en; @@ -1622,12 +2652,42 @@ shacl:name "has provider"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasbibliographicreference"; + shacl:description "The reference to a paper."@en; + shacl:name "has bibliographic reference"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasuploader"; shacl:description "An entity responsible for uploading the resource."@en; shacl:maxCount 1; shacl:name "has uploader"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.howtouse"; + shacl:description "An explanation of how to use or deploy the model."@en; + shacl:name "how to use"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.licence"; + shacl:description "The licence under which the resource is made available."@en; + shacl:name "licence"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:license . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasprediction"; + shacl:description "The predicted dataset generated as output of a machine learning model."@en; + shacl:name "has prediction"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.trainedon"; + shacl:description "The training dataset used to train the machine learning model."@en; + shacl:name "trained on"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.limitations"; shacl:description "The limited capabilities of the model."@en; shacl:maxCount 1; @@ -1650,19 +2710,33 @@ a shacl:NodeShape; shacl:closed false; - shacl:property , + shacl:property , + , + , , , , + , , ; shacl:targetClass . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFileDescription.id"; + shacl:description "An unambiguous identifier for the resource."@en; + shacl:name "id"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:identifier . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFileDescription.url"; shacl:minCount 1; shacl:name "url"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFileDescription.url"; + shacl:name "url"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFileDescription.id"; shacl:description "An unambiguous identifier for the resource."@en; shacl:maxCount 1; @@ -1680,6 +2754,12 @@ shacl:name "title"@en; shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFileDescription.title"; + shacl:description "The name assigned to the resource."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFileDescription.id"; shacl:description "An unambiguous identifier for the resource."@en; shacl:minCount 1; @@ -1694,7 +2774,9 @@ a shacl:NodeShape; shacl:closed false; - shacl:property , + shacl:property , + , + , , , , @@ -1702,17 +2784,32 @@ , , , + , , + , + , , ; shacl:targetClass . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFilePrediction.id"; + shacl:description "An unambiguous identifier for the resource."@en; + shacl:name "id"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:identifier . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFilePrediction.url"; shacl:description "The url of the file to be downloaded."@en; shacl:minCount 1; shacl:name "url"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFilePrediction.url"; + shacl:description "The url of the file to be downloaded."@en; + shacl:name "url"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFilePrediction.id"; shacl:description "An unambiguous identifier for the resource."@en; shacl:maxCount 1; @@ -1755,12 +2852,30 @@ shacl:name "url"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFilePrediction.format"; + shacl:description "The file format, physical medium, or dimensions of the resource."@en; + shacl:name "format"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:format . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFilePrediction.title"; shacl:description "The name assigned to the resource."@en; shacl:maxCount 1; shacl:name "title"@en; shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFilePrediction.title"; + shacl:description "The name assigned to the resource."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFilePrediction.checksum"; + shacl:description "This property provides a mechanism that can be used to verify that the contents of a distribution have not changed."@en; + shacl:name "checksum"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFilePrediction.id"; shacl:description "An unambiguous identifier for the resource."@en; shacl:minCount 1; @@ -1775,21 +2890,36 @@ a shacl:NodeShape; shacl:closed false; - shacl:property , + shacl:property , + , , , , + , , + , , + , + , , + , + , , , , , + , , + , ; shacl:targetClass . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.hasrepository"; + shacl:description "This property specifies a repository."@en; + shacl:name "has repository"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.hasdocument"; shacl:description "This property specifies the url or location of the document itself."@en; shacl:maxCount 1; @@ -1814,24 +2944,60 @@ shacl:name "abstract"@en; shacl:path dc:abstract . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.hasdocument"; + shacl:description "This property specifies the url or location of the document itself."@en; + shacl:name "has document"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.hasdocument"; shacl:description "This property specifies the url or location of the document itself."@en; shacl:minCount 1; shacl:name "has document"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.references"; + shacl:description "A related resource that is referenced, cited, or otherwise pointed to by the described resource."@en; + shacl:name "references"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:references . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.date"; shacl:description "A point or period of time associated with an event in the lifecycle of the resource."@en; shacl:minCount 1; shacl:name "date"@en; shacl:path dc:date . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.hasmodel"; + shacl:description "The model that is used by a paper or an evaluation."@en; + shacl:name "has model"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.creator"; + shacl:description "An entity responsible for making the resource."@en; + shacl:name "creator"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:creator . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.references"; shacl:class dcat:Dataset; shacl:description "A related resource that is referenced, cited, or otherwise pointed to by the described resource."@en; shacl:name "references"@en; shacl:path dc:references . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.subject"; + shacl:description "A topic of the resource."@en; + shacl:name "subject"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:subject . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.date"; + shacl:description "A point or period of time associated with an event in the lifecycle of the resource."@en; + shacl:name "date"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:date . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.date"; shacl:description "A point or period of time associated with an event in the lifecycle of the resource."@en; shacl:maxCount 1; @@ -1856,12 +3022,24 @@ shacl:name "title"@en; shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.title"; + shacl:description "A name given to the resource."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.hasmodel"; shacl:class ; shacl:description "The model that is used by a paper or an evaluation."@en; shacl:name "has model"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.abstract"; + shacl:description "A summary of the resource."@en; + shacl:name "abstract"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:abstract . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.title"; shacl:description "A name given to the resource."@en; shacl:minCount 1; @@ -1871,8 +3049,11 @@ a shacl:NodeShape; shacl:closed false; shacl:property , + , , , + , + , , ; shacl:targetClass . @@ -1883,6 +3064,11 @@ shacl:name "name"@en; shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#ParameterSetting.value"; + shacl:name "value"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#ParameterSetting.component"; shacl:maxCount 1; shacl:name "component"@en; @@ -1894,6 +3080,17 @@ shacl:name "name"@en; shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#ParameterSetting.component"; + shacl:name "component"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#ParameterSetting.name"; + shacl:description "The name assigned to the resource."@en; + shacl:name "name"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#ParameterSetting.value"; shacl:minCount 1; shacl:name "value"@en; @@ -1906,12 +3103,19 @@ a shacl:NodeShape; shacl:closed false; - shacl:property , + shacl:property , + , , + , , ; shacl:targetClass . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Parameter.value"; + shacl:name "value"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Parameter.value"; shacl:minCount 1; shacl:name "value"@en; @@ -1923,6 +3127,12 @@ shacl:name "title"@en; shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Parameter.title"; + shacl:description "The name assigned to the resource."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Parameter.value"; shacl:maxCount 1; shacl:name "value"@en; @@ -1942,8 +3152,10 @@ shacl:closed false; shacl:property , , + , , , + , ; shacl:targetClass . @@ -1957,6 +3169,11 @@ shacl:name "type"@en; shacl:path dc:type . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#PredictionFeature.type"; + shacl:name "type"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:type . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#PredictionFeature.type"; shacl:minCount 1; shacl:name "type"@en; @@ -1967,6 +3184,11 @@ shacl:name "title"@en; shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#PredictionFeature.title"; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#PredictionFeature.title"; shacl:minCount 1; shacl:name "title"@en; @@ -1975,10 +3197,12 @@ a shacl:NodeShape; shacl:closed false; shacl:property , + , , , , - ; + , + ; shacl:targetClass . rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Prediction.haspredictionfeature"; @@ -1986,6 +3210,11 @@ shacl:name "has prediction feature"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Prediction.haspredictionfeature"; + shacl:name "has prediction feature"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Prediction.haspredictionfeature"; shacl:class ; shacl:name "has prediction feature"@en; @@ -2006,13 +3235,26 @@ shacl:name "format"@en; shacl:path dc:format . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Prediction.format"; + shacl:name "format"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:format . + a shacl:NodeShape; shacl:closed false; - shacl:property , + shacl:property , + , , + , ; shacl:targetClass . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurementDataset.evaluationengineid"; + shacl:description "The engine responsible for extracting the features."@en; + shacl:name "evaluation engine id"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurementDataset.identifier"; shacl:description "An unambiguous identifier for the resource."@en; shacl:minCount 1; @@ -2025,6 +3267,12 @@ shacl:name "evaluation engine id"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurementDataset.identifier"; + shacl:description "An unambiguous identifier for the resource."@en; + shacl:name "identifier"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:identifier . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurementDataset.identifier"; shacl:description "An unambiguous identifier for the resource."@en; shacl:maxCount 1; @@ -2033,18 +3281,30 @@ a shacl:NodeShape; shacl:closed false; - shacl:property , + shacl:property , + , , , + , + , + , , , , , , , - ; + , + , + ; shacl:targetClass . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurement.dataset"; + shacl:description "Indicates the data set of which this observation is a part."@en; + shacl:name "dataset"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurement.type"; shacl:description "A classification for a quality."@en; shacl:maxCount 1; @@ -2063,6 +3323,24 @@ shacl:name "type"@en; shacl:path dc:type . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurement.value"; + shacl:description "Refers to values computed by metric."@en; + shacl:name "value"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurement.type"; + shacl:description "A classification for a quality."@en; + shacl:name "type"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path dc:type . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurement.featureindex"; + shacl:description "The feature on which the quality is measure on."@en; + shacl:name "feature index"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurement.featureindex"; shacl:class ; shacl:description "The feature on which the quality is measure on."@en; @@ -2105,9 +3383,22 @@ shacl:name "value"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurement.intervalend"; + shacl:description "The maximum value of the Quality Measure."@en; + shacl:name "interval end"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurement.intervalstart"; + shacl:description "The minimum value of the Quality Measure."@en; + shacl:name "interval start"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + a shacl:NodeShape; shacl:closed false; - shacl:property ; + shacl:property , + ; shacl:targetClass . rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Repository.hasfile"; @@ -2115,6 +3406,11 @@ shacl:name "has file"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Repository.hasfile"; + shacl:name "has file"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + a shacl:NodeShape; shacl:closed false; shacl:targetClass dcat:Resource . @@ -2127,10 +3423,15 @@ shacl:closed false; shacl:property , , + , + , , , , - ; + , + , + , + ; shacl:targetClass . rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Risk.description"; @@ -2145,6 +3446,18 @@ shacl:name "severity"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Risk.description"; + shacl:description "An account of the resource."@en; + shacl:name "description"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:description . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Risk.severity"; + shacl:description "The extent of the damage resulting from an event occurring."@en; + shacl:name "severity"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Risk.description"; shacl:description "An account of the resource."@en; shacl:minCount 1; @@ -2163,16 +3476,35 @@ shacl:name "title"@en; shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Risk.title"; + shacl:description "A name associated to the risk."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Risk.probability"; + shacl:description "The likelihood that a given event will occur."@en; + shacl:name "probability"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Risk.title"; shacl:description "A name associated to the risk."@en; shacl:minCount 1; shacl:name "title"@en; shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Risk.mitigation"; + shacl:description "The action of reducing the severity of the risk."@en; + shacl:name "mitigation"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + a shacl:NodeShape; shacl:closed false; shacl:property , - ; + , + ; shacl:targetClass . rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#RunCollection.hasrun"; @@ -2185,31 +3517,50 @@ shacl:name "has run"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#RunCollection.hasrun"; + shacl:name "has run"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + a shacl:NodeShape; shacl:closed false; shacl:property , + , , , , + , , , + , + , , , + , , , + , , , + , + , , , , + , , + , , , + , + , , + , , , , - ; + , + ; shacl:targetClass . rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.executes"; @@ -2218,6 +3569,11 @@ shacl:name "executes"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.setupstring"; + shacl:name "setup string"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasoutputfileprediction"; shacl:minCount 1; shacl:name "has output file prediction"@en; @@ -2234,6 +3590,11 @@ shacl:name "executes"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.errormessage"; + shacl:name "error message"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasparameter"; shacl:maxCount 1; shacl:name "has parameter"@en; @@ -2244,6 +3605,16 @@ shacl:name "has flow"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasoutputfiledescription"; + shacl:name "has output file description"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.rundetails"; + shacl:name "run details"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasoutputfileprediction"; shacl:maxCount 1; shacl:name "has output file prediction"@en; @@ -2254,6 +3625,12 @@ shacl:name "has task"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasuploader"; + shacl:description "An entity responsible for uploading the resource."@en; + shacl:name "has uploader"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasflow"; shacl:maxCount 1; shacl:name "has flow"@en; @@ -2264,6 +3641,11 @@ shacl:name "has task"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.keyword"; + shacl:name "keyword"@en; + shacl:nodeKind shacl:Literal; + shacl:path dcat:keyword . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasparameter"; shacl:class ; shacl:name "has parameter"@en; @@ -2274,6 +3656,16 @@ shacl:name "run details"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasevaluation"; + shacl:name "has evaluation"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasparameter"; + shacl:name "has parameter"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasoutputfiledescription"; shacl:class ; shacl:name "has output file description"@en; @@ -2289,11 +3681,23 @@ shacl:name "has output file description"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.identifier"; + shacl:description "An unambiguous identifier for the resource."@en; + shacl:name "identifier"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:identifier . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.setupId"; shacl:maxCount 1; shacl:name "setup Id"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.executes"; + shacl:description "The Algorithm executed by the run."@en; + shacl:name "executes"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasoutputfileprediction"; shacl:class ; shacl:name "has output file prediction"@en; @@ -2305,11 +3709,26 @@ shacl:name "identifier"@en; shacl:path dc:identifier . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasoutputfileprediction"; + shacl:name "has output file prediction"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasflow"; + shacl:name "has flow"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.errormessage"; shacl:maxCount 1; shacl:name "error message"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.setupId"; + shacl:name "setup Id"@en; + shacl:nodeKind shacl:Literal; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.setupstring"; shacl:maxCount 1; shacl:name "setup string"@en; @@ -2332,17 +3751,32 @@ shacl:name "has evaluation"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hastask"; + shacl:name "has task"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + a shacl:NodeShape; shacl:closed false; - shacl:property , + shacl:property , + , , + , , , , + , , + , ; shacl:targetClass . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Split.id"; + shacl:description "An unambiguous identifier for the resource."@en; + shacl:name "id"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:identifier . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Split.description"; shacl:maxCount 1; shacl:name "description"@en; @@ -2354,6 +3788,11 @@ shacl:name "id"@en; shacl:path dc:identifier . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Split.description"; + shacl:name "description"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:description . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Split.isappliedto"; shacl:class dcat:Distribution; shacl:name "is applied to"@en; @@ -2370,12 +3809,23 @@ shacl:name "title"@en; shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Split.title"; + shacl:description "The name assigned to the resource."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Split.id"; shacl:description "An unambiguous identifier for the resource."@en; shacl:minCount 1; shacl:name "id"@en; shacl:path dc:identifier . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Split.isappliedto"; + shacl:name "is applied to"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Split.title"; shacl:description "The name assigned to the resource."@en; shacl:minCount 1; @@ -2385,7 +3835,8 @@ a shacl:NodeShape; shacl:closed false; shacl:property , - ; + , + ; shacl:targetClass . rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#TaskCollection.hastask"; @@ -2398,26 +3849,41 @@ shacl:name "has task"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#TaskCollection.hastask"; + shacl:name "has task"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + a shacl:NodeShape; shacl:closed false; shacl:property , , + , + , , , + , , , , , , , + , + , , , , + , , + , + , , , , + , , + , ; shacl:targetClass . @@ -2431,6 +3897,17 @@ shacl:name "has cost matrix"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.id"; + shacl:description "An unambiguous identifier for the resource."@en; + shacl:name "id"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:identifier . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.hasoutput"; + shacl:name "has output"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.hasevaluationmeasure"; shacl:minCount 1; shacl:name "has evaluation measure"@en; @@ -2441,6 +3918,12 @@ shacl:name "has task type"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.keyword"; + shacl:description "A keyword or tag describing the resource."@en; + shacl:name "keyword"@en; + shacl:nodeKind shacl:Literal; + shacl:path dcat:keyword . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.hascostmatrix"; shacl:class ; shacl:name "has cost matrix"@en; @@ -2472,6 +3955,16 @@ shacl:name "has evaluation measure"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.sourcedata"; + shacl:name "source data"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.hasestimationprocedure"; + shacl:name "has estimation procedure"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.title"; shacl:description "The name assigned to the resource."@en; shacl:maxCount 1; @@ -2488,11 +3981,27 @@ shacl:name "source data"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.title"; + shacl:description "The name assigned to the resource."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.hastasktype"; shacl:minCount 1; shacl:name "has task type"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.hastasktype"; + shacl:name "has task type"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.hasevaluationmeasure"; + shacl:name "has evaluation measure"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.targetfeature"; shacl:class ; shacl:name "target feature"@en; @@ -2508,11 +4017,21 @@ shacl:name "source data"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.hascostmatrix"; + shacl:name "has cost matrix"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.hasoutput"; shacl:minCount 1; shacl:name "has output"@en; shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.targetfeature"; + shacl:name "target feature"@en; + shacl:nodeKind shacl:BlankNodeOrIRI; + shacl:path . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.title"; shacl:description "The name assigned to the resource."@en; shacl:minCount 1; @@ -2521,14 +4040,23 @@ a shacl:NodeShape; shacl:closed false; - shacl:property , + shacl:property , + , , + , , , + , , ; shacl:targetClass . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#TaskType.id"; + shacl:description "An unambiguous identifier for the resource."@en; + shacl:name "id"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:identifier . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#TaskType.description"; shacl:maxCount 1; shacl:name "description"@en; @@ -2540,6 +4068,11 @@ shacl:name "id"@en; shacl:path dc:identifier . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#TaskType.description"; + shacl:name "description"@en; + shacl:nodeKind shacl:Literal; + shacl:path skos:definition . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#TaskType.description"; shacl:minCount 1; shacl:name "description"@en; @@ -2551,6 +4084,12 @@ shacl:name "title"@en; shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#TaskType.title"; + shacl:description "The name assigned to the resource."@en; + shacl:name "title"@en; + shacl:nodeKind shacl:Literal; + shacl:path dc:title . + rdfs:seeAlso "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#TaskType.id"; shacl:description "An unambiguous identifier for the resource."@en; shacl:minCount 1; diff --git a/releases/2.0.0/shacl/mldcat-ap-SHACL_en.jsonld b/releases/2.0.0/shacl/mldcat-ap-SHACL_en.jsonld index f9ab282..bade439 100644 --- a/releases/2.0.0/shacl/mldcat-ap-SHACL_en.jsonld +++ b/releases/2.0.0/shacl/mldcat-ap-SHACL_en.jsonld @@ -119,6 +119,30 @@ }, "sh:path": "http://data.europa.eu/m8g/download" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EngagementShape/42ac60286a2dd3fae26fd143d55d104820a4cfa6", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Engagement.download", + "sh:description": { + "en": "The number of downloads of the machine learning model." + }, + "sh:name": { + "en": "download" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://data.europa.eu/m8g/download" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EngagementShape/67a3a19307770c116b04ea5625ad2a1fc3bf1fb4", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Engagement.like", + "sh:description": { + "en": "The number of likes the machine learning model received." + }, + "sh:name": { + "en": "like" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://data.europa.eu/m8g/like" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EngagementShape/9a454a5a2034224e68c6d7f6f37b15b865dc5b73", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Engagement.download", @@ -170,6 +194,18 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/00e08d7f2fe5a17c59705d38fad158427b438296", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasrepository", + "sh:description": { + "en": "The repository associated." + }, + "sh:name": { + "en": "has repository" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/hasRepository" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/03f872d74868adb8a0b2cd9f98e45e3e8825f0fa", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.validatedon", @@ -182,6 +218,30 @@ }, "sh:path": "http://data.europa.eu/m8g/validatedOn" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/06ff27d600ebfab82f26c6758d77cec5feed8a17", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.intendeduse", + "sh:description": { + "en": "The objective or purpose of the model." + }, + "sh:name": { + "en": "intended use" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#intendedUse" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/0a79940f6fb16193ff7a69f50e5ff7e807f2685d", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.logo", + "sh:description": { + "en": "An image or logo of the model." + }, + "sh:name": { + "en": "logo" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/logo" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/0e6e22dc13d0b206842d78a0280d195612318d56", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasoutputfileprediction", @@ -254,6 +314,18 @@ }, "sh:path": "http://data.europa.eu/m8g/hasEngagement" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/2400a356c445d175f7ced0a5a473c51df498dcad", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.created", + "sh:description": { + "en": "Date of creation of the resource." + }, + "sh:name": { + "en": "created" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/created" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/29ba27566ab1f32c8bb73f3492436d4bd868d3d2", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.language", @@ -266,6 +338,30 @@ }, "sh:path": "http://purl.org/dc/terms/language" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/2fd3850ab494807d4d5cc3ac00cc92ede3ec5052", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.contributor", + "sh:description": { + "en": "An entity responsible for making contributions to the resource." + }, + "sh:name": { + "en": "contributor" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/contributor" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/3129820ba639199dc3855b54ed02c9df71571866", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.evaluationresults", + "sh:description": { + "en": "A description of the evaluation against the validation dataset." + }, + "sh:name": { + "en": "evaluation results" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#evaluationResults" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/31aa7a8aa9973dae8ae713419f96fdaf0aaa6448", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.bias", @@ -339,28 +435,136 @@ "sh:path": "http://data.europa.eu/m8g/hasVariation" }, { - "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/40313e5690da6ffe24adc84c2634655362636058", - "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.trainedon", + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/4eafb6a8407472edb010c2645e6471622d634c2c", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasoutputfileprediction", "sh:description": { - "en": "The training dataset used to train the machine learning model." + "en": "The file in which the model is expressed." }, "sh:maxCount": "1", "sh:name": { - "en": "trained on" + "en": "has output file prediction" }, - "sh:path": "http://data.europa.eu/m8g/trainedOn" + "sh:path": "http://openml.org/openml#hasOutputFilePrediction" }, { - "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/4eafb6a8407472edb010c2645e6471622d634c2c", - "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasoutputfileprediction", + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/4f381639bb6e021939f65b4f41409d1edaeade9b", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.type", "sh:description": { - "en": "The file in which the model is expressed." + "en": "The nature or genre of the resource." }, - "sh:maxCount": "1", "sh:name": { - "en": "has output file prediction" + "en": "type" }, - "sh:path": "http://openml.org/openml#hasOutputFilePrediction" + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/type" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/4f98147c83e4a53862e7dcd3413d16b4eff55db2", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.testedon", + "sh:description": { + "en": "The testing dataset used to evaluate the machine learning model." + }, + "sh:name": { + "en": "tested on" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/testedOn" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/51a87039100a9397dd0b7c7921434786ad9789d6", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.trainingprocess", + "sh:description": { + "en": "A description of the training process." + }, + "sh:name": { + "en": "training process" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#trainingProcess" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/521be4314b4bb7c49af726be6045b53ad08bc177", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasuploader", + "sh:description": { + "en": "An entity responsible for uploading the resource." + }, + "sh:name": { + "en": "has uploader" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasUploader" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/595d669c717f5fdeb9cb52aa5e1fdeaac19004f9", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasengagement", + "sh:description": { + "en": "Statistics resulting of user engagement." + }, + "sh:name": { + "en": "has engagement" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/hasEngagement" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/5b368baf002180700705903d76b9632c34d33c20", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.runnedon", + "sh:description": { + "en": "The dataset on which a machine learning mode is executed." + }, + "sh:name": { + "en": "runned on" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/runnedOn" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/5b3cd72708414496a600a6fb4cb8607973347071", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasvariation", + "sh:description": { + "en": "The model that is variant of this model." + }, + "sh:name": { + "en": "has variation" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/hasVariation" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/5bc739112726cd993c279f81380611cafc3a9857", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.keyword", + "sh:description": { + "en": "A keyword or tag describing the resource." + }, + "sh:name": { + "en": "keyword" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#keyword" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/5c00085225811cf3c496c271219a028c71b8547d", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.bias", + "sh:description": { + "en": "A description of the possible biases affecting the overall output of the model." + }, + "sh:name": { + "en": "bias" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#bias" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.description", + "sh:description": { + "en": "An account of the resource." + }, + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/6dc2a375f04122fef1497324a860c05b1989d711", @@ -374,6 +578,18 @@ }, "sh:path": "http://openml.org/openml#version" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/7d4c667652f23f3a51353271e3800bca87ed3f68", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.creator", + "sh:description": { + "en": "An entity responsible for making the resource." + }, + "sh:name": { + "en": "creator" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/creator" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/801537e929e2949a55ca3e052d22022f08a50569", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.created", @@ -386,6 +602,18 @@ }, "sh:path": "http://purl.org/dc/terms/created" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/81d95ea4231e28c92d4dd43c0817d17f547afe98", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.limitations", + "sh:description": { + "en": "The limited capabilities of the model." + }, + "sh:name": { + "en": "limitations" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#limitations" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/82a0088780f37bca3cf3cf432d6e6a82876dd6a9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.trainingprocess", @@ -398,6 +626,18 @@ }, "sh:path": "http://openml.org/openml#trainingProcess" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/8913b4aedaf16c8032ed289550ad2d83e94c97fd", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.finetunedfrom", + "sh:description": { + "en": "The model from on which this model has been fine tuned." + }, + "sh:name": { + "en": "fine tuned from" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/fineTunedFrom" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/96cdcbb0489a41ab01fc39c521f5ed607a0b2c41", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.name", @@ -446,6 +686,18 @@ }, "sh:path": "http://data.europa.eu/m8g/trainedOn" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/9caf9e629daa0e64ece77788576468821d7cff8c", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.name", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "name" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/a38e33decb21ddebecf480e2a0f61129b2715646", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.howtouse", @@ -458,6 +710,30 @@ }, "sh:path": "http://openml.org/openml#howToUse" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/a40b7a6f3c941d00eb296c12646c8a164a538f6a", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasprediction", + "sh:class": "http://www.w3.org/ns/dcat#Dataset", + "sh:description": { + "en": "The predicted dataset generated as output of a machine learning model." + }, + "sh:name": { + "en": "has prediction" + }, + "sh:path": "http://data.europa.eu/m8g/hasPrediction" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/a765ad590d8bbf948c74779425be566fc507d50a", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.runnedon", + "sh:class": "http://www.w3.org/ns/dcat#Dataset", + "sh:description": { + "en": "The dataset on which a machine learning mode is executed." + }, + "sh:name": { + "en": "runned on" + }, + "sh:path": "http://data.europa.eu/m8g/runnedOn" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/b05d80d7f4e190836768b76560ec614a2ec10e27", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasengagement", @@ -482,6 +758,18 @@ }, "sh:path": "http://data.europa.eu/m8g/fineTunedFrom" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/b619ca5330ec1e53f13cce61e0437daed8814534", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasrisk", + "sh:description": { + "en": "It refers to a possible risk that can occur." + }, + "sh:name": { + "en": "has risk" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/hasRisk" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/b7c1682ac55110d92f125d5980cda87210c9f892", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.created", @@ -518,6 +806,18 @@ }, "sh:path": "http://data.europa.eu/m8g/trainedOn" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/bda64b6b9c27a850b8782b17019e888c5edd7ce0", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.version", + "sh:description": { + "en": "The current version of the modeL" + }, + "sh:name": { + "en": "version" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#version" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/c1d40f7102c8201949576e76be48b991b47958d9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.creator", @@ -543,7 +843,43 @@ "sh:path": "http://openml.org/openml#evaluationResults" }, { - "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/db84124bfa16ef2cceb7157ac9ea78c898642d04", + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/c79c3f1acd7a555dfeea3ee6bbf8f1353bb968d1", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.validatedon", + "sh:description": { + "en": "The validation dataset used to fine-tune the machine learning model." + }, + "sh:name": { + "en": "validated on" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/validatedOn" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/c9de12887ed96497a2822f278c35a1d6a07cf755", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasoutputfileprediction", + "sh:description": { + "en": "The file in which the model is expressed." + }, + "sh:name": { + "en": "has output file prediction" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasOutputFilePrediction" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/d19f47dededfef77ff67cf0087abc5a1b1224826", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasprovider", + "sh:description": { + "en": "A natural or legal person, public authority, agency or other body that develops a Machine Learning Model or places it on the market or puts the it into service under its own name or trademark, whether for payment or free of charge." + }, + "sh:name": { + "en": "has provider" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/hasProvider" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/db84124bfa16ef2cceb7157ac9ea78c898642d04", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasuploader", "sh:class": "http://xmlns.com/foaf/0.1/Agent", "sh:description": { @@ -554,6 +890,18 @@ }, "sh:path": "http://openml.org/openml#hasUploader" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/db878f1cb93930f64561d0504123c66feacfad5a", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.language", + "sh:description": { + "en": "A language of the resource." + }, + "sh:name": { + "en": "language" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/language" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/dbcf2adef675735c48b532392359af27af5e8b71", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.licence", @@ -590,6 +938,18 @@ }, "sh:path": "http://data.europa.eu/m8g/hasProvider" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/e6b08d88d2235f5646f52d6d5b7cbe3396532967", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasbibliographicreference", + "sh:description": { + "en": "The reference to a paper." + }, + "sh:name": { + "en": "has bibliographic reference" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/hasBibliographicReference" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/e6b10372e56872f25144e0c3995ff1ec62327458", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasuploader", @@ -602,6 +962,54 @@ }, "sh:path": "http://openml.org/openml#hasUploader" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/e9d118da1b9665f782d440a94730d7052e06e118", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.howtouse", + "sh:description": { + "en": "An explanation of how to use or deploy the model." + }, + "sh:name": { + "en": "how to use" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#howToUse" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/f30149ffb6ec9d00dd5866b052105729fa27d02a", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.licence", + "sh:description": { + "en": "The licence under which the resource is made available." + }, + "sh:name": { + "en": "licence" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/license" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/f594089021a9c74e82077c61e27093a078f693c8", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.hasprediction", + "sh:description": { + "en": "The predicted dataset generated as output of a machine learning model." + }, + "sh:name": { + "en": "has prediction" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/hasPrediction" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/f93bb1218b12f5c67d9a4cc503745622953d4aaa", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.trainedon", + "sh:description": { + "en": "The training dataset used to train the machine learning model." + }, + "sh:name": { + "en": "trained on" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/trainedOn" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#MachineLearningModelShape/fc55cadac83ff05637ea2231ec5969864decbbc4", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#MachineLearningModel.limitations", @@ -658,6 +1066,30 @@ }, "sh:path": "http://data.europa.eu/m8g/severity" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RiskShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Risk.description", + "sh:description": { + "en": "An account of the resource." + }, + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RiskShape/7bec943f77622717cf0383443e3469674a1358c8", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Risk.severity", + "sh:description": { + "en": "The extent of the damage resulting from an event occurring." + }, + "sh:name": { + "en": "severity" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://data.europa.eu/m8g/severity" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RiskShape/8f61614144aa7bca188b24f5976593dc08aad0e6", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Risk.description", @@ -694,6 +1126,30 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RiskShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Risk.title", + "sh:description": { + "en": "A name associated to the risk." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RiskShape/da454f290cb6c67095cc0bce535939155643806a", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Risk.probability", + "sh:description": { + "en": "The likelihood that a given event will occur." + }, + "sh:name": { + "en": "probability" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://data.europa.eu/m8g/probability" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RiskShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Risk.title", @@ -705,6 +1161,18 @@ "en": "title" }, "sh:path": "http://purl.org/dc/terms/title" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RiskShape/fd8a4b415f9532486f745090f5d0efd75af749ff", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Risk.mitigation", + "sh:description": { + "en": "The action of reducing the severity of the risk." + }, + "sh:name": { + "en": "mitigation" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://data.europa.eu/m8g/mitigation" } ], "sh:targetClass": "http://data.europa.eu/m8g/Risk" @@ -732,6 +1200,15 @@ }, "sh:path": "http://purl.org/dc/terms/description" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CollectionShape/521be4314b4bb7c49af726be6045b53ad08bc177", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.hasuploader", + "sh:name": { + "en": "has uploader" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasUploader" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CollectionShape/575690151e9082fed0c6a338a0a7789e5003cc24", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.hasuploader", @@ -771,6 +1248,36 @@ }, "sh:path": "http://purl.org/dc/terms/identifier" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CollectionShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.description", + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CollectionShape/9ebdae98241e4f451997ba6a4a2252e28ea561d9", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.creationdate", + "sh:name": { + "en": "creation date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#creationDate" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CollectionShape/aadbd67a77a624f073be2076627fb9dc883cbe48", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.identifier", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:name": { + "en": "identifier" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CollectionShape/c0d17764e84e711728581fda7356a51e99a9040a", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.identifier", @@ -792,6 +1299,15 @@ }, "sh:path": "http://openml.org/openml#creationDate" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CollectionShape/c444cc01076cf811746340d7f86d0733076eca56", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.visibility", + "sh:name": { + "en": "visibility" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#visibility" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CollectionShape/c4fdb9967443dd30f3b42d440beb3d113f53bd01", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.title", @@ -810,6 +1326,15 @@ }, "sh:path": "http://openml.org/openml#visibility" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CollectionShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.title", + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CollectionShape/db84124bfa16ef2cceb7157ac9ea78c898642d04", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Collection.hasuploader", @@ -876,6 +1401,30 @@ }, "sh:path": "http://purl.org/dc/terms/identifier" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DataQualityShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataquality.description", + "sh:description": { + "en": "An explanation of the quality type." + }, + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DataQualityShape/aadbd67a77a624f073be2076627fb9dc883cbe48", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataquality.identifier", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:name": { + "en": "identifier" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DataQualityShape/c0d17764e84e711728581fda7356a51e99a9040a", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataquality.identifier", @@ -900,6 +1449,18 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DataQualityShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataquality.title", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DataQualityShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataquality.title", @@ -980,6 +1541,18 @@ }, "sh:path": "http://purl.org/dc/terms/description" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EstimationProcedureShape/4f381639bb6e021939f65b4f41409d1edaeade9b", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.type", + "sh:description": { + "en": "A classification of the resource." + }, + "sh:name": { + "en": "type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/type" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EstimationProcedureShape/60448300559a231c7fbe42095a2e00e681c355c1", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.hasparameter", @@ -1001,6 +1574,15 @@ }, "sh:path": "http://purl.org/dc/terms/identifier" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EstimationProcedureShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.description", + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EstimationProcedureShape/7340f915e303c67321fcfc9928bb6810c184fdc3", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.datasplitsURL", @@ -1031,6 +1613,27 @@ }, "sh:path": "http://purl.org/dc/terms/description" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EstimationProcedureShape/929dd5e30e40bfa9d8a289f1d9a34b23705ae2c1", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.hasparameter", + "sh:name": { + "en": "has parameter" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasParameter" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EstimationProcedureShape/aadbd67a77a624f073be2076627fb9dc883cbe48", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.identifier", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:name": { + "en": "identifier" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EstimationProcedureShape/c0d17764e84e711728581fda7356a51e99a9040a", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.identifier", @@ -1056,34 +1659,73 @@ "sh:path": "http://purl.org/dc/terms/title" }, { - "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EstimationProcedureShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EstimationProcedureShape/d5d74574f70f9a979535f3624608f88180dd0c97", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.title", "sh:description": { "en": "The name assigned to the resource." }, - "sh:minCount": "1", "sh:name": { "en": "title" }, + "sh:nodeKind": "sh:Literal", "sh:path": "http://purl.org/dc/terms/title" - } - ], - "sh:targetClass": "http://openml.org/openml#EstimationProcedure" - }, - { - "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape", - "@type": "sh:NodeShape", - "sh:closed": false, - "sh:property": [ + }, { - "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/0521776ff4c60a33afeb373d4435158c48986d69", - "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.sample", + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EstimationProcedureShape/f4185b7ce09ab77e451632c47658c3152ae3135d", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.datasplitsURL", + "sh:name": { + "en": "data splits URL" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#dataSplitsURL" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EstimationProcedureShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EstimationProcedure.title", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:minCount": "1", + "sh:name": { + "en": "title" + }, + "sh:path": "http://purl.org/dc/terms/title" + } + ], + "sh:targetClass": "http://openml.org/openml#EstimationProcedure" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape", + "@type": "sh:NodeShape", + "sh:closed": false, + "sh:property": [ + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/0521776ff4c60a33afeb373d4435158c48986d69", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.sample", "sh:maxCount": "1", "sh:name": { "en": "sample" }, "sh:path": "http://openml.org/openml#sample" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/0c5186bf5ffb51acf13bf1b4f7f81d7069ffc31b", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.repeat", + "sh:name": { + "en": "repeat" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#repeat" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/1347fa3c6fb7f413d350f188aafee894a89fc6d9", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.stdev", + "sh:name": { + "en": "stdev" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#stdev" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/154e71d6dc0f952b89fd2e9f68d071c3f6e42616", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.hasflow", @@ -1102,6 +1744,15 @@ }, "sh:path": "http://openml.org/openml#intervalStart" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/34ba47520d520f97bbcdea3c6fd3dc176d312689", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.sample", + "sh:name": { + "en": "sample" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#sample" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/388aea194bc8d3d0c7251c8dca3f58ec88a4afc3", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.samplesize", @@ -1111,6 +1762,24 @@ }, "sh:path": "http://openml.org/openml#sampleSize" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/3ae7580c4039ed7af240c19ddf9bdc57c8fba687", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.value", + "sh:name": { + "en": "value" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#value" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/3e28a58e095830f46dc732d0aaca2d5045031c82", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.label", + "sh:name": { + "en": "label" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/2000/01/rdf-schema#label" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/3e779df5a94a3c5e8a20908d53988e76e25a9f75", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.label", @@ -1147,6 +1816,27 @@ }, "sh:path": "http://openml.org/openml#intervalEnd" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/aadbd67a77a624f073be2076627fb9dc883cbe48", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.identifier", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:name": { + "en": "identifier" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/bfed1db27b66d405a8e4d66436c106ce0ff0a98e", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.fold", + "sh:name": { + "en": "fold" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#fold" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/c0d17764e84e711728581fda7356a51e99a9040a", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.identifier", @@ -1168,6 +1858,33 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/c78d7706b43548595b4467e3881689879f99bf16", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.arraydata", + "sh:name": { + "en": "array data" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#arrayData" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/cbf6bacd11e9fdadf66452e4777e3ab6d87fa450", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.hasflow", + "sh:name": { + "en": "has flow" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasFlow" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.title", + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/db15b7df9d94d285bd33d0966a4d2357f8333c31", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.value", @@ -1177,6 +1894,15 @@ }, "sh:path": "http://openml.org/openml#value" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/dcdd34d236afcea2dff359245e3e850fff527dae", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.intervalend", + "sh:name": { + "en": "interval end" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#intervalEnd" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/dd691ce5054b7a4098d2d14a32d28dc9cf556c1e", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.fold", @@ -1195,6 +1921,24 @@ }, "sh:path": "http://openml.org/openml#stdev" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/f514b6cd6ad42e2721caf84ccafa8d75b061a344", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.intervalstart", + "sh:name": { + "en": "interval start" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#intervalStart" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/f68b419ce51a53cbd5369b6b7d6a93cdc6b9a200", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.samplesize", + "sh:name": { + "en": "sample size" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#sampleSize" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Evaluation.title", @@ -1221,6 +1965,15 @@ }, "sh:path": "http://purl.org/dc/terms/description" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationMeasureShape/3ae7580c4039ed7af240c19ddf9bdc57c8fba687", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.value", + "sh:name": { + "en": "value" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#value" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationMeasureShape/4dffd5261116dadc2a8fb45ae6588922fe5946b1", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.valuegood", @@ -1230,6 +1983,33 @@ }, "sh:path": "http://openml.org/openml#valueGood" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationMeasureShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.description", + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationMeasureShape/7d225eb8f62de8369cd619a623c24c906e45b0f8", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.valuegood", + "sh:name": { + "en": "value good" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#valueGood" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationMeasureShape/847a833648dd13df3c43c536ea70404d5499a868", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.implementation", + "sh:name": { + "en": "implementation" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#implementation" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationMeasureShape/9e6efd49d4b4d8a4758672d9007bbe68237d359b", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.value", @@ -1239,6 +2019,15 @@ }, "sh:path": "http://openml.org/openml#value" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationMeasureShape/a35b1d938e765d76649548d262ca112f91daa6b9", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.valuebad", + "sh:name": { + "en": "value bad" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#valueBad" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationMeasureShape/c4fdb9967443dd30f3b42d440beb3d113f53bd01", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.title", @@ -1251,6 +2040,18 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationMeasureShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.title", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#EvaluationMeasureShape/db15b7df9d94d285bd33d0966a4d2357f8333c31", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#EvaluationMeasure.value", @@ -1334,6 +2135,30 @@ }, "sh:path": "http://purl.org/dc/terms/description" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FeatureShape/4f381639bb6e021939f65b4f41409d1edaeade9b", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Feature.type", + "sh:description": { + "en": "A classification of the resource." + }, + "sh:name": { + "en": "type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/type" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FeatureShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Feature.description", + "sh:description": { + "en": "An explanation of the attribute." + }, + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FeatureShape/74feba662f4f65577bf45a8dd94f8faec0f03592", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Feature.type", @@ -1358,6 +2183,18 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FeatureShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Feature.title", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FeatureShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Feature.title", @@ -1378,6 +2215,18 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/0e527243fc7781144b48404f63919edbb54806eb", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.hasdependency", + "sh:description": { + "en": "The libraries that a flow depends on." + }, + "sh:name": { + "en": "has dependency" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasDependency" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/0f6cb927d0d26f3819cba3fb903a075cd426180d", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.status", @@ -1414,6 +2263,15 @@ }, "sh:path": "http://openml.org/openml#hasFlowParameter" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/32a707687b3fc18c29fe4d3f81d8120a978bc3e1", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.hasflowparameter", + "sh:name": { + "en": "has flow parameter" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasFlowParameter" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/362d1bf0eab8051024cf5ec1345eb1ce50762580", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.description", @@ -1423,6 +2281,15 @@ }, "sh:path": "http://purl.org/dc/terms/description" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/3c1ab2e1170c5050c8b7742e97810027ddc104b1", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.status", + "sh:name": { + "en": "status" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#status" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/45e40d6a74fddbdf912df94dbfa132c7f1523030", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.customname", @@ -1432,6 +2299,18 @@ }, "sh:path": "http://openml.org/openml#customName" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/521be4314b4bb7c49af726be6045b53ad08bc177", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.hasuploader", + "sh:description": { + "en": "An entity responsible for uploading the resource." + }, + "sh:name": { + "en": "has uploader" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasUploader" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/559dab14a90a8ddc0150dd1d09a443ecb37b90dd", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.status", @@ -1441,6 +2320,15 @@ }, "sh:path": "http://openml.org/openml#status" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/5bc739112726cd993c279f81380611cafc3a9857", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.keyword", + "sh:name": { + "en": "keyword" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#keyword" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/6732298630b75dc710a1117c7731b310d0dfe1f3", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.uploaded", @@ -1450,6 +2338,15 @@ }, "sh:path": "http://openml.org/openml#uploaded" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.description", + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/6e4f5560ba850e67e223027190a29d039a717d8a", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.externalversion", @@ -1468,6 +2365,15 @@ }, "sh:path": "http://openml.org/openml#className" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/8d23042e921fdb0050ebaf59699a880b8ad23530", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.customname", + "sh:name": { + "en": "custom name" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#customName" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/99dc863bcbf09a65747a34916868535d8af40c03", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.uploaded", @@ -1490,22 +2396,52 @@ "sh:path": "http://openml.org/openml#hasDependency" }, { - "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/c0d17764e84e711728581fda7356a51e99a9040a", + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/aadbd67a77a624f073be2076627fb9dc883cbe48", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.identifier", "sh:description": { "en": "An unambiguous identifier for the resource." }, - "sh:maxCount": "1", "sh:name": { "en": "identifier" }, + "sh:nodeKind": "sh:Literal", "sh:path": "http://purl.org/dc/terms/identifier" }, { - "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/c4fdb9967443dd30f3b42d440beb3d113f53bd01", - "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.title", - "sh:description": { - "en": "The name assigned to the resource." + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/acd4220bdb9cc6cbef44c50509862d7d56b890bb", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.classname", + "sh:name": { + "en": "class name" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#className" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/bda64b6b9c27a850b8782b17019e888c5edd7ce0", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.version", + "sh:name": { + "en": "version" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#version" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/c0d17764e84e711728581fda7356a51e99a9040a", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.identifier", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "identifier" + }, + "sh:path": "http://purl.org/dc/terms/identifier" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/c4fdb9967443dd30f3b42d440beb3d113f53bd01", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.title", + "sh:description": { + "en": "The name assigned to the resource." }, "sh:maxCount": "1", "sh:name": { @@ -1513,6 +2449,36 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/d41bd3859fb82e9c7f4d9df33f714a0872c83f22", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.externalversion", + "sh:name": { + "en": "external version" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#externalVersion" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/d439fecba1b27b3b7c6fc1b2c77882b20a460f22", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.uploaded", + "sh:name": { + "en": "uploaded" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#uploaded" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.title", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowShape/db84124bfa16ef2cceb7157ac9ea78c898642d04", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Flow.hasuploader", @@ -1587,6 +2553,27 @@ }, "sh:path": "http://openml.org/openml#defaultValue" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowParameterShape/4f381639bb6e021939f65b4f41409d1edaeade9b", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#FlowParameter.type", + "sh:description": { + "en": "A classification of the resource." + }, + "sh:name": { + "en": "type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/type" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowParameterShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#FlowParameter.description", + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowParameterShape/a6263c1756d9f0414d9e657ebda42cdc267b66a5", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#FlowParameter.recommendedrange", @@ -1596,6 +2583,15 @@ }, "sh:path": "http://openml.org/openml#recommendedRange" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowParameterShape/c1bc8ab10488381e9f1610e1cfd80b9e3eeb93ee", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#FlowParameter.defaultvalue", + "sh:name": { + "en": "default value" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#defaultValue" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowParameterShape/c4fdb9967443dd30f3b42d440beb3d113f53bd01", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#FlowParameter.title", @@ -1608,6 +2604,18 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowParameterShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#FlowParameter.title", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowParameterShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#FlowParameter.title", @@ -1619,6 +2627,15 @@ "en": "title" }, "sh:path": "http://purl.org/dc/terms/title" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#FlowParameterShape/fbb48848acdab853c200fb6be859ef663a2f2528", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#FlowParameter.recommendedrange", + "sh:name": { + "en": "recommended range" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#recommendedRange" } ], "sh:targetClass": "http://openml.org/openml#FlowParameter" @@ -1646,6 +2663,15 @@ }, "sh:path": "http://openml.org/openml#version" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#LibraryShape/bda64b6b9c27a850b8782b17019e888c5edd7ce0", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Library.version", + "sh:name": { + "en": "version" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#version" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#LibraryShape/c4fdb9967443dd30f3b42d440beb3d113f53bd01", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Library.title", @@ -1658,6 +2684,18 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#LibraryShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Library.title", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#LibraryShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Library.title", @@ -1685,6 +2723,18 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFileDescriptionShape/1bf6b202f78591cc7dc23e70eebefda2d3e72ec5", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFileDescription.id", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:name": { + "en": "id" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFileDescriptionShape/24ba6ebb8d32d4bb6139d7d7000c33ef67940785", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFileDescription.url", @@ -1694,6 +2744,15 @@ }, "sh:path": "http://openml.org/openml#url" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFileDescriptionShape/4d0b1b686b162926a45ac646d27c495e250fdc5d", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFileDescription.url", + "sh:name": { + "en": "url" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#url" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFileDescriptionShape/5ea3e6deebe239c60a44df6083bb214422fb8cca", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFileDescription.id", @@ -1727,6 +2786,18 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFileDescriptionShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFileDescription.title", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFileDescriptionShape/e0c9d9e2a26ed56f4d4d9eb9de7c55864b9b5635", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFileDescription.id", @@ -1759,6 +2830,18 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFilePredictionShape/1bf6b202f78591cc7dc23e70eebefda2d3e72ec5", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFilePrediction.id", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:name": { + "en": "id" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFilePredictionShape/24ba6ebb8d32d4bb6139d7d7000c33ef67940785", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFilePrediction.url", @@ -1771,6 +2854,18 @@ }, "sh:path": "http://openml.org/openml#url" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFilePredictionShape/4d0b1b686b162926a45ac646d27c495e250fdc5d", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFilePrediction.url", + "sh:description": { + "en": "The url of the file to be downloaded." + }, + "sh:name": { + "en": "url" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#url" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFilePredictionShape/5ea3e6deebe239c60a44df6083bb214422fb8cca", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFilePrediction.id", @@ -1855,6 +2950,18 @@ }, "sh:path": "http://openml.org/openml#url" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFilePredictionShape/c1577bd231c71b0b1910272999755d3414867cfd", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFilePrediction.format", + "sh:description": { + "en": "The file format, physical medium, or dimensions of the resource." + }, + "sh:name": { + "en": "format" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/format" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFilePredictionShape/c4fdb9967443dd30f3b42d440beb3d113f53bd01", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFilePrediction.title", @@ -1867,6 +2974,30 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFilePredictionShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFilePrediction.title", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFilePredictionShape/dc17e7a798aea475507009807c87717284c17830", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFilePrediction.checksum", + "sh:description": { + "en": "This property provides a mechanism that can be used to verify that the contents of a distribution have not changed." + }, + "sh:name": { + "en": "checksum" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://spdx.org/rdf/terms#checksum" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#OutputFilePredictionShape/e0c9d9e2a26ed56f4d4d9eb9de7c55864b9b5635", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#OutputFilePrediction.id", @@ -1899,6 +3030,15 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#ParameterShape/3ae7580c4039ed7af240c19ddf9bdc57c8fba687", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Parameter.value", + "sh:name": { + "en": "value" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#value" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#ParameterShape/9e6efd49d4b4d8a4758672d9007bbe68237d359b", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Parameter.value", @@ -1920,6 +3060,18 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#ParameterShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Parameter.title", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#ParameterShape/db15b7df9d94d285bd33d0966a4d2357f8333c31", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Parameter.value", @@ -1961,6 +3113,15 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#ParameterSettingShape/3ae7580c4039ed7af240c19ddf9bdc57c8fba687", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#ParameterSetting.value", + "sh:name": { + "en": "value" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#value" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#ParameterSettingShape/6bba21316b3837a221afd5be2dcdac9de2c3dd4f", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#ParameterSetting.component", @@ -1982,6 +3143,27 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#ParameterSettingShape/99f4c6aefe1524b5080fc1cf2a5f440542a02503", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#ParameterSetting.component", + "sh:name": { + "en": "component" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#component" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#ParameterSettingShape/9caf9e629daa0e64ece77788576468821d7cff8c", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#ParameterSetting.name", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "name" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#ParameterSettingShape/9e6efd49d4b4d8a4758672d9007bbe68237d359b", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#ParameterSetting.value", @@ -2017,6 +3199,15 @@ }, "sh:path": "http://openml.org/openml#hasPredictionFeature" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PredictionShape/2ab27bdf42596d5077fba20b6dcf59afa7ce8dab", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Prediction.haspredictionfeature", + "sh:name": { + "en": "has prediction feature" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasPredictionFeature" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PredictionShape/56a5771db3070b63fde9bb568ceb265be1cde63f", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Prediction.haspredictionfeature", @@ -2052,6 +3243,15 @@ "en": "format" }, "sh:path": "http://purl.org/dc/terms/format" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PredictionShape/c1577bd231c71b0b1910272999755d3414867cfd", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Prediction.format", + "sh:name": { + "en": "format" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/format" } ], "sh:targetClass": "http://openml.org/openml#Prediction" @@ -2079,6 +3279,15 @@ }, "sh:path": "http://purl.org/dc/terms/type" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PredictionFeatureShape/4f381639bb6e021939f65b4f41409d1edaeade9b", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#PredictionFeature.type", + "sh:name": { + "en": "type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/type" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PredictionFeatureShape/74feba662f4f65577bf45a8dd94f8faec0f03592", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#PredictionFeature.type", @@ -2098,16 +3307,25 @@ "sh:path": "http://purl.org/dc/terms/title" }, { - "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PredictionFeatureShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PredictionFeatureShape/d5d74574f70f9a979535f3624608f88180dd0c97", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#PredictionFeature.title", - "sh:minCount": "1", "sh:name": { "en": "title" }, + "sh:nodeKind": "sh:Literal", "sh:path": "http://purl.org/dc/terms/title" - } - ], - "sh:targetClass": "http://openml.org/openml#PredictionFeature" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PredictionFeatureShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#PredictionFeature.title", + "sh:minCount": "1", + "sh:name": { + "en": "title" + }, + "sh:path": "http://purl.org/dc/terms/title" + } + ], + "sh:targetClass": "http://openml.org/openml#PredictionFeature" }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape", @@ -2126,6 +3344,15 @@ }, "sh:path": "http://www.w3.org/ns/mls#realizes" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/091e5ef41ba4c037c7fc3fc7ebd0c5e2a61d0fa0", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.setupstring", + "sh:name": { + "en": "setup string" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#setupString" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/0e6e22dc13d0b206842d78a0280d195612318d56", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasoutputfileprediction", @@ -2156,6 +3383,15 @@ }, "sh:path": "http://www.w3.org/ns/mls#realizes" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/220f764894da495ebf38bab1467b62cee8ed1faa", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.errormessage", + "sh:name": { + "en": "error message" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#errorMessage" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/2676fb3c58ea581447d2088c07840b25f0f050eb", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasparameter", @@ -2174,6 +3410,24 @@ }, "sh:path": "http://openml.org/openml#hasFlow" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/4692bfc7fad9507b243e1c04b07698ba401f9e23", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasoutputfiledescription", + "sh:name": { + "en": "has output file description" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasOutputFileDescription" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/46f5bca7bc2efff309309ccbe5d3b2c4bfd59705", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.rundetails", + "sh:name": { + "en": "run details" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#runDetails" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/4eafb6a8407472edb010c2645e6471622d634c2c", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasoutputfileprediction", @@ -2192,6 +3446,18 @@ }, "sh:path": "http://openml.org/openml#hasTask" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/521be4314b4bb7c49af726be6045b53ad08bc177", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasuploader", + "sh:description": { + "en": "An entity responsible for uploading the resource." + }, + "sh:name": { + "en": "has uploader" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasUploader" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/52712db7460a5532f8e4a412cb8caa0c029d6009", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasflow", @@ -2210,6 +3476,15 @@ }, "sh:path": "http://openml.org/openml#hasTask" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/5bc739112726cd993c279f81380611cafc3a9857", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.keyword", + "sh:name": { + "en": "keyword" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#keyword" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/60448300559a231c7fbe42095a2e00e681c355c1", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasparameter", @@ -2228,6 +3503,24 @@ }, "sh:path": "http://openml.org/openml#runDetails" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/8380452aad83241a35f826311f1c5154e4a63878", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasevaluation", + "sh:name": { + "en": "has evaluation" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasEvaluation" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/929dd5e30e40bfa9d8a289f1d9a34b23705ae2c1", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasparameter", + "sh:name": { + "en": "has parameter" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasParameterSetting" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/9b4273b86fb7bc4b72ab1aeec3842bf74fb41927", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasoutputfiledescription", @@ -2255,6 +3548,18 @@ }, "sh:path": "http://openml.org/openml#hasOutputFileDescription" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/aadbd67a77a624f073be2076627fb9dc883cbe48", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.identifier", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:name": { + "en": "identifier" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/ac581b0674c3566f9a857e4ce8a489eb5450d9d0", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.setupId", @@ -2264,6 +3569,18 @@ }, "sh:path": "http://openml.org/openml#setupId" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/aeb9436032b3f52a56cb2e93aa2dfbd0c26db1f2", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.executes", + "sh:description": { + "en": "The Algorithm executed by the run." + }, + "sh:name": { + "en": "executes" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/mls#realizes" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/b9e1857c1f5f61fa0c840eb06b66959568ffbb98", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasoutputfileprediction", @@ -2285,6 +3602,24 @@ }, "sh:path": "http://purl.org/dc/terms/identifier" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/c9de12887ed96497a2822f278c35a1d6a07cf755", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasoutputfileprediction", + "sh:name": { + "en": "has output file prediction" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasOutputFilePrediction" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/cbf6bacd11e9fdadf66452e4777e3ab6d87fa450", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hasflow", + "sh:name": { + "en": "has flow" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasFlow" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/ccf1428b613b5d52bad3569287d3d739648c8921", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.errormessage", @@ -2294,6 +3629,15 @@ }, "sh:path": "http://openml.org/openml#errorMessage" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/d2506391a4276d7cc8fa4a197ae82e2827133583", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.setupId", + "sh:name": { + "en": "setup Id" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#setupId" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/d7009ea4c4ac660aebc7a52a0363ee0c23f27270", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.setupstring", @@ -2335,6 +3679,15 @@ "en": "has evaluation" }, "sh:path": "http://openml.org/openml#hasEvaluation" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunShape/fdd717f2a9085dd1fe62758538fd8ea27abcee8a", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Run.hastask", + "sh:name": { + "en": "has task" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasTask" } ], "sh:targetClass": "http://openml.org/openml#Run" @@ -2361,6 +3714,15 @@ "en": "has run" }, "sh:path": "http://openml.org/openml#hasRun" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RunCollectionShape/e3855c9cddd410a3bbe9ac631f7b675f46a88fdb", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#RunCollection.hasrun", + "sh:name": { + "en": "has run" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasRun" } ], "sh:targetClass": "http://openml.org/openml#RunCollection" @@ -2370,6 +3732,18 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#SplitShape/1bf6b202f78591cc7dc23e70eebefda2d3e72ec5", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Split.id", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:name": { + "en": "id" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#SplitShape/362d1bf0eab8051024cf5ec1345eb1ce50762580", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Split.description", @@ -2391,6 +3765,15 @@ }, "sh:path": "http://purl.org/dc/terms/identifier" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#SplitShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Split.description", + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#SplitShape/9892e8196714fd873dce0340b4aef867f222e0b0", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Split.isappliedto", @@ -2421,6 +3804,18 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#SplitShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Split.title", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#SplitShape/e0c9d9e2a26ed56f4d4d9eb9de7c55864b9b5635", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Split.id", @@ -2433,6 +3828,15 @@ }, "sh:path": "http://purl.org/dc/terms/identifier" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#SplitShape/f1aca48abf9ed1d2c76397924f97225733e9aae5", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Split.isappliedto", + "sh:name": { + "en": "is applied to" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#isAppliedTo" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#SplitShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Split.title", @@ -2471,6 +3875,27 @@ }, "sh:path": "http://openml.org/openml#hasCostMatrix" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/1bf6b202f78591cc7dc23e70eebefda2d3e72ec5", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.id", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:name": { + "en": "id" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/2719903253d87c481bdf27532584bf4ed8d19bc7", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.hasoutput", + "sh:name": { + "en": "has output" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasOutput" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/2c84feed94fa939faa3c2d068e1d8b4d0f4349b9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.hasevaluationmeasure", @@ -2489,6 +3914,18 @@ }, "sh:path": "http://openml.org/openml#hasTaskType" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/5bc739112726cd993c279f81380611cafc3a9857", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.keyword", + "sh:description": { + "en": "A keyword or tag describing the resource." + }, + "sh:name": { + "en": "keyword" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#keyword" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/5ce4782c868966fe77821b2aeb6afd2f27c4a6cc", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.hascostmatrix", @@ -2546,6 +3983,24 @@ }, "sh:path": "http://openml.org/openml#hasEvaluationMeasure" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/ae6a508b916462ba9ef198b37ece18498c5617dd", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.sourcedata", + "sh:name": { + "en": "source data" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#sourceData" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/bc252d2e7068fe82281d2aa68b84a48b16a98406", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.hasestimationprocedure", + "sh:name": { + "en": "has estimation procedure" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasEstimationProcedure" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/c4fdb9967443dd30f3b42d440beb3d113f53bd01", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.title", @@ -2576,6 +4031,18 @@ }, "sh:path": "http://openml.org/openml#sourceData" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.title", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/d9c68c9863db3488bb6edb1d43506b0af9101af2", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.hastasktype", @@ -2585,6 +4052,24 @@ }, "sh:path": "http://openml.org/openml#hasTaskType" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/dc0c5890d6cf9527f563c17e0650abccbc9746f6", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.hastasktype", + "sh:name": { + "en": "has task type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasTaskType" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/df80708f13cbf09589abe65265356011077f156b", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.hasevaluationmeasure", + "sh:name": { + "en": "has evaluation measure" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasEvaluationMeasure" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/e5a2169d4263f34bce3cdca9306a9c7729a1ddd2", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.targetfeature", @@ -2612,6 +4097,15 @@ }, "sh:path": "http://openml.org/openml#sourceData" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/f04a195873f0026e3a428fa0c9b5ff49e504948d", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.hascostmatrix", + "sh:name": { + "en": "has cost matrix" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasCostMatrix" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/f3c9a44185e43e19eda99f7282c79a1143000aeb", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.hasoutput", @@ -2621,6 +4115,15 @@ }, "sh:path": "http://openml.org/openml#hasOutput" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/f6f00e541b7bda8363b70d711b778614893197ee", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.targetfeature", + "sh:name": { + "en": "target feature" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#targetFeature" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Task.title", @@ -2658,6 +4161,15 @@ "en": "has task" }, "sh:path": "http://openml.org/openml#hasTask" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskCollectionShape/fdd717f2a9085dd1fe62758538fd8ea27abcee8a", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#TaskCollection.hastask", + "sh:name": { + "en": "has task" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasTask" } ], "sh:targetClass": "http://openml.org/openml#TaskCollection" @@ -2667,6 +4179,18 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskTypeShape/1bf6b202f78591cc7dc23e70eebefda2d3e72ec5", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#TaskType.id", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:name": { + "en": "id" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskTypeShape/362d1bf0eab8051024cf5ec1345eb1ce50762580", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#TaskType.description", @@ -2688,6 +4212,15 @@ }, "sh:path": "http://purl.org/dc/terms/identifier" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskTypeShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#TaskType.description", + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/2004/02/skos/core#definition" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskTypeShape/8f61614144aa7bca188b24f5976593dc08aad0e6", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#TaskType.description", @@ -2709,6 +4242,18 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskTypeShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#TaskType.title", + "sh:description": { + "en": "The name assigned to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#TaskTypeShape/e0c9d9e2a26ed56f4d4d9eb9de7c55864b9b5635", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#TaskType.id", @@ -2778,6 +4323,15 @@ }, "sh:path": "http://purl.org/dc/terms/bibliographicCitation" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#BibliographicReferenceShape/308d8047a7daaf8e28147fd7f9223fd62521bd28", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#BibliographicReference.bibliographiccitation", + "sh:name": { + "en": "bibliographic citation" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/bibliographicCitation" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#BibliographicReferenceShape/419d4dd1ae984aa2905d9628506915979360a8b4", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#BibliographicReference.bibliographiccitation", @@ -2787,6 +4341,18 @@ }, "sh:path": "http://purl.org/dc/terms/bibliographicCitation" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#BibliographicReferenceShape/61d3ec2b1eb4ee541999f05c4a695db49038c866", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#BibliographicReference.references", + "sh:description": { + "en": "A related resource that is referenced, cited, or otherwise pointed to by the described resource." + }, + "sh:name": { + "en": "references" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/references" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#BibliographicReferenceShape/76a80b965577e70ddaa1ad1bd18df4759b0dd505", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#BibliographicReference.format", @@ -2816,6 +4382,15 @@ "en": "format" }, "sh:path": "http://purl.org/dc/terms/format" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#BibliographicReferenceShape/c1577bd231c71b0b1910272999755d3414867cfd", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#BibliographicReference.format", + "sh:name": { + "en": "format" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/format" } ], "sh:targetClass": "http://purl.org/spar/biro/BibliographicReference" @@ -2825,6 +4400,18 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#ChecksumShape/18334d9daf21fe247c499aab3d04ddd1d4f391b7", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Checksum.checksumvalue", + "sh:description": { + "en": "This property provides a lower case hexadecimal encoded digest value produced using a specific algorithm." + }, + "sh:name": { + "en": "checksum value" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://spdx.org/rdf/terms#checksumValue" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#ChecksumShape/3eab73d86ca644be3c17cec9470a00ee097d8515", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Checksum.checksumvalue", @@ -2849,6 +4436,18 @@ }, "sh:path": "http://spdx.org/rdf/terms#checksumValue" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#ChecksumShape/9ab7a34ae99cd75fd914a221bacfffd1bb9cde4c", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Checksum.algorithm", + "sh:description": { + "en": "This property identifies the algorithm used to produce the subject Checksum." + }, + "sh:name": { + "en": "algorithm" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://spdx.org/rdf/terms#algorithm" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#ChecksumShape/9eeeae00a6e87149f282ea21e521ffb5231213ec", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Checksum.algorithm", @@ -2961,6 +4560,18 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/01d5c746936ff78bb5eb353a1b0e49303cb2fd31", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.dataset", + "sh:description": { + "en": "This property links the Catalogue with a Dataset that is part of the Catalogue. As empty Catalogues are usually indications of problems, this property should be combined with the next property service to implement an empty Catalogue check." + }, + "sh:name": { + "en": "dataset" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#dataset" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/337cf55721093cc585693a5397601643d59a4c46", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.record", @@ -2973,6 +4584,42 @@ }, "sh:path": "http://www.w3.org/ns/dcat#record" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/34db0dabef6e2aa992eab790fc3e8d1e3f83bc12", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.record", + "sh:description": { + "en": "This property refers to a Catalogue Record that is part of the Catalogue." + }, + "sh:name": { + "en": "record" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#record" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/4be37093e4c3ba0d5b5a18ef6b97778d6d689392", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.releasedate", + "sh:description": { + "en": "\tThe date of formal issuance (e.g., publication) of the Catalogue." + }, + "sh:name": { + "en": "release date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/issued" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/5bc739112726cd993c279f81380611cafc3a9857", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.keyword", + "sh:description": { + "en": "A keyword or tag describing the resource." + }, + "sh:name": { + "en": "keyword" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "https://www.w3.org/ns/dcat#keyword" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/67dcdb36167ca7969c0532898e11a98e9c2a80f5", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.publisher", @@ -2985,6 +4632,30 @@ }, "sh:path": "http://purl.org/dc/terms/publisher" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/6b7242b6b89977700c05e4875131fbb975c4235e", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.modificationdate", + "sh:description": { + "en": "The most recent date on which the Catalogue was modified." + }, + "sh:name": { + "en": "modification date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/modified" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.description", + "sh:description": { + "en": "A free-text account of the Catalogue." + }, + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/7b94c69361e00163d16d78016cd994668c7fccda", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.dataset", @@ -2997,6 +4668,18 @@ }, "sh:path": "http://www.w3.org/ns/dcat#dataset" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/7d4c667652f23f3a51353271e3800bca87ed3f68", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.creator", + "sh:description": { + "en": "An entity responsible for the creation of the catalogue." + }, + "sh:name": { + "en": "creator" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/creator" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/8772a17b46da88b8aa26c30e24bc3d9ef17fb940", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.creator", @@ -3009,6 +4692,18 @@ }, "sh:path": "http://purl.org/dc/terms/creator" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/8d36a62f83db7f94097e27edb51306e17e0d40f3", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.homepage", + "sh:description": { + "en": "A web page that acts as the main page for the Catalogue" + }, + "sh:name": { + "en": "homepage" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://xmlns.com/foaf/0.1/homepage" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/8f61614144aa7bca188b24f5976593dc08aad0e6", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.description", @@ -3021,6 +4716,18 @@ }, "sh:path": "http://purl.org/dc/terms/description" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/93f73e69bb03d2928fcf758a253ef316becdf9b9", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.publisher", + "sh:description": { + "en": "This property refers to an entity (organisation) responsible for making the resource available." + }, + "sh:name": { + "en": "publisher" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/publisher" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/9e9d878c1c354206edc1d411f33c82d4d01e5a8f", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.modificationdate", @@ -3057,6 +4764,18 @@ }, "sh:path": "http://purl.org/dc/terms/publisher" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/aadbd67a77a624f073be2076627fb9dc883cbe48", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.identifier", + "sh:description": { + "en": "A unique identifier of the item." + }, + "sh:name": { + "en": "identifier" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/b362d2bdbbe8ba1c689e5554cca2bcbd295546de", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.releasedate", @@ -3117,6 +4836,18 @@ }, "sh:path": "http://www.w3.org/ns/dcat#service" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.title", + "sh:description": { + "en": "A name given to the Catalogue." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/da28472666d298998330cb159b2c1e90b4446250", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.homepage", @@ -3141,6 +4872,30 @@ }, "sh:path": "http://purl.org/dc/terms/license" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/e9a8f5414305eafd449b87a38bfe0c974341c9ac", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.service", + "sh:description": { + "en": "This property refers to a site or end-point (Data Service) that is listed in the Catalogue." + }, + "sh:name": { + "en": "service" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#service" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/f30149ffb6ec9d00dd5866b052105729fa27d02a", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.licence", + "sh:description": { + "en": "A licence under which the Catalogue can be used or reused." + }, + "sh:name": { + "en": "licence" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/license" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Catalogue.title", @@ -3185,6 +4940,30 @@ }, "sh:path": "http://purl.org/dc/terms/modified" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogRecordShape/33619d37d70a8fb82ad1950fbcb9a13c05bc6449", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#CatalogueRecord.descriptionversion", + "sh:description": { + "en": "It refers to the version of the description. '1' for original version." + }, + "sh:name": { + "en": "description version" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#descriptionVersion" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogRecordShape/387c76a64757677cc2b899f0c4a20803263a0449", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#CatalogueRecord.primarytopic", + "sh:description": { + "en": "This property links the Catalogue Record to the Dataset, Data service or Catalog described in the record." + }, + "sh:name": { + "en": "primary topic" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://xmlns.com/foaf/0.1/primaryTopic" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogRecordShape/65eafe0643a998b84fc2d253de401f9ad8355770", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#CatalogueRecord.primarytopic", @@ -3197,6 +4976,30 @@ }, "sh:path": "http://xmlns.com/foaf/0.1/primaryTopic" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogRecordShape/6b7242b6b89977700c05e4875131fbb975c4235e", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#CatalogueRecord.modificationdate", + "sh:description": { + "en": "This property contains the most recent date on which the Catalogue entry was changed or modified." + }, + "sh:name": { + "en": "modification date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/modified" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogRecordShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#CatalogueRecord.description", + "sh:description": { + "en": "A free-text account of the resource." + }, + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#CatalogRecordShape/9cfc04e7fc5c17860d295377c541e05a32bc8eeb", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#CatalogueRecord.descriptionversion", @@ -3265,6 +5068,18 @@ }, "sh:path": "http://www.w3.org/ns/dcat#servesDataset" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DataServiceShape/3bde2663aaca96d953765ac2e525ef64710bf4d6", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#DataService.endpointURL", + "sh:description": { + "en": "The root location or primary endpoint of the service (an IRI)." + }, + "sh:name": { + "en": "endpoint URL" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#endpointURL" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DataServiceShape/83ad7325cc6681e43e44550c269847065a95a14f", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#DataService.endpointURL", @@ -3277,6 +5092,30 @@ }, "sh:path": "http://www.w3.org/ns/dcat#endpointURL" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DataServiceShape/ca2bd10c893237fa342edb75240b08731acda92f", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#DataService.servesdataset", + "sh:description": { + "en": "This property refers to a collection of data that this data service can distribute." + }, + "sh:name": { + "en": "serves dataset" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#servesDataset" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DataServiceShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#DataService.title", + "sh:description": { + "en": "A name given to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DataServiceShape/eb3ac4e4fdde2e2588a9502c5956060a18c5c99f", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#DataService.endpointURL", @@ -3346,14 +5185,26 @@ "sh:path": "http://www.w3.org/ns/adms#status" }, { - "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/2ab9813b47309d4af98fdfe34189ea24baecc8cd", - "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.datasetdistribution", - "sh:class": "http://www.w3.org/ns/dcat#Distribution", + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/10c0ca4deadefb51c529f56ee01caf9bd2639ef4", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.accessrights", "sh:description": { - "en": "This property links the Dataset to an available Distribution." + "en": "This property refers to information that indicates whether the Dataset is open data, has access restrictions or is not public." }, "sh:name": { - "en": "dataset distribution" + "en": "access rights" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/accessRights" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/2ab9813b47309d4af98fdfe34189ea24baecc8cd", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.datasetdistribution", + "sh:class": "http://www.w3.org/ns/dcat#Distribution", + "sh:description": { + "en": "This property links the Dataset to an available Distribution." + }, + "sh:name": { + "en": "dataset distribution" }, "sh:path": "http://www.w3.org/ns/dcat#distribution" }, @@ -3369,6 +5220,90 @@ }, "sh:path": "http://www.w3.org/ns/adms#status" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/2f24e5e77199a0d328c94cb874400d574fc8e87f", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.versioninfo", + "sh:description": { + "en": "This property contains a version number or other version designation of the Dataset." + }, + "sh:name": { + "en": "version info" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/2002/07/owl#versionInfo" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/2fd3850ab494807d4d5cc3ac00cc92ede3ec5052", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.contributor", + "sh:description": { + "en": "\tAn entity responsible for making contributions to the dataset." + }, + "sh:name": { + "en": "contributor" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/contributor" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/2fd3850ab494807d4d5cc3ac00cc92ede3ec5052", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.contributor", + "sh:description": { + "en": "\tAn entity responsible for making contributions to the dataset." + }, + "sh:name": { + "en": "contributor" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/contributor" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/30e78cd98aa6cd5dbc31678289abb5e0cc0b55c7", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.landingpage", + "sh:description": { + "en": "This property refers to a web page that provides access to the Dataset, its Distributions and/or additional information." + }, + "sh:name": { + "en": "landing page" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#landingPage" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/3c1ab2e1170c5050c8b7742e97810027ddc104b1", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.status", + "sh:description": { + "en": "The status of the dataset in the context of the publication process." + }, + "sh:name": { + "en": "status" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/adms#status" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/3f1fe87dc7be37001827234cfe37b5314b16efcc", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.isreferencedby", + "sh:description": { + "en": "A related resource that references, cites, or otherwise points to the described resource." + }, + "sh:name": { + "en": "is referenced by" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/isReferencedBy" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/3f1fe87dc7be37001827234cfe37b5314b16efcc", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.isreferencedby", + "sh:description": { + "en": "This property is about a related resource, such as a publication, that references, cites, or otherwise points to the dataset." + }, + "sh:name": { + "en": "is referenced by" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/isReferencedBy" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/495a2bdea22c8a156f1a7926737cdf33529871fd", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.hasversion", @@ -3381,6 +5316,18 @@ }, "sh:path": "http://www.w3.org/ns/dcat#hasVersion" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/4be37093e4c3ba0d5b5a18ef6b97778d6d689392", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.releasedate", + "sh:description": { + "en": "This property contains the date of formal issuance (e.g., publication) of the Dataset." + }, + "sh:name": { + "en": "release date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/issued" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/532abc6f4975de87bbe22a9fa6932739f16a00db", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.collectionDate", @@ -3393,6 +5340,18 @@ }, "sh:path": "http://openml.org/openml#collectionDate" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/5bc739112726cd993c279f81380611cafc3a9857", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.keyword", + "sh:description": { + "en": "A keyword or tag describing the resource." + }, + "sh:name": { + "en": "keyword" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#keyword" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/67dcdb36167ca7969c0532898e11a98e9c2a80f5", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.publisher", @@ -3405,6 +5364,18 @@ }, "sh:path": "http://purl.org/dc/terms/publisher" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/6cae9880e515253132af1452a38a8a5827165149", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.description", + "sh:description": { + "en": "A free-text account of the resource." + }, + "sh:name": { + "en": "description" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/description" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/797de37cf0e11c0819dbd38d85a43baa6352f22a", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.versionLabel", @@ -3429,6 +5400,30 @@ }, "sh:path": "http://purl.org/dc/terms/accessRights" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/7d4c667652f23f3a51353271e3800bca87ed3f68", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.creator", + "sh:description": { + "en": "This property refers to the entity responsible for producing the dataset." + }, + "sh:name": { + "en": "creator" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/creator" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/7d4deb7c49e904fb5ed9e288a4c8889edc59a9f3", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.collectionDate", + "sh:description": { + "en": "The date the data was originally collected, given by the uploader." + }, + "sh:name": { + "en": "collectionDate" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#collectionDate" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/8f61614144aa7bca188b24f5976593dc08aad0e6", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.description", @@ -3441,6 +5436,18 @@ }, "sh:path": "http://purl.org/dc/terms/description" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/93f73e69bb03d2928fcf758a253ef316becdf9b9", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.publisher", + "sh:description": { + "en": "This property refers to an entity (organisation) responsible for making the resource available." + }, + "sh:name": { + "en": "publisher" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/publisher" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/9512099dadc4456834bcbf88af15fccc7554129c", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.versioninfo", @@ -3477,6 +5484,30 @@ }, "sh:path": "http://purl.org/dc/terms/isReferencedBy" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/a67ea27b94da4be53ee7a2ce943c7b2974f79b60", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.isversionof", + "sh:description": { + "en": "This property refers to a related Dataset of which the described Dataset is a version, edition, or adaptation." + }, + "sh:name": { + "en": "is version of" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/isVersionOf" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/aadbd67a77a624f073be2076627fb9dc883cbe48", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.identifier", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:name": { + "en": "identifier" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/b362d2bdbbe8ba1c689e5554cca2bcbd295546de", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.releasedate", @@ -3513,6 +5544,18 @@ }, "sh:path": "http://purl.org/dc/terms/creator" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/c444cc01076cf811746340d7f86d0733076eca56", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.visibility", + "sh:description": { + "en": "Who can see the dataset. Typical values: 'Everyone','All my friends','Only me'. Can also be any of the user's circles." + }, + "sh:name": { + "en": "visibility" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#access_policy" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/cca453176d6acdfcf4bd42617b21c975c62b0887", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.visibility", @@ -3525,6 +5568,42 @@ }, "sh:path": "http://openml.org/openml#access_policy" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/cee351ca7e459eb55734fce188a2216ea0cc2b6a", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.hasversion", + "sh:description": { + "en": "This property refers to a related Dataset that is a version, edition, or adaptation of the described Dataset." + }, + "sh:name": { + "en": "has version" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#hasVersion" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.title", + "sh:description": { + "en": "A name given to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/dac585c809627a90e9d9378c2b3b09862f178f9c", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.versionLabel", + "sh:description": { + "en": "Version label provided by user, something relevant to the user. Can also be a date, hash, or some other type of id." + }, + "sh:name": { + "en": "versionLabel" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#versionLabel" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/ee60fdd4b8581460f5fc4077813b8bb3e3d77441", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.accessrights", @@ -3549,6 +5628,18 @@ }, "sh:path": "http://purl.org/dc/terms/isVersionOf" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/f6f077451f13ccf5d721838425fcc37f6cebfe48", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.datasetdistribution", + "sh:description": { + "en": "This property links the Dataset to an available Distribution." + }, + "sh:name": { + "en": "dataset distribution" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#distribution" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DatasetShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Dataset.title", @@ -3617,6 +5708,54 @@ }, "sh:path": "http://openml.org/openml#rowIDAttribute" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/136bb2abfdf5aa444a60bb48633b362319dea4db", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.license", + "sh:description": { + "en": "The licence under which the resource is made available." + }, + "sh:name": { + "en": "license" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/license" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/16c960b8afbda0b0c9ea93512295a86ef1c66978", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.rowIDattribute", + "sh:description": { + "en": "The attribute that represents the row-id column, if present in the dataset." + }, + "sh:name": { + "en": "row ID attribute" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#rowIDAttribute" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/193f76584d643e39b083a5a961780cf712835813", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.processingwarning", + "sh:description": { + "en": "Warnings while processing the dataset." + }, + "sh:name": { + "en": "processing warning" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#processingWarning" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/23d4c038584493decec780192681ef61694bff7c", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.accessservice", + "sh:description": { + "en": "This property refers to a data service that gives access to the distribution of the dataset." + }, + "sh:name": { + "en": "access service" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#accessService" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/2553d0eb185e3cdf9c6f992f68022e6f98bf591c", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.hasfeature", @@ -3629,6 +5768,18 @@ }, "sh:path": "http://openml.org/openml#hasFeature" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/27ee30c66ff3cd2714f73a4b488a5e0f6b64b7f6", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.downloadURL", + "sh:description": { + "en": "This property contains a URL that is a direct link to a downloadable file in a given format." + }, + "sh:name": { + "en": "download URL" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#downloadURL" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/29ba27566ab1f32c8bb73f3492436d4bd868d3d2", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.language", @@ -3665,6 +5816,18 @@ }, "sh:path": "http://purl.org/dc/terms/license" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/59cbd395c4b9167c030b3fd61001eeeee5034346", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.bytesize", + "sh:description": { + "en": "This property contains the size of a Distribution in bytes." + }, + "sh:name": { + "en": "byte size" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dcat#byteSize" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/6311ab0f528a12e90a9d4be09bdec4ff36578b32", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.checksum", @@ -3725,6 +5888,18 @@ }, "sh:path": "http://www.w3.org/ns/dcat#accessService" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/7fea036935437a6abb4d7541b95ee0b430d9d51e", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.hasqualitymeasurement", + "sh:description": { + "en": "Refers to the performed quality measurements. Quality measurements can be performed to any kind of resource (e.g., a dataset, a linkset, a graph, a set of triples). However, in the DQV context, this property is generally expected to be used in statements in which subjects are instances of dcat:Dataset or dcat:Distribution." + }, + "sh:name": { + "en": "has quality measurement" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dqv#hasQualityMeasurement" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/86b0abd7196b83ba1afcf76da88c75cc7037958f", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.hasqualitymeasurement", @@ -3785,6 +5960,18 @@ }, "sh:path": "http://openml.org/openml#processingWarning" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/956e2722bcc0b1f0a6eec10ab142299ed5fa8712", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.defaulttargetattribute", + "sh:description": { + "en": "The default target attribute, if it exists." + }, + "sh:name": { + "en": "default target attribute" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#defaultTargetAttribute" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/a07d6e7a0a1790b89a1ce7ff602cbbd9ea835282", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.downloadURL", @@ -3797,6 +5984,18 @@ }, "sh:path": "http://www.w3.org/ns/dcat#downloadURL" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/a490981ff58636ec8601ca500e67bd9c575eaed9", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.accessURL", + "sh:description": { + "en": "This property contains a URL that gives access to a Distribution of the Dataset. The resource at the access URL may contain information about how to get the Dataset." + }, + "sh:name": { + "en": "access URL" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/dcat#accessURL" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/a5a1142622bf258910a43fbd2aeba04b46c12982", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.hasqualitymeasurement", @@ -3809,6 +6008,30 @@ }, "sh:path": "http://www.w3.org/ns/dqv#hasQualityMeasurement" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/a7dda5a5e4c99d1633067ffb9b5168fb17fb9b87", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.hasfeature", + "sh:description": { + "en": "The attribute or column being part of a distribution." + }, + "sh:name": { + "en": "has feature" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#hasFeature" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/aadbd67a77a624f073be2076627fb9dc883cbe48", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.identifier", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:name": { + "en": "identifier" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/acf13c6a26e10d3615651c58e562492b2f2077f2", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.processingDate", @@ -3819,31 +6042,91 @@ "sh:name": { "en": "processingDate" }, - "sh:path": "http://openml.org/openml#processingDate" + "sh:path": "http://openml.org/openml#processingDate" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/c0d17764e84e711728581fda7356a51e99a9040a", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.identifier", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "identifier" + }, + "sh:path": "http://purl.org/dc/terms/identifier" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/c1577bd231c71b0b1910272999755d3414867cfd", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.format", + "sh:description": { + "en": "This property refers to the file format of the Distribution." + }, + "sh:name": { + "en": "format" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/format" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/cc7655a3775bf39fd20cf25a5a93f21440c84281", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.processingerror", + "sh:description": { + "en": "Errors discovered while processing the dataset." + }, + "sh:name": { + "en": "processing error" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#processingError" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/cd035d5fcf2aa42f83e614e12afd8905d4d6bcf8", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.license", + "sh:description": { + "en": "The licence under which the resource is made available." + }, + "sh:maxCount": "1", + "sh:name": { + "en": "license" + }, + "sh:path": "http://purl.org/dc/terms/license" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.title", + "sh:description": { + "en": "A name given to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" }, { - "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/c0d17764e84e711728581fda7356a51e99a9040a", - "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.identifier", + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/db878f1cb93930f64561d0504123c66feacfad5a", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.language", "sh:description": { - "en": "An unambiguous identifier for the resource." + "en": "This property refers to a language used in the Distribution. This property can be repeated if the metadata is provided in multiple languages." }, - "sh:maxCount": "1", "sh:name": { - "en": "identifier" + "en": "language" }, - "sh:path": "http://purl.org/dc/terms/identifier" + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/language" }, { - "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/cd035d5fcf2aa42f83e614e12afd8905d4d6bcf8", - "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.license", + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/dc17e7a798aea475507009807c87717284c17830", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.checksum", "sh:description": { - "en": "The licence under which the resource is made available." + "en": "This property provides a mechanism that can be used to verify that the contents of a distribution have not changed." }, - "sh:maxCount": "1", "sh:name": { - "en": "license" + "en": "checksum" }, - "sh:path": "http://purl.org/dc/terms/license" + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://spdx.org/rdf/terms#checksum" }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/e0065293221c5851ec508ae96cd4ad03ffdedd19", @@ -3857,6 +6140,30 @@ }, "sh:path": "http://www.w3.org/ns/dcat#accessURL" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/e47e51e83422bb3a76b660610419c7f766a45bf2", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.ignoreattribute", + "sh:description": { + "en": "Attributes that should be excluded in modelling, such as identifiers and indexes." + }, + "sh:name": { + "en": "ignore attribute" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#ignoreAttribute" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/e50da06d5549e5006773a3d786e95fba77026b93", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.processingDate", + "sh:description": { + "en": "Date of processing." + }, + "sh:name": { + "en": "processingDate" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#processingDate" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/ed8e40725c55813428b73d8e5042c6affe821ea2", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.bytesize", @@ -3880,6 +6187,18 @@ "en": "byte size" }, "sh:path": "http://www.w3.org/ns/dcat#byteSize" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#DistributionShape/f64ea9c4b32a8afd45dc2afdcea6722b56707974", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Distribution.haspolicy", + "sh:description": { + "en": "This property refers to the policy expressing the rights associated with the distribution if using the ODRL vocabulary." + }, + "sh:name": { + "en": "has policy" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://www.w3.org/ns/odrl/2/hasPolicy" } ], "sh:targetClass": "http://www.w3.org/ns/dcat#Distribution" @@ -3889,6 +6208,18 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#QualityMeasurementShape/01d5c746936ff78bb5eb353a1b0e49303cb2fd31", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurement.dataset", + "sh:description": { + "en": "Indicates the data set of which this observation is a part." + }, + "sh:name": { + "en": "dataset" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/linked-data/cube#dataSet" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#QualityMeasurementShape/236f0210baaf149903750c43bbe7012c21debb2a", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurement.type", @@ -3925,6 +6256,42 @@ }, "sh:path": "http://purl.org/dc/terms/type" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#QualityMeasurementShape/3ae7580c4039ed7af240c19ddf9bdc57c8fba687", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurement.value", + "sh:description": { + "en": "Refers to values computed by metric." + }, + "sh:name": { + "en": "value" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://www.w3.org/ns/dqv#value" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#QualityMeasurementShape/4f381639bb6e021939f65b4f41409d1edaeade9b", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurement.type", + "sh:description": { + "en": "A classification for a quality." + }, + "sh:name": { + "en": "type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/type" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#QualityMeasurementShape/60cc03bc167b623471b2578b7b7aafd76605d845", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurement.featureindex", + "sh:description": { + "en": "The feature on which the quality is measure on." + }, + "sh:name": { + "en": "feature index" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://openml.org/openml#featureIndex" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#QualityMeasurementShape/66f17ab947f9a218de93f9de0e85439f7fde9672", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurement.featureindex", @@ -4008,6 +6375,30 @@ "en": "value" }, "sh:path": "http://www.w3.org/ns/dqv#value" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#QualityMeasurementShape/dcdd34d236afcea2dff359245e3e850fff527dae", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurement.intervalend", + "sh:description": { + "en": "The maximum value of the Quality Measure." + }, + "sh:name": { + "en": "interval end" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#intervalEnd" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#QualityMeasurementShape/f514b6cd6ad42e2721caf84ccafa8d75b061a344", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurement.intervalstart", + "sh:description": { + "en": "The minimum value of the Quality Measure." + }, + "sh:name": { + "en": "interval start" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#intervalStart" } ], "sh:targetClass": "http://www.w3.org/ns/dqv#QualityMeasurement" @@ -4017,6 +6408,18 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#QualityMeasurementDatasetShape/08f56f4206071d5e298e46c59965536e98a7cf14", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurementDataset.evaluationengineid", + "sh:description": { + "en": "The engine responsible for extracting the features." + }, + "sh:name": { + "en": "evaluation engine id" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://openml.org/openml#evaluationEngine" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#QualityMeasurementDatasetShape/6c7c1bd2ab3b7761e5be759a078a9fd93f411a57", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurementDataset.identifier", @@ -4041,6 +6444,18 @@ }, "sh:path": "http://openml.org/openml#evaluationEngine" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#QualityMeasurementDatasetShape/aadbd67a77a624f073be2076627fb9dc883cbe48", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurementDataset.identifier", + "sh:description": { + "en": "An unambiguous identifier for the resource." + }, + "sh:name": { + "en": "identifier" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/identifier" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#QualityMeasurementDatasetShape/c0d17764e84e711728581fda7356a51e99a9040a", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#QualityMeasurementDataset.identifier", @@ -4073,6 +6488,18 @@ }, "sh:path": "http://w3id.org/mlso/hasLearningMethodType" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#AlgorithmShape/0e3bc6127e8a32d57110c4bb2534cb5bc787cd95", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Algorithm.haslearningmethodtype", + "sh:description": { + "en": "A relation between an algorithm learning method and the category of algorithm learning methods that it belongs to." + }, + "sh:name": { + "en": "has learning method type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://w3id.org/mlso/hasLearningMethodType" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#AlgorithmShape/5194505a7ca9aa7799053a0f1ce433f62b60448c", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Algorithm.haslearningmethodtype", @@ -4085,6 +6512,18 @@ }, "sh:path": "http://w3id.org/mlso/hasLearningMethodType" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#AlgorithmShape/617adf7d8c36c7998dadc828ba13590c3df23c68", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Algorithm.hasalgorithmtype", + "sh:description": { + "en": "A relation between an algorithm the category of algorithms that belongs to." + }, + "sh:name": { + "en": "has algorithm type" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://w3id.org/mlso/hasAlgorithmType" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#AlgorithmShape/e2bcc17dd09d47b81f8849751c156a5004602523", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Algorithm.hasalgorithmtype", @@ -4123,6 +6562,18 @@ "en": "name" }, "sh:path": "http://xmlns.com/foaf/0.1/name" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#AgentShape/9caf9e629daa0e64ece77788576468821d7cff8c", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Agent.name", + "sh:description": { + "en": "This property contains a name of the agent. This property can be repeated for different versions of the name (e.g. the name in different languages)" + }, + "sh:name": { + "en": "name" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://xmlns.com/foaf/0.1/name" } ], "sh:targetClass": "http://xmlns.com/foaf/0.1/Agent" @@ -4139,6 +6590,18 @@ "@type": "sh:NodeShape", "sh:closed": false, "sh:property": [ + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/00e08d7f2fe5a17c59705d38fad158427b438296", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.hasrepository", + "sh:description": { + "en": "This property specifies a repository." + }, + "sh:name": { + "en": "has repository" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "https://linkedpaperswithcode.com/property/hasRepository" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/02cdb01e26c51e7f0c6faaab7db8291d68ff7edc", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.hasdocument", @@ -4187,6 +6650,18 @@ }, "sh:path": "http://purl.org/dc/terms/abstract" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/47f9f2138d14c3c1a9c4eb9d8fdd450ff57d4f88", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.hasdocument", + "sh:description": { + "en": "This property specifies the url or location of the document itself." + }, + "sh:name": { + "en": "has document" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/hasDocument" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/60b32db6353eb994e20f096114098505957145fc", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.hasdocument", @@ -4199,6 +6674,18 @@ }, "sh:path": "http://data.europa.eu/m8g/hasDocument" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/61d3ec2b1eb4ee541999f05c4a695db49038c866", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.references", + "sh:description": { + "en": "A related resource that is referenced, cited, or otherwise pointed to by the described resource." + }, + "sh:name": { + "en": "references" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/references" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/65cf1e33dd53877deac84ec9b7c5dda38aa45e59", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.date", @@ -4211,6 +6698,30 @@ }, "sh:path": "http://purl.org/dc/terms/date" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/76a4a49179bb721c8e48039eda4641918b2f2160", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.hasmodel", + "sh:description": { + "en": "The model that is used by a paper or an evaluation." + }, + "sh:name": { + "en": "has model" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "https://linkedpaperswithcode.com/property/hasModel" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/7d4c667652f23f3a51353271e3800bca87ed3f68", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.creator", + "sh:description": { + "en": "An entity responsible for making the resource." + }, + "sh:name": { + "en": "creator" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://purl.org/dc/terms/creator" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/837ca7aadb4e9b329c60db5f35ffa3258e9a4dbb", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.references", @@ -4223,6 +6734,30 @@ }, "sh:path": "http://purl.org/dc/terms/references" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/8d02f4a907045e33ae2e03718624cf62852c5932", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.subject", + "sh:description": { + "en": "A topic of the resource." + }, + "sh:name": { + "en": "subject" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/subject" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/90e0821d3a0f46a099b05675afd2baf2552f8457", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.date", + "sh:description": { + "en": "A point or period of time associated with an event in the lifecycle of the resource." + }, + "sh:name": { + "en": "date" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/date" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/bb8f1feb9d550240a3b56a28b751bad334c31adf", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.date", @@ -4271,6 +6806,18 @@ }, "sh:path": "http://purl.org/dc/terms/title" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/d5d74574f70f9a979535f3624608f88180dd0c97", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.title", + "sh:description": { + "en": "A name given to the resource." + }, + "sh:name": { + "en": "title" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/title" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/d97c8dfe754f6ee5ceb4ed84943e5960cef9e457", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.hasmodel", @@ -4283,6 +6830,18 @@ }, "sh:path": "https://linkedpaperswithcode.com/property/hasModel" }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/e06345e2596237e111aa03d74d1a87010f24c861", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.abstract", + "sh:description": { + "en": "A summary of the resource." + }, + "sh:name": { + "en": "abstract" + }, + "sh:nodeKind": "sh:Literal", + "sh:path": "http://purl.org/dc/terms/abstract" + }, { "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#PaperShape/f8b02efd063b8089b72ce9677a1e4a3488eeb9a9", "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Paper.title", @@ -4311,6 +6870,15 @@ "en": "has file" }, "sh:path": "http://data.europa.eu/m8g/hasFile" + }, + { + "@id": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0/shacl/mldcat-ap-SHACL.ttl#RepositoryShape/dfb6b75816bc1b7517fa8f164055d11830066bd3", + "rdfs:seeAlso": "https://semiceu.github.io/MLDCAT-AP/releases/2.0.0#Repository.hasfile", + "sh:name": { + "en": "has file" + }, + "sh:nodeKind": "sh:BlankNodeOrIRI", + "sh:path": "http://data.europa.eu/m8g/hasFile" } ], "sh:targetClass": "https://linkedpaperswithcode.com/class/repository"