Hi,
We intend to convert an RDFS/OWL ontology to a shape file and, from then on,
work with SHACL.
So, we are very happy with the conversion functionality.
It appears that unions of datatype ranges are not converted. Thus,
x:someProperty
rdf:type owl:DatatypeProperty ;
rdfs:domain x:Domain ;
rdfs:range [
rdf:type owl:Class ;
owl:unionOf (
xsd:date
xsd:gYearMonth
xsd:gYear
) ;
] ;
.
Results in:
x:Domain-someProperty
rdf:type sh:PropertyShape ;
sh:path x:someProperty ;
.
With no range indicated. Unions that are the value of rdfs:domain are converted
correctly. Best regards, -Jan
Jan Voskuil | CEO Taxonic | Ontologist
Veldzigt 2, 3454 PW, De Meern, The Netherlands
T +31 (0)88 829 66 00 | M:+31 (0)6 14488335
[email protected]<mailto:[email protected]> |
www.taxonic.com<http://www.taxonic.com/>
Registered office in Den Haag, The Netherlands
Registration Number Chamber of Commerce: 54529190
--
You received this message because you are subscribed to the Google Groups
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/topbraid-users/AM0PR03MB37455EFCF930C93E291E3E6EE91F9%40AM0PR03MB3745.eurprd03.prod.outlook.com.