Skip to content

Commit

Permalink
Update MLDCAT-AP
Browse files Browse the repository at this point in the history
  • Loading branch information
PwC-Arthur committed Apr 23, 2024
1 parent a8193bf commit f817763
Show file tree
Hide file tree
Showing 5 changed files with 1,675 additions and 1,735 deletions.
29 changes: 15 additions & 14 deletions releases/2.0.0/context/mldcat-ap.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -142,21 +142,22 @@
"@type": "@id"
},
"Dataset.creator": {
"@container": "@set",
"@id": "http://purl.org/dc/terms/creator",
"@type": "@id"
},
"Dataset.description": {
"@container": "@set",
"@id": "http://purl.org/dc/terms/description"
},
"Dataset.distribution": {
"Dataset.datasetDistribution": {
"@container": "@set",
"@id": "http://www.w3.org/ns/dcat#distribution",
"@type": "@id"
},
"Dataset.description": {
"@container": "@set",
"@id": "http://purl.org/dc/terms/description"
},
"Dataset.hasVersion": {
"@container": "@set",
"@id": "http://purl.org/dc/terms/hasVersion",
"@id": "http://www.w3.org/ns/dcat#hasVersion",
"@type": "@id"
},
"Dataset.identifier": {
Expand All @@ -173,9 +174,6 @@
"@id": "http://purl.org/dc/terms/isVersionOf",
"@type": "@id"
},
"Dataset.issued": {
"@id": "http://purl.org/dc/terms/issued"
},
"Dataset.keyword": {
"@container": "@set",
"@id": "http://www.w3.org/ns/dcat#keyword"
Expand All @@ -189,6 +187,9 @@
"@id": "http://purl.org/dc/terms/publisher",
"@type": "@id"
},
"Dataset.releaseDate": {
"@id": "http://purl.org/dc/terms/issued"
},
"Dataset.status": {
"@id": "http://www.w3.org/ns/adms#status",
"@type": "@id"
Expand Down Expand Up @@ -731,6 +732,11 @@
"Run.errorMessage": {
"@id": "http://openml.org/openml#errorMessage"
},
"Run.executes": {
"@container": "@set",
"@id": "http://www.w3.org/ns/mls#realizes",
"@type": "@id"
},
"Run.hasEvaluation": {
"@container": "@set",
"@id": "http://openml.org/openml#hasEvaluation",
Expand Down Expand Up @@ -776,11 +782,6 @@
"Run.setupString": {
"@id": "http://openml.org/openml#setupString"
},
"Run.theAlgorithmExecutedByTheRun": {
"@container": "@set",
"@id": "http://www.w3.org/ns/mls#realizes",
"@type": "@id"
},
"RunCollection": "http://openml.org/openml#RunCollection",
"RunCollection.hasRun": {
"@container": "@set",
Expand Down
29 changes: 15 additions & 14 deletions releases/2.0.0/context/mldcat-ap_en.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -142,21 +142,22 @@
"@type": "@id"
},
"Dataset.creator": {
"@container": "@set",
"@id": "http://purl.org/dc/terms/creator",
"@type": "@id"
},
"Dataset.description": {
"@container": "@set",
"@id": "http://purl.org/dc/terms/description"
},
"Dataset.distribution": {
"Dataset.datasetDistribution": {
"@container": "@set",
"@id": "http://www.w3.org/ns/dcat#distribution",
"@type": "@id"
},
"Dataset.description": {
"@container": "@set",
"@id": "http://purl.org/dc/terms/description"
},
"Dataset.hasVersion": {
"@container": "@set",
"@id": "http://purl.org/dc/terms/hasVersion",
"@id": "http://www.w3.org/ns/dcat#hasVersion",
"@type": "@id"
},
"Dataset.identifier": {
Expand All @@ -173,9 +174,6 @@
"@id": "http://purl.org/dc/terms/isVersionOf",
"@type": "@id"
},
"Dataset.issued": {
"@id": "http://purl.org/dc/terms/issued"
},
"Dataset.keyword": {
"@container": "@set",
"@id": "http://www.w3.org/ns/dcat#keyword"
Expand All @@ -189,6 +187,9 @@
"@id": "http://purl.org/dc/terms/publisher",
"@type": "@id"
},
"Dataset.releaseDate": {
"@id": "http://purl.org/dc/terms/issued"
},
"Dataset.status": {
"@id": "http://www.w3.org/ns/adms#status",
"@type": "@id"
Expand Down Expand Up @@ -731,6 +732,11 @@
"Run.errorMessage": {
"@id": "http://openml.org/openml#errorMessage"
},
"Run.executes": {
"@container": "@set",
"@id": "http://www.w3.org/ns/mls#realizes",
"@type": "@id"
},
"Run.hasEvaluation": {
"@container": "@set",
"@id": "http://openml.org/openml#hasEvaluation",
Expand Down Expand Up @@ -776,11 +782,6 @@
"Run.setupString": {
"@id": "http://openml.org/openml#setupString"
},
"Run.theAlgorithmExecutedByTheRun": {
"@container": "@set",
"@id": "http://www.w3.org/ns/mls#realizes",
"@type": "@id"
},
"RunCollection": "http://openml.org/openml#RunCollection",
"RunCollection.hasRun": {
"@container": "@set",
Expand Down
Loading

0 comments on commit f817763

Please sign in to comment.