예제 #1
0
 def identifier(self, value):
     return identifier_from_uri(value)
예제 #2
0
 def parent(self, value):
     return identifier_from_uri(value[0].ref)
예제 #3
0
 def uri(self, value):
     return "/terms/{}".format(identifier_from_uri(value))
예제 #4
0
 def uri(self, value):
     return "/collections/{}".format(identifier_from_uri(value))