... | ... | @@ -197,7 +197,7 @@ PREFIX skos: <http://www.w3.org/2004/02/skos/core#> |
|
|
SELECT ?l ?c1 ?c2 WHERE {
|
|
|
?c1 a skos:Concept; skos:prefLabel|skos:altLabel ?l.
|
|
|
?c2 a skos:Concept; skos:prefLabel|skos:altLabel ?l.
|
|
|
FILTER (?c1 != ?c2)}"""
|
|
|
FILTER (str(?c1) < str(?c2))}"""
|
|
|
```
|
|
|
12. Dates de modif égales à la date de création
|
|
|
```bash
|
... | ... | |