Index: trunk/extensions/SemanticMediaWiki/includes/SMW_DV_Concept.php |
— | — | @@ -131,7 +131,7 @@ |
132 | 132 | $owltype = SMWExporter::getOWLPropertyType(SMWDataValueFactory::getPropertyObjectTypeID($desc->getProperty())); |
133 | 133 | if ($owltype == 'ObjectProperty') { |
134 | 134 | $subdata = new SMWExpData(SMWExporter::getSpecialElement('owl','Thing')); |
135 | | - } elseif ($owltype == 'DatatypeProperty') {# |
| 135 | + } elseif ($owltype == 'DatatypeProperty') { |
136 | 136 | $subdata = new SMWExpData(SMWExporter::getSpecialElement('rdfs','Literal')); |
137 | 137 | } else { // no restrictions at all with annotation properties ... |
138 | 138 | return new SMWExpData(SMWExporter::getSpecialElement('owl','Thing')); |