Skip to content

Commit b82d014

Browse files
committed
v1.6.0
1 parent a552522 commit b82d014

34 files changed

+21685
-23
lines changed

development/catalog-v001.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<catalog prefer="public" xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
3+
<group id="Folder Repository, directory=, recursive=true, Auto-Update=true, version=2" prefer="public" xml:base=""/>
4+
</catalog>

development/sd-noMappings.owl

Lines changed: 1075 additions & 0 deletions
Large diffs are not rendered by default.

development/softwareDescription.owl

Lines changed: 40 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
@base <https://w3id.org/okn/o/sd> .
88

99
<https://w3id.org/okn/o/sd> rdf:type owl:Ontology ;
10-
owl:versionIRI <https://w3id.org/okn/o/sd/1.5.0> ;
10+
owl:versionIRI <https://w3id.org/okn/o/sd/1.6.0> ;
1111
<http://purl.org/dc/elements/1.1/abstract> "An ontology for describing software and their links to inputs, outputs and variables"@en ;
1212
<http://purl.org/dc/elements/1.1/contributor> "Hernan Vargas" ,
1313
"Maximiliano Osorio" ;
14-
<http://purl.org/dc/elements/1.1/created> "October 27th, 2019" ;
14+
<http://purl.org/dc/elements/1.1/created> "May 28th, 2020" ;
1515
<http://purl.org/dc/elements/1.1/creator> "Daniel Garijo"@en ,
1616
"Deborah Khider" ,
1717
"Varun Ratnakar"@en ,
@@ -21,8 +21,8 @@
2121
<http://purl.org/vocab/vann/preferredNamespacePrefix> "sd"@en ;
2222
<http://purl.org/vocab/vann/preferredNamespaceUri> <https://w3id.org/okn/o/sd> ;
2323
rdfs:comment "An ontology for describing software and their links to inputs, outputs and variables"@en ;
24-
owl:priorVersion <https://w3id.org/okn/o/sd/1.4.0> ;
25-
owl:versionInfo "1.5.0" .
24+
owl:priorVersion <https://w3id.org/okn/o/sd/1.5.0> ;
25+
owl:versionInfo "1.6.0" .
2626

2727
#################################################################
2828
# Annotation properties
@@ -220,6 +220,23 @@ owl:priorVersion rdf:type owl:AnnotationProperty .
220220
rdfs:label "has contact person"@en .
221221

222222

223+
### https://w3id.org/okn/o/sd#hasDataTransformation
224+
:hasDataTransformation rdf:type owl:ObjectProperty ;
225+
rdfs:domain :DatasetSpecification ;
226+
rdfs:range :DataTransformation ;
227+
rdfs:comment "Property that associates an input/output with their corresponding data transformation."@en ;
228+
rdfs:label "has data transformation"@en .
229+
230+
231+
### https://w3id.org/okn/o/sd#hasDataTransformationSetup
232+
:hasDataTransformationSetup rdf:type owl:ObjectProperty ;
233+
rdfs:subPropertyOf :hasDataTransformation ;
234+
rdfs:domain :DatasetSpecification ;
235+
rdfs:range :DataTransformationSetup ;
236+
rdfs:comment "Property to link an input/output dataset to the specific data transformation (with URLs"@en ;
237+
rdfs:label "has data transformation setup"@en .
238+
239+
223240
### https://w3id.org/okn/o/sd#hasFileStructure
224241
:hasFileStructure rdf:type owl:ObjectProperty ,
225242
owl:FunctionalProperty ;
@@ -1068,7 +1085,6 @@ owl:priorVersion rdf:type owl:AnnotationProperty .
10681085

10691086
### http://www.geoscienceontology.org/geo-upper#Variable
10701087
<http://www.geoscienceontology.org/geo-upper#Variable> rdf:type owl:Class ;
1071-
owl:equivalentClass :SVOVariable ;
10721088
rdfs:isDefinedBy <http://www.geoscienceontology.org/geo-upper> .
10731089

10741090

@@ -1087,6 +1103,21 @@ owl:priorVersion rdf:type owl:AnnotationProperty .
10871103
rdfs:label "Configuration Setup"@en .
10881104

10891105

1106+
### https://w3id.org/okn/o/sd#DataTransformation
1107+
:DataTransformation rdf:type owl:Class ;
1108+
rdfs:subClassOf :SoftwareConfiguration ;
1109+
rdfs:comment "Class that represents a software for performing data transformation."@en ;
1110+
rdfs:label "Data Transformation"@en .
1111+
1112+
1113+
### https://w3id.org/okn/o/sd#DataTransformationSetup
1114+
:DataTransformationSetup rdf:type owl:Class ;
1115+
rdfs:subClassOf :ConfigurationSetup ,
1116+
:DataTransformation ;
1117+
rdfs:comment "Special type of data transformation where the inputs and parameters have some pre-selected values. For example, they may point to a particular dataset URL to be used in the transformation"@en ;
1118+
rdfs:label "Data Transformation Setup"@en .
1119+
1120+
10901121
### https://w3id.org/okn/o/sd#DatasetSpecification
10911122
:DatasetSpecification rdf:type owl:Class ;
10921123
rdfs:subClassOf <http://purl.org/linked-data/cube#DataStructureDefinition> ;
@@ -1100,13 +1131,6 @@ owl:priorVersion rdf:type owl:AnnotationProperty .
11001131
rdfs:label "Funding Information"@en .
11011132

11021133

1103-
### https://w3id.org/okn/o/sd#ICASAVariable
1104-
:ICASAVariable rdf:type owl:Class ;
1105-
rdfs:subClassOf :StandardVariable ;
1106-
rdfs:comment "Variable that follows the ICASA standard for agriculture: https://dssat.net/data/standards_v2"@en ;
1107-
rdfs:label "ICASA Variable"@en .
1108-
1109-
11101134
### https://w3id.org/okn/o/sd#Image
11111135
:Image rdf:type owl:Class ;
11121136
rdfs:subClassOf :DatasetSpecification ;
@@ -1116,9 +1140,9 @@ owl:priorVersion rdf:type owl:AnnotationProperty .
11161140

11171141
### https://w3id.org/okn/o/sd#NumericalIndex
11181142
:NumericalIndex rdf:type owl:Class ;
1119-
rdfs:subClassOf :Variable ;
1120-
rdfs:comment "A number (such as a ratio) derived from a series of observations and used as an indicator or measure (https://www.merriam-webster.com/dictionary/index)"@en ;
1121-
rdfs:label "Numerical Index"@en .
1143+
rdfs:subClassOf :Variable ;
1144+
rdfs:comment "A number (such as a ratio) derived from a series of observations and used as an indicator or measure (https://www.merriam-webster.com/dictionary/index)"@en ;
1145+
rdfs:label "Numerical Index"@en .
11221146

11231147

11241148
### https://w3id.org/okn/o/sd#Organization
@@ -1140,13 +1164,6 @@ owl:priorVersion rdf:type owl:AnnotationProperty .
11401164
rdfs:label "Person"@en .
11411165

11421166

1143-
### https://w3id.org/okn/o/sd#SVOVariable
1144-
:SVOVariable rdf:type owl:Class ;
1145-
rdfs:subClassOf :StandardVariable ;
1146-
rdfs:comment "Variable that follows the Scientific Variables Ontology: http://geoscienceontology.org/"@en ;
1147-
rdfs:label "SVO Variable"@en .
1148-
1149-
11501167
### https://w3id.org/okn/o/sd#SampleCollection
11511168
:SampleCollection rdf:type owl:Class ;
11521169
rdfs:subClassOf :SampleResource ;
@@ -1205,7 +1222,7 @@ owl:priorVersion rdf:type owl:AnnotationProperty .
12051222
### https://w3id.org/okn/o/sd#StandardVariable
12061223
:StandardVariable rdf:type owl:Class ;
12071224
rdfs:subClassOf :Variable ;
1208-
rdfs:comment "A standard variable, necessary to refer to all the variable using the same nomenclature in a domain ontology"@en ;
1225+
rdfs:comment "A standard variable, necessary to refer to all the variable using the same nomenclature in a domain ontology. For example, a standard variable may be a SVO variable (http://www.geoscienceontology.org/geo-upper#Variable)"@en ;
12091226
rdfs:label "Standard Variable"@en .
12101227

12111228

release/1.6.0/406.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
2+
<html><head>
3+
<title>406 Not Acceptable</title>
4+
</head>
5+
<body>
6+
<h1>Not Acceptable</h1>
7+
<p>An appropriate representation of the requested resource could not be found on this server.</p>
8+
Available variants:<ul><li><a href="index-en.html">html</a></li><li><a href="ontology.json">JSON-LD</a></li><li><a href="ontology.xml">RDF/XML</a></li><li><a href="ontology.nt">N-Triples</a></li><li><a href="ontology.ttl">TTL</a></li></ul>
9+
10+
</body></html>
43.9 KB
Loading

release/1.6.0/index-en.html

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
5+
<link rel="stylesheet" href="resources/primer.css" media="screen" /> <link rel="stylesheet" href="resources/rec.css" media="screen" /> <link rel="stylesheet" href="resources/extra.css" media="screen" /> <link rel="stylesheet" href="resources/owl.css" media="screen" /> <title>The Software Description Ontology</title>
6+
7+
8+
<!-- SCHEMA.ORG METADATA -->
9+
<script type="application/ld+json">{"@context":"http://schema.org","@type":"TechArticle","url":"https://w3id.org/okn/o/sd","image":"http://vowl.visualdataweb.org/webvowl/#iri=https://w3id.org/okn/o/sd","name":"The Software Description Ontology", "headline":"An ontology for describing software and their links to inputs, outputs and variables", "datePublished":"May 28th, 2020", "version":"1.6.0", "license":"http://creativecommons.org/licenses/by/2.0/", "author":[{"@type":"Person","name":"Daniel Garijo"},{"@type":"Person","name":"Varun Ratnakar"},{"@type":"Person","name":"Yolanda Gil"},{"@type":"Person","name":"Deborah Khider"}], "contributor":[{"@type":"Person","name":"Hernan Vargas"},{"@type":"Person","name":"Maximiliano Osorio"}]}</script>
10+
11+
<script src="resources/jquery.js"></script>
12+
<script src="resources/marked.min.js"></script>
13+
<script>
14+
function loadHash() {
15+
jQuery(".markdown").each(function(el){jQuery(this).after(marked(jQuery(this).text())).remove()});
16+
var hash = location.hash;
17+
if($(hash).offset()!=null){
18+
$('html, body').animate({scrollTop: $(hash).offset().top}, 0);
19+
}
20+
loadTOC();
21+
}
22+
function loadTOC(){
23+
//process toc dynamically
24+
var t='<h2>Table of contents</h2><ul>';i = 1;j=0;
25+
jQuery(".list").each(function(){
26+
if(jQuery(this).is('h2')){
27+
if(j>0){
28+
t+='</ul>';
29+
j=0;
30+
}
31+
t+= '<li>'+i+'. <a href=#'+ jQuery(this).attr('id')+'>'+ jQuery(this).ignore("span").text()+'</a></li>';
32+
i++;
33+
}
34+
if(jQuery(this).is('h3')){
35+
if(j==0){
36+
t+='<ul>';
37+
}
38+
j++;
39+
t+= '<li>'+(i-1)+'.'+j+'. '+'<a href=#'+ jQuery(this).attr('id')+'>'+ jQuery(this).ignore("span").text()+'</a></li>';
40+
}
41+
});
42+
t+='</ul>';
43+
$("#toc").html(t);
44+
}
45+
$.fn.ignore = function(sel){
46+
return this.clone().find(sel||">*").remove().end();
47+
}; $(function(){
48+
$("#abstract").load("sections/abstract-en.html");
49+
$("#introduction").load("sections/introduction-en.html");
50+
$("#overview").load("sections/overview-en.html");
51+
$("#description").load("sections/description-en.html");
52+
$("#references").load("sections/references-en.html");
53+
$("#changelog").load("sections/changelog-en.html");
54+
$("#crossref").load("sections/crossref-en.html", null, loadHash);
55+
});
56+
</script>
57+
</head>
58+
59+
<body>
60+
<div class="container">
61+
<div class="head">
62+
<div style="float:right">language <a href="index-en.html"><b>en</b></a> </div>
63+
<h1>The Software Description Ontology</h1>
64+
<h2>Release May 28th, 2020</h2>
65+
66+
67+
<dl>
68+
<dt>This version:</dt>
69+
<dd><a href="https://w3id.org/okn/o/sd/1.6.0">https://w3id.org/okn/o/sd/1.6.0</a></dd>
70+
<dt>Latest version:</dt>
71+
<dd><a href="https://w3id.org/okn/o/sd">https://w3id.org/okn/o/sd</a></dd>
72+
<dt>Previous version:</dt>
73+
<dd><a href="https://w3id.org/okn/o/sd/1.5.0">https://w3id.org/okn/o/sd/1.5.0</a></dd>
74+
<dt>Revision:</dt>
75+
<dd>1.6.0</dd>
76+
<dt>Authors:</dt>
77+
<dd>Daniel Garijo</dd><dd>Varun Ratnakar</dd><dd>Yolanda Gil</dd><dd>Deborah Khider</dd>
78+
79+
<dt>Contributors:</dt>
80+
<dd>Hernan Vargas</dd><dd>Maximiliano Osorio</dd>
81+
82+
<dt>Download serialization:</dt><dd><span><a href="ontology.json" target="_blank"><img src="https://img.shields.io/badge/Format-JSON_LD-blue.svg" alt="JSON-LD" /></a> </span><span><a href="ontology.xml" target="_blank"><img src="https://img.shields.io/badge/Format-RDF/XML-blue.svg" alt="RDF/XML" /></a> </span><span><a href="ontology.nt" target="_blank"><img src="https://img.shields.io/badge/Format-N_Triples-blue.svg" alt="N-Triples" /></a> </span><span><a href="ontology.ttl" target="_blank"><img src="https://img.shields.io/badge/Format-TTL-blue.svg" alt="TTL" /></a> </span></dd><dt>License: </dt><dd><a href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="https://img.shields.io/badge/License-http://creativecommons.org/licenses/by/2.0/-blue.svg" alt="http://creativecommons.org/licenses/by/2.0/" /></a>
83+
</dd><dt>Visualization:</dt><dd><a href="webvowl/index.html#" target="_blank"><img src="https://img.shields.io/badge/Visualize_with-WebVowl-blue.svg" alt="Visualize with WebVowl" /></a></dd>
84+
<!-- <dt>Evaluation:</dt><dd><a href="OOPSEvaluation/OOPSeval.html#" target="_blank"><img src="https://img.shields.io/badge/Evaluate_with-OOPS! (OntOlogy Pitfall Scanner!)-blue.svg" alt="Evaluate with OOPS!" /></a></dd> --><dt>Cite as:</dt>
85+
<dd>Daniel Garijo,Varun Ratnakar,Yolanda Gil,Deborah Khider. The Software Description Ontology. Revision: 1.6.0. Retrieved from: https://w3id.org/okn/o/sd/1.6.0</dd>
86+
</dl>
87+
88+
<hr/>
89+
</div>
90+
<div class="status">
91+
<div>
92+
<span>Ontology Specification Draft</span>
93+
</div>
94+
</div> <div id="abstract"></div>
95+
<div id="toc"></div> <div id="introduction"></div>
96+
<div id="overview"></div>
97+
<div id="description"></div>
98+
<div id="crossref"></div>
99+
<div id="references"></div>
100+
<div id="changelog"></div>
101+
<div id="acknowledgements">
102+
<h2 id="ack" class="list">Acknowledgements <span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
103+
<p>
104+
The authors would like to thank <a href="http://www.essepuntato.it/">Silvio Peroni</a> for developing <a href="http://www.essepuntato.it/lode">LODE</a>, a Live OWL Documentation Environment, which is used for representing the Cross Referencing Section of this document and <a href="https://w3id.org/people/dgarijo">Daniel Garijo</a> for developing <a href="https://github.com/dgarijo/Widoco">Widoco</a>, the program used to create the template used in this documentation.</p>
105+
</div>
106+
107+
108+
</div>
109+
</body>
110+
</html>

0 commit comments

Comments
 (0)