Skip to content

Commit

Permalink
improving quality and diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
EmidioStani committed Feb 17, 2024
1 parent ada2e76 commit aa57f22
Show file tree
Hide file tree
Showing 8 changed files with 225 additions and 17,325 deletions.
8 changes: 7 additions & 1 deletion releases/2.0.0/context/mldcat-ap.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,11 @@
"@id": "https://linkedpaperswithcode.com/property/hasRepository",
"@type": "@id"
},
"Paper.references": {
"@container": "@set",
"@id": "http://purl.org/dc/terms/references",
"@type": "@id"
},
"Paper.subject": {
"@id": "http://purl.org/dc/terms/subject"
},
Expand Down Expand Up @@ -687,7 +692,8 @@
"@type": "@id"
},
"QualityMeasurement.featureIndex": {
"@id": "http://openml.org/openml#featureIndex"
"@id": "http://openml.org/openml#featureIndex",
"@type": "@id"
},
"QualityMeasurement.intervalEnd": {
"@id": "http://openml.org/openml#intervalEnd"
Expand Down
8 changes: 7 additions & 1 deletion releases/2.0.0/context/mldcat-ap_en.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,11 @@
"@id": "https://linkedpaperswithcode.com/property/hasRepository",
"@type": "@id"
},
"Paper.references": {
"@container": "@set",
"@id": "http://purl.org/dc/terms/references",
"@type": "@id"
},
"Paper.subject": {
"@id": "http://purl.org/dc/terms/subject"
},
Expand Down Expand Up @@ -687,7 +692,8 @@
"@type": "@id"
},
"QualityMeasurement.featureIndex": {
"@id": "http://openml.org/openml#featureIndex"
"@id": "http://openml.org/openml#featureIndex",
"@type": "@id"
},
"QualityMeasurement.intervalEnd": {
"@id": "http://openml.org/openml#intervalEnd"
Expand Down
Binary file modified releases/2.0.0/html/overview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
120 changes: 118 additions & 2 deletions releases/2.0.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1026,6 +1026,7 @@ <h3 id="Dataset">
, <a href="#Dataset.hasversion">has version</a>
, <a href="#Dataset.identifier">identifier</a>
, <a href="#Dataset.isreferencedby">is referenced by</a>
, <a href="#Dataset.isreferencedby">is referenced by</a>
, <a href="#Dataset.isversionof">is version of</a>
, <a href="#Dataset.issued">issued</a>
, <a href="#Dataset.keyword">keyword</a>
Expand Down Expand Up @@ -1462,6 +1463,49 @@ <h3 id="Dataset">
</td>
</tr>

<tr id="Dataset.isreferencedby"
typeof="rdfs:Property"
resource="http://purl.org/dc/terms/isReferencedBy"
class="class mandatory">
<td>
<a href="https://github.com/SEMICeu/MLDCAT-AP/issues/new?title=Issue%20for%20is referenced by%20in%20Dataset&body=Explain%20your%20issue%20for%20https://semiceu.github.io/MLDCAT-AP/releases/2.0.0%23Dataset.isreferencedby" target="_blank" rel="noopener noreferrer" >
<!-- <i class="icon">[o]</i> -->
<img src="html/callout.png" loading="lazy" alt="[o]" width="100" height="100"/>
</a>
</td>
<td>
<a href="http://purl.org/dc/terms/isReferencedBy"
data-toggle="tooltip"
data-content="http://purl.org/dc/terms/isReferencedBy"
data-placement="right">
is referenced by</a>
</td>
<td>


<a href="#Paper" data-placement="right">Paper</a>


</td>
<td>
0..*
</td>
<td property="rdfs:comment">
A related resource that references, cites, or otherwise points to the described resource.
</td>
<td property="skos:scopeNote">

</td>
<!--
<td>

</td>
-->
<td>

</td>
</tr>

<tr id="Dataset.isreferencedby"
typeof="rdfs:Property"
resource="http://purl.org/dc/terms/isReferencedBy"
Expand Down Expand Up @@ -4540,6 +4584,7 @@ <h3 id="Paper">
, <a href="#Paper.hasdocument">has document</a>
, <a href="#Paper.hasmodel">has model</a>
, <a href="#Paper.hasrepository">has repository</a>
, <a href="#Paper.references">references</a>
, <a href="#Paper.subject">subject</a>
, <a href="#Paper.title">title</a>
.
Expand Down Expand Up @@ -4839,6 +4884,49 @@ <h3 id="Paper">
</td>
</tr>

<tr id="Paper.references"
typeof="rdfs:Property"
resource="http://purl.org/dc/terms/references"
class="class mandatory">
<td>
<a href="https://github.com/SEMICeu/MLDCAT-AP/issues/new?title=Issue%20for%20references%20in%20Paper&body=Explain%20your%20issue%20for%20https://semiceu.github.io/MLDCAT-AP/releases/2.0.0%23Paper.references" target="_blank" rel="noopener noreferrer" >
<!-- <i class="icon">[o]</i> -->
<img src="html/callout.png" loading="lazy" alt="[o]" width="100" height="100"/>
</a>
</td>
<td>
<a href="http://purl.org/dc/terms/references"
data-toggle="tooltip"
data-content="http://purl.org/dc/terms/references"
data-placement="right">
references</a>
</td>
<td>


<a href="#Dataset" data-placement="right">Dataset</a>


</td>
<td>
0..*
</td>
<td property="rdfs:comment">
A related resource that is referenced, cited, or otherwise pointed to by the described resource.
</td>
<td property="skos:scopeNote">

</td>
<!--
<td>

</td>
-->
<td>

</td>
</tr>

<tr id="Paper.subject"
typeof="rdfs:Property"
resource="http://purl.org/dc/terms/subject"
Expand Down Expand Up @@ -5084,15 +5172,15 @@ <h3 id="QualityMeasurement">
<td>


<a href="#Literal" data-placement="right">Literal</a>
<a href="#Feature" data-placement="right">Feature</a>


</td>
<td>
0..1
</td>
<td property="rdfs:comment">
The index of the quality that is set.
The feature on which the quality is measure on.
</td>
<td property="skos:scopeNote">

Expand Down Expand Up @@ -14346,6 +14434,10 @@ <h2>Quick Reference of Classes and Properties</h2>










Expand Down Expand Up @@ -14489,6 +14581,16 @@ <h2>Quick Reference of Classes and Properties</h2>



<tr>
<td><a href="#Dataset">Dataset</a></td>
<td><div class="shorten">http://www.w3.org/ns/dcat#Dataset</div></td>
<td></td>
<td><a href="#Dataset.isreferencedby">is referenced by </a></td>
<td><div class="shorten">http://purl.org/dc/terms/isReferencedBy</div></td>
</tr>



<tr>
<td><a href="#Dataset">Dataset</a></td>
<td><div class="shorten">http://www.w3.org/ns/dcat#Dataset</div></td>
Expand Down Expand Up @@ -16229,6 +16331,10 @@ <h2>Quick Reference of Classes and Properties</h2>










Expand Down Expand Up @@ -16308,6 +16414,16 @@ <h2>Quick Reference of Classes and Properties</h2>



<tr>
<td><a href="#Paper">Paper</a></td>
<td><div class="shorten">https://linkedpaperswithcode.com/class/paper</div></td>
<td></td>
<td><a href="#Paper.references">references </a></td>
<td><div class="shorten">http://purl.org/dc/terms/references</div></td>
</tr>



<tr>
<td><a href="#Paper">Paper</a></td>
<td><div class="shorten">https://linkedpaperswithcode.com/class/paper</div></td>
Expand Down
Loading

0 comments on commit aa57f22

Please sign in to comment.