-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
140c909
commit f2e78d2
Showing
69 changed files
with
49,202 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
136 changes: 136 additions & 0 deletions
136
releases/2.0.0/html/codelist/collection-visibility.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,136 @@ | ||
|
||
<!-- saved from url=(0038)https://skos-play.sparna.fr/play/print --> | ||
<html xmlns:disp="http://www.sparna.fr/thesaurus-display"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
|
||
<title>Collection visibility</title> | ||
<link rel="stylesheet" href="./collection-visibility_files/bootstrap.min.css"> | ||
<script src="./collection-visibility_files/jquery-1.9.1.min.js.download"></script><script src="./collection-visibility_files/bootstrap.min.js.download"></script> | ||
<style> | ||
.kwic-left { | ||
float:left; | ||
width:35%; | ||
margin-right: 0.8em; | ||
direction: rtl; | ||
overflow: visible; | ||
white-space:nowrap; | ||
} | ||
|
||
.kwic-row ul { | ||
list-style-type:none; | ||
margin-left:0.8em; | ||
display:inline; | ||
} | ||
|
||
.kwic-row ul li { | ||
display:inline; | ||
} | ||
|
||
.kwac-row .att { | ||
margin-bottom:0px; | ||
} | ||
|
||
.kwac-row .alt { | ||
font-style:italic; | ||
text-decoration:none; | ||
} | ||
|
||
.kwic-row .alt { | ||
font-style:italic; | ||
text-decoration:none; | ||
} | ||
|
||
.att { | ||
margin-left: 1em; | ||
list-style: none; | ||
} | ||
.att > li { font-size: 80% } | ||
|
||
.ext-link { | ||
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVklEQVR4Xn3PgQkAMQhDUXfqTu7kTtkpd5RA8AInfArtQ2iRXFWT2QedAfttj2FsPIOE1eCOlEuoWWjgzYaB/IkeGOrxXhqB+uA9Bfcm0lAZuh+YIeAD+cAqSz4kCMUAAAAASUVORK5CYII='); | ||
background-repeat: no-repeat; | ||
background-position : 100% 50%; | ||
padding-right:13px; | ||
cursor:pointer; | ||
} | ||
|
||
.pref { | ||
font-weight: bold; | ||
} | ||
|
||
.alt { | ||
font-style:italic; | ||
text-decoration:line-through; | ||
} | ||
|
||
.alt-att { | ||
font-style:italic; | ||
} | ||
|
||
</style> | ||
</head> | ||
<body style="margin-bottom: 40px;"> | ||
<div class="container"> | ||
<div class="header"> | ||
<h1>Collection visibility</h1> | ||
<div></div> | ||
</div> | ||
<div class="display"> | ||
<div id="http://openml.org/openml/collection-visibility : A-Z" class="section"> | ||
<h2 class="title">http://openml.org/openml/collection-visibility : A-Z</h2> | ||
<ul> | ||
<li> | ||
<div id="f47c3faa-b58b-4760-90bf-a22314f63101-651245078"> | ||
<span title="http://openml.org/openml/collection-visibility#private" class="ext-uri"><a class="pref" href="https://skos-play.sparna.fr/play/print#-651245078">Private</a></span> | ||
<ul class="att"> | ||
<li>DEF : A private collection is accessible only to the uploader.</li> | ||
</ul> | ||
</div> | ||
</li> | ||
<li> | ||
<div id="f47c3faa-b58b-4760-90bf-a22314f63101-1370174436"> | ||
<span title="http://openml.org/openml/collection-visibility#public" class="ext-uri"><a class="pref" href="https://skos-play.sparna.fr/play/print#-1370174436">Public</a></span> | ||
<ul class="att"> | ||
<li>DEF : A public collection is accessible to everybody.</li> | ||
</ul> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="footer"></div> | ||
</div> | ||
<script> | ||
$(document).ready(function () { | ||
// add external link behavior to every external link | ||
/* | ||
$('span[title]:not(:has(a))').mouseover(function() { | ||
$(this).addClass('ext-link'); | ||
}); | ||
$('span[title]:not(:has(a))').mouseout(function() { | ||
$(this).removeClass('ext-link'); | ||
}); | ||
$('span[title]:not(:has(a))').click(function() { | ||
window.open($(this).attr('title')); | ||
// change this to the following line to have links open in same window/tab | ||
// document.location.href = $(this).attr('title'); | ||
}); | ||
*/ | ||
|
||
// gestion des liens externes | ||
$('.ext-uri').mouseover(function() { | ||
$(this).addClass('ext-link'); | ||
}); | ||
$('.ext-uri').mouseout(function() { | ||
$(this).removeClass('ext-link'); | ||
}); | ||
$('.ext-uri').click(function() { | ||
window.open($(this).attr('title')); | ||
// change this to the following line to have links open in same window/tab | ||
// document.location.href = $(this).attr('title'); | ||
}); | ||
|
||
}); | ||
</script> | ||
|
||
|
||
</body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
@prefix dct: <http://purl.org/dc/terms/> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
|
||
<http://openml.org/openml/collection-visibility> a skos:ConceptScheme; | ||
dct:description "The visibility of a collection"; | ||
dct:title "Collection visibility"; | ||
skos:hasTopConcept <http://openml.org/openml/collection-visibility#private>, <http://openml.org/openml/collection-visibility#public> . | ||
|
||
<http://openml.org/openml/collection-visibility#public> a skos:Concept; | ||
skos:definition "A public collection is accessible to everybody."@en; | ||
skos:inScheme <http://openml.org/openml/collection-visibility>; | ||
skos:prefLabel "Public"@en; | ||
skos:topConceptOf <http://openml.org/openml/collection-visibility> . | ||
|
||
<http://openml.org/openml/collection-visibility#private> a skos:Concept; | ||
skos:definition "A private collection is accessible only to the uploader."@en; | ||
skos:inScheme <http://openml.org/openml/collection-visibility>; | ||
skos:prefLabel "Private"@en; | ||
skos:topConceptOf <http://openml.org/openml/collection-visibility> . |
Binary file not shown.
11 changes: 11 additions & 0 deletions
11
releases/2.0.0/html/codelist/collection-visibility_files/bootstrap.min.css
Large diffs are not rendered by default.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
releases/2.0.0/html/codelist/collection-visibility_files/bootstrap.min.js.download
Large diffs are not rendered by default.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
releases/2.0.0/html/codelist/collection-visibility_files/jquery-1.9.1.min.js.download
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,144 @@ | ||
|
||
<!-- saved from url=(0038)https://skos-play.sparna.fr/play/print --> | ||
<html xmlns:disp="http://www.sparna.fr/thesaurus-display"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
|
||
<title>Dataset status</title> | ||
<link rel="stylesheet" href="./dataset-status_files/bootstrap.min.css"> | ||
<script src="./dataset-status_files/jquery-1.9.1.min.js.download"></script><script src="./dataset-status_files/bootstrap.min.js.download"></script> | ||
<style> | ||
.kwic-left { | ||
float:left; | ||
width:35%; | ||
margin-right: 0.8em; | ||
direction: rtl; | ||
overflow: visible; | ||
white-space:nowrap; | ||
} | ||
|
||
.kwic-row ul { | ||
list-style-type:none; | ||
margin-left:0.8em; | ||
display:inline; | ||
} | ||
|
||
.kwic-row ul li { | ||
display:inline; | ||
} | ||
|
||
.kwac-row .att { | ||
margin-bottom:0px; | ||
} | ||
|
||
.kwac-row .alt { | ||
font-style:italic; | ||
text-decoration:none; | ||
} | ||
|
||
.kwic-row .alt { | ||
font-style:italic; | ||
text-decoration:none; | ||
} | ||
|
||
.att { | ||
margin-left: 1em; | ||
list-style: none; | ||
} | ||
.att > li { font-size: 80% } | ||
|
||
.ext-link { | ||
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVklEQVR4Xn3PgQkAMQhDUXfqTu7kTtkpd5RA8AInfArtQ2iRXFWT2QedAfttj2FsPIOE1eCOlEuoWWjgzYaB/IkeGOrxXhqB+uA9Bfcm0lAZuh+YIeAD+cAqSz4kCMUAAAAASUVORK5CYII='); | ||
background-repeat: no-repeat; | ||
background-position : 100% 50%; | ||
padding-right:13px; | ||
cursor:pointer; | ||
} | ||
|
||
.pref { | ||
font-weight: bold; | ||
} | ||
|
||
.alt { | ||
font-style:italic; | ||
text-decoration:line-through; | ||
} | ||
|
||
.alt-att { | ||
font-style:italic; | ||
} | ||
|
||
</style> | ||
</head> | ||
<body style="margin-bottom: 40px;"> | ||
<div class="container"> | ||
<div class="header"> | ||
<h1>Dataset status</h1> | ||
<div></div> | ||
</div> | ||
<div class="display"> | ||
<div id="http://openml.org/openml/dataset-status : A-Z" class="section"> | ||
<h2 class="title">http://openml.org/openml/dataset-status : A-Z</h2> | ||
<ul> | ||
<li> | ||
<div id="ea1e7cc5-998e-4e2b-a97f-58443a8064ba-1577925504"> | ||
<span title="http://openml.org/openml/dataset-status#active" class="ext-uri"><a class="pref" href="https://skos-play.sparna.fr/play/print#-1577925504">Active</a></span> | ||
<ul class="att"> | ||
<li>DEF : A dataset approved by a site administrator.</li> | ||
</ul> | ||
</div> | ||
</li> | ||
<li> | ||
<div id="ea1e7cc5-998e-4e2b-a97f-58443a8064ba1082949556"> | ||
<span title="http://openml.org/openml/dataset-status#deactivated" class="ext-uri"><a class="pref" href="https://skos-play.sparna.fr/play/print#1082949556">Deactivated</a></span> | ||
<ul class="att"> | ||
<li>DEF : A dataset with severe issues.</li> | ||
</ul> | ||
</div> | ||
</li> | ||
<li> | ||
<div id="ea1e7cc5-998e-4e2b-a97f-58443a8064ba723995578"> | ||
<span title="http://openml.org/openml/dataset-status#inpreparation" class="ext-uri"><a class="pref" href="https://skos-play.sparna.fr/play/print#723995578">In preparation</a></span> | ||
<ul class="att"> | ||
<li>DEF : A dataset uploaded but not yet approved.</li> | ||
</ul> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="footer"></div> | ||
</div> | ||
<script> | ||
$(document).ready(function () { | ||
// add external link behavior to every external link | ||
/* | ||
$('span[title]:not(:has(a))').mouseover(function() { | ||
$(this).addClass('ext-link'); | ||
}); | ||
$('span[title]:not(:has(a))').mouseout(function() { | ||
$(this).removeClass('ext-link'); | ||
}); | ||
$('span[title]:not(:has(a))').click(function() { | ||
window.open($(this).attr('title')); | ||
// change this to the following line to have links open in same window/tab | ||
// document.location.href = $(this).attr('title'); | ||
}); | ||
*/ | ||
|
||
// gestion des liens externes | ||
$('.ext-uri').mouseover(function() { | ||
$(this).addClass('ext-link'); | ||
}); | ||
$('.ext-uri').mouseout(function() { | ||
$(this).removeClass('ext-link'); | ||
}); | ||
$('.ext-uri').click(function() { | ||
window.open($(this).attr('title')); | ||
// change this to the following line to have links open in same window/tab | ||
// document.location.href = $(this).attr('title'); | ||
}); | ||
|
||
}); | ||
</script> | ||
|
||
|
||
</body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
@prefix dct: <http://purl.org/dc/terms/> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
|
||
<http://openml.org/openml/dataset-status> a skos:ConceptScheme; | ||
dct:description "The possible status of a dataset"; | ||
dct:title "Dataset status"; | ||
skos:hasTopConcept <http://openml.org/openml/dataset-status#active>, <http://openml.org/openml/dataset-status#deactivated>, | ||
<http://openml.org/openml/dataset-status#inpreparation> . | ||
|
||
<http://openml.org/openml/dataset-status#active> a skos:Concept; | ||
skos:definition "A dataset approved by a site administrator."@en; | ||
skos:inScheme <http://openml.org/openml/dataset-status>; | ||
skos:prefLabel "Active"@en; | ||
skos:topConceptOf <http://openml.org/openml/dataset-status> . | ||
|
||
<http://openml.org/openml/dataset-status#deactivated> a skos:Concept; | ||
skos:definition "A dataset with severe issues."@en; | ||
skos:inScheme <http://openml.org/openml/dataset-status>; | ||
skos:prefLabel "Deactivated"@en; | ||
skos:topConceptOf <http://openml.org/openml/dataset-status> . | ||
|
||
<http://openml.org/openml/dataset-status#inpreparation> a skos:Concept; | ||
skos:definition "A dataset uploaded but not yet approved."@en; | ||
skos:inScheme <http://openml.org/openml/dataset-status>; | ||
skos:prefLabel "In preparation"@en; | ||
skos:topConceptOf <http://openml.org/openml/dataset-status> . |
Binary file not shown.
11 changes: 11 additions & 0 deletions
11
releases/2.0.0/html/codelist/dataset-status_files/bootstrap.min.css
Large diffs are not rendered by default.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
releases/2.0.0/html/codelist/dataset-status_files/bootstrap.min.js.download
Large diffs are not rendered by default.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
releases/2.0.0/html/codelist/dataset-status_files/jquery-1.9.1.min.js.download
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.