Note that there are some explanatory texts on larger screens.

plurals
  1. POOWL Assembly Generation Problem (OWLGrinder)
    primarykey
    data
    text
    <p>I am building an assembly from my OWL ontology, but when parsing ontology, it raises an error message at "datatype properties" where a type is declared and some values are given. I've written my ontology using Protege v3.4.</p> <p>For example, one of the datatype properties that raises error is "Language" with the type "string" and values like "English &amp; Farsi". The references are listed below, made by protege:</p> <pre><code>&lt;rdf:RDF xml:base="http://www.owl-ontologies.com/Ontology1243411901.owl" xmlns="http://www.owl-ontologies.com/Ontology1243411901.owl#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:swrl="http://www.w3.org/2003/11/swrl#" xmlns:swrlb="http://www.w3.org/2003/11/swrlb#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"&gt; </code></pre> <p>And the "Language" property is mentioned below:</p> <pre><code>&lt;owl:DatatypeProperty rdf:ID="language"&gt; &lt;rdfs:range&gt; &lt;owl:DataRange&gt; &lt;owl:oneOf rdf:parseType="Resource"&gt; &lt;rdf:rest rdf:parseType="Resource"&gt; &lt;rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/&gt; &lt;rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"&gt;Farsi&lt;/rdf:first&gt; &lt;/rdf:rest&gt; &lt;rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"&gt;English&lt;/rdf:first&gt; &lt;/owl:oneOf&gt; &lt;/owl:DataRange&gt; &lt;/rdfs:range&gt; &lt;rdfs:domain&gt; &lt;owl:Class&gt; &lt;owl:unionOf rdf:parseType="Collection"&gt; &lt;owl:Class rdf:about="#Teacher"/&gt; &lt;owl:Class rdf:about="#ClassOfCourse"/&gt; &lt;owl:Class rdf:about="#LearningResource"/&gt; &lt;owl:Class rdf:about="#Discussion"/&gt; &lt;owl:Class rdf:about="#Student"/&gt; &lt;/owl:unionOf&gt; &lt;/owl:Class&gt; &lt;/rdfs:domain&gt; &lt;/owl:DatatypeProperty&gt; </code></pre> <p>I just add one ontology to OWLGrinder. This error is made when generating:</p> <pre><code>Assembly generation failed. OWL property 'http://www.owl-ontologies.com/Ontology1243411901.owl#language' has a range declaration that points to _:bnode10579059 but its definition is missing. Are you missing an ontology which declares this class? </code></pre> <p>The number in front of "_:bnode" changes each time I press the "Generate" button. By deleting the values from "Language" property, another error happens related to the next DataType property. It means that every DataType property that is defined (and have some values specified to it) is making error in OWLGrinder.</p> <p>I was wondering if someone could guide me in handeling this error.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload