You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, ns.John.type = rdflib.extras.infixowl.Restriction(ns.hasChild, graph=g, cardinality=Literal(3), someValuesFrom=Class(ns.Parent, graph=g)) will only generate Turtle Syntax
According to OWL2 Primer, Functional-Style Syntax
is valid, and is equal to Turtle Syntax
However,
ns.John.type = rdflib.extras.infixowl.Restriction(ns.hasChild, graph=g, cardinality=Literal(3), someValuesFrom=Class(ns.Parent, graph=g))
will only generate Turtle Syntaxwithout
owl:onClass
field.The text was updated successfully, but these errors were encountered: