Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
frmichel committed Jan 11, 2024
1 parent 6250dc2 commit d1983a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: "3.2"
services:
web-backend:
image: d2kab/wheatgemomicsslkg-web-backend
container_name: wheatgemomicsslkg-web-backend
build:
context: .
volumes:
Expand Down
12 changes: 6 additions & 6 deletions queries/searchArticleSubConceptWTO.sparql
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PREFIX dct: <http://purl.org/dc/terms/>
prefix fabio: <http://purl.org/spar/fabio/>
prefix frbr: <http://purl.org/vocab/frbr/core#>
PREFIX fabio: <http://purl.org/spar/fabio/>
PREFIX frbr: <http://purl.org/vocab/frbr/core#>
PREFIX oa: <http://www.w3.org/ns/oa#>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>

SELECT ?document ?title ?date ?publisher ?lang (group_concat(distinct ?author, "$") as ?authors) (group_concat(distinct ?matchedEntity, "$$") as ?matchedEntities)
FROM <http://ns.inria.fr/d2kab/graph/wheatgenomicsslkg>
From <http://ns.inria.fr/d2kab/ontology/wto/v3>
FROM <http://ns.inria.fr/d2kab/ontology/wto/v3>
WHERE {
?document a fabio:ResearchPaper.
OPTIONAL { ?document dct:title ?title. FILTER isLiteral(?title) }
Expand Down

0 comments on commit d1983a7

Please sign in to comment.