File tree Expand file tree Collapse file tree
src/main/resources/queries/pogues Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 <packaging >jar</packaging >
1313 <groupId >fr.insee.rmes</groupId >
1414 <artifactId >magma</artifactId >
15- <version >1.4.8 </version >
15+ <version >1.4.9 </version >
1616 <name >magma</name >
1717 <description >Metadata management API</description >
1818 <organization >
Original file line number Diff line number Diff line change 1414
1515 OPTIONAL {?series dc:creator ?proprietaire .}
1616
17- ?series dcterms:isPartOf ?family .
18- ?family a insee:StatisticalOperationFamily .
19- ?family skos:prefLabel ?familyLabelLg1 .
20- FILTER (lang(?familyLabelLg1 ) = '${LG1} ')
21- ?family skos:prefLabel ?familyLabelLg2 .
22- FILTER (lang(?familyLabelLg2 ) = '${LG2} ')
23- BIND(STRAFTER(STR(?family),'/operations/famille/') AS ?familyId ) .
24-
25- OPTIONAL { ?series skos:altLabel ?seriesAltLabelLg1 .
17+ OPTIONAL {
18+ ?series dcterms:isPartOf ?family .
19+ ?family a insee:StatisticalOperationFamily .
20+ ?family skos:prefLabel ?familyLabelLg1 .
21+ FILTER (lang(?familyLabelLg1 ) = '${LG1} ')
22+ ?family skos:prefLabel ?familyLabelLg2 .
23+ FILTER (lang(?familyLabelLg2 ) = '${LG2} ')
24+ BIND(STRAFTER(STR(?family),'/operations/famille/') AS ?familyId ) .
25+ }
26+
27+ OPTIONAL { ?series skos:altLabel ?seriesAltLabelLg1 .
2628 FILTER (lang(?seriesAltLabelLg1) = '${LG1} ') }
2729 OPTIONAL { ?series skos:altLabel ?seriesAltLabelLg2 .
2830 FILTER (lang(?seriesAltLabelLg2) = '${LG2} ') }
Original file line number Diff line number Diff line change 1414
1515 OPTIONAL {?series dc:creator ?proprietaire .}
1616
17- ?series dcterms:isPartOf ?family .
18- ?family a insee:StatisticalOperationFamily .
19- ?family skos:prefLabel ?familyLabelLg1 .
20- FILTER (lang(?familyLabelLg1 ) = '${LG1} ')
21- ?family skos:prefLabel ?familyLabelLg2 .
22- FILTER (lang(?familyLabelLg2 ) = '${LG2} ')
23- BIND(STRAFTER(STR(?family),'/operations/famille/') AS ?familyId ) .
24-
17+ OPTIONAL {
18+ ?series dcterms:isPartOf ?family .
19+ ?family a insee:StatisticalOperationFamily .
20+ ?family skos:prefLabel ?familyLabelLg1 .
21+ FILTER (lang(?familyLabelLg1 ) = '${LG1} ')
22+ ?family skos:prefLabel ?familyLabelLg2 .
23+ FILTER (lang(?familyLabelLg2 ) = '${LG2} ')
24+ BIND(STRAFTER(STR(?family),'/operations/famille/') AS ?familyId ) .
25+ }
26+
2527 OPTIONAL { ?series skos:altLabel ?seriesAltLabelLg1 .
2628 FILTER (lang(?seriesAltLabelLg1) = '${LG1} ') }
2729 OPTIONAL { ?series skos:altLabel ?seriesAltLabelLg2 .
Original file line number Diff line number Diff line change 1313 FILTER (lang(?seriesLabelLg1) = '${LG1} ')
1414 ?series skos:prefLabel ?seriesLabelLg2 .
1515 FILTER (lang(?seriesLabelLg2) = '${LG2} ')
16-
17- ?series dcterms:isPartOf ?family .
18- ?family a insee:StatisticalOperationFamily .
19- ?family skos:prefLabel ?familyLabelLg1 .
20- FILTER (lang(?familyLabelLg1 ) = '${LG1} ')
21- ?family skos:prefLabel ?familyLabelLg2 .
22- FILTER (lang(?familyLabelLg2 ) = '${LG2} ')
23- BIND(STRAFTER(STR(?family),'/operations/famille/') AS ?familyId ) .
24-
16+
17+ OPTIONAL {
18+ ?series dcterms:isPartOf ?family .
19+ ?family a insee:StatisticalOperationFamily .
20+ ?family skos:prefLabel ?familyLabelLg1 .
21+ FILTER (lang(?familyLabelLg1 ) = '${LG1} ')
22+ ?family skos:prefLabel ?familyLabelLg2 .
23+ FILTER (lang(?familyLabelLg2 ) = '${LG2} ')
24+ BIND(STRAFTER(STR(?family),'/operations/famille/') AS ?familyId ) .
25+ }
26+
2527 OPTIONAL { ?series skos:altLabel ?seriesAltLabelLg1 .
2628 FILTER (lang(?seriesAltLabelLg1) = '${LG1} ') }
2729 OPTIONAL { ?series skos:altLabel ?seriesAltLabelLg2 .
You can’t perform that action at this time.
0 commit comments