We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3047acd + 2e0e39e commit 1d504bfCopy full SHA for 1d504bf
frontend/src/components/ClassExpression.tsx
@@ -263,18 +263,6 @@ export default function ClassExpression({
263
return <span children={res} />
264
}
265
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
274
- );
275
- }
276
-
277
278
///
279
/// 3. owl:Restriction on property
280
0 commit comments