Skip to content

Commit 1d504bf

Browse files
authored
Merge pull request #857 from EBISPOT/fix-class-expression
Fix class expression
2 parents 3047acd + 2e0e39e commit 1d504bf

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

frontend/src/components/ClassExpression.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -263,18 +263,6 @@ export default function ClassExpression({
263263
return <span children={res} />
264264
}
265265

266-
const nsType = expr["http://www.w3.org/1999/02/22-rdf-syntax-ns#type"];
267-
if (nsType) {
268-
return (
269-
<span>
270-
<span className="text-neutral-default">
271-
<ClassExpression currentEntity={currentEntity} ontologyId={ontologyId} entityType={'properties'} expr={nsType} linkedEntities={linkedEntities} />
272-
</span>
273-
</span>
274-
);
275-
}
276-
277-
278266
///
279267
/// 3. owl:Restriction on property
280268
///

0 commit comments

Comments
 (0)