Hi, in version 1.1, looks like there are a couple of typos, in which 'Notebook' labels were written as 'Notebok' instead. There is also one minor labeling issue in the following:
<owl:Class rdf:about="https://w3id.org/reproduceme#IntermediateResult">
<rdfs:subClassOf rdf:resource="https://w3id.org/reproduceme#Result"/>
<rdfs:label xml:lang="en">Intermediate Result</rdfs:label>
<rdfs:label xml:lang="en">These results are obtained during the intermediate steps of an experiment.</rdfs:label>
</owl:Class>
The line
<rdfs:label xml:lang="en">These results are obtained during the intermediate steps of an experiment.</rdfs:label>
was probably meant as an rdfs:comment instead? If that is the case, maybe changing it to rdfs:comment would enhance its readability when it is read in Protege. Thank you.
Hi, in version 1.1, looks like there are a couple of typos, in which 'Notebook' labels were written as 'Notebok' instead. There is also one minor labeling issue in the following:
The line
<rdfs:label xml:lang="en">These results are obtained during the intermediate steps of an experiment.</rdfs:label>was probably meant as an
rdfs:commentinstead? If that is the case, maybe changing it tordfs:commentwould enhance its readability when it is read in Protege. Thank you.