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
# true links have <oslc:range rdf:resource="http://open-services.net/ns/core#Resource"/>
1108
1111
ifrdfxml.xml_find_element( el, "oslc:representation[@rdf:resource='http://open-services.net/ns/core#Reference']") isnotNoneand ( rdfxml.xml_find_element( el, "oslc:range[@rdf:resource='http://open-services.net/ns/core#Resource']" ) isnotNoneorrdfxml.xml_find_element( el, "oslc:valueType[@rdf:resource='http://open-services.net/ns/core#Resource']" ) isnotNone):
1109
-
# print( f"Ref {propuri=}" )
1112
+
print( f"Ref {propuri=}" )
1110
1113
ifpropuriisnotNone:
1111
1114
# print( f"Ref1 {propuri=}" )
1112
1115
ifpropcodecisNone: # don't override if the codec is already set!
@@ -1127,15 +1130,15 @@ def _load_type_from_resource_shape(self, el, supershape=None):
0 commit comments