Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualization not generated for owl:intersectionOf #42

Open
steffen-l opened this issue Dec 21, 2017 · 1 comment
Open

Visualization not generated for owl:intersectionOf #42

steffen-l opened this issue Dec 21, 2017 · 1 comment

Comments

@steffen-l
Copy link
Contributor

See issue #106 created by @kartgk in the WebVOWL repo: VisualDataWeb/WebVOWL#106

@BlackDark
Copy link
Member

BlackDark commented Feb 25, 2018

Probably caused by the missing definition on how to handle Restrictions in combination with intersection (and also other constructs).
See snippet below:

<owl:Class rdf:about="&fibo-be-ge-ge;FederalGovernment">
	...
	<rdfs:subClassOf>
		<owl:Class>
			<owl:intersectionOf rdf:parseType="Collection">
				<owl:Restriction>
					<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;governs"/>
					<owl:onClass rdf:resource="&fibo-fnd-plc-cty;FederalCapitalArea"/>
					<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
				</owl:Restriction>
				<owl:Restriction>
					<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;governs"/>
					<owl:onClass rdf:resource="&fibo-fnd-plc-cty;FederalState"/>
					<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">2</owl:minQualifiedCardinality>
				</owl:Restriction>
			</owl:intersectionOf>
		</owl:Class>
	</rdfs:subClassOf>
	...
</owl:Class>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants