equal
deleted
inserted
replaced
504 FILTER NOT EXISTS { [skos:narrower ?uri] } |
504 FILTER NOT EXISTS { [skos:narrower ?uri] } |
505 } |
505 } |
506 ORDER BY ?label |
506 ORDER BY ?label |
507 """ |
507 """ |
508 } |
508 } |
509 |
509 SPARQL_AUDIENCE_QUERIES = { |
|
510 "filter" : "", |
|
511 "root" : "", |
|
512 "childs" : "", |
|
513 "child-count" : "" |
|
514 } |
510 |
515 |
511 REST_FRAMEWORK = { |
516 REST_FRAMEWORK = { |
512 # Use hyperlinked styles by default. |
517 # Use hyperlinked styles by default. |
513 # Only used if the `serializer_class` attribute is not set on a view. |
518 # Only used if the `serializer_class` attribute is not set on a view. |
514 'DEFAULT_MODEL_SERIALIZER_CLASS': |
519 'DEFAULT_MODEL_SERIALIZER_CLASS': |