Skip to content

Commit

Permalink
Extended test_Q1.11 and filed #5
Browse files Browse the repository at this point in the history
  • Loading branch information
KMax committed Apr 4, 2015
1 parent 37803d4 commit 6a826e3
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ceur-ws-crawler/CeurWsParser/tests/test_Q1.11/expected.output
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
"Linked Data on the Web","7"^^xsd:integer
"Workshop on Modular Ontologies","8"^^xsd:integer
"Information Technologies - Applications and Theory","7"^^xsd:integer
"iStar","5"^^xsd:integer
"Neural-Symbolic Learning and Reasoning","4"^^xsd:integer
"Decision Support in Software Engineering","3"^^xsd:integer
"Enterprise Modelling and Ontologies for Interoperability","3"^^xsd:integer
"Model Driven Development of Advanced User Interfaces","5"^^xsd:integer
42 changes: 42 additions & 0 deletions ceur-ws-crawler/CeurWsParser/tests/test_Q1.11/input.urls
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
input_urls = ["http://ceur-ws.org/",
"http://ceur-ws.org/Vol-1248/",
"http://ceur-ws.org/Vol-1214/",
"http://ceur-ws.org/Vol-1184/",
"http://ceur-ws.org/Vol-1157/",
"http://ceur-ws.org/Vol-1081/",
"http://ceur-ws.org/Vol-1003/",
"http://ceur-ws.org/Vol-996/",
"http://ceur-ws.org/Vol-990/",
"http://ceur-ws.org/Vol-978/",
"http://ceur-ws.org/Vol-937/",
"http://ceur-ws.org/Vol-875/",
"http://ceur-ws.org/Vol-813/",
"http://ceur-ws.org/Vol-788/",
"http://ceur-ws.org/Vol-766/",
"http://ceur-ws.org/Vol-764/",
"http://ceur-ws.org/Vol-683/",
"http://ceur-ws.org/Vol-628/",
"http://ceur-ws.org/Vol-617/",
"http://ceur-ws.org/Vol-586/",
"http://ceur-ws.org/Vol-584/",
"http://ceur-ws.org/Vol-538/",
"http://ceur-ws.org/Vol-481/",
"http://ceur-ws.org/Vol-439/",
"http://ceur-ws.org/Vol-414/",
"http://ceur-ws.org/Vol-369/",
"http://ceur-ws.org/Vol-366/",
"http://ceur-ws.org/Vol-348/",
"http://ceur-ws.org/Vol-322/",
"http://ceur-ws.org/Vol-315/",
"http://ceur-ws.org/Vol-297/",
"http://ceur-ws.org/Vol-232/",
"http://ceur-ws.org/Vol-230/",
"http://ceur-ws.org/Vol-214/",
"http://ceur-ws.org/Vol-200/",
"http://ceur-ws.org/Vol-160/",
"http://ceur-ws.org/Vol-159/",
"http://ceur-ws.org/Vol-125/",
"http://ceur-ws.org/Vol-120/",
"http://ceur-ws.org/Vol-88/",
"http://ceur-ws.org/Vol-84/"
]
14 changes: 13 additions & 1 deletion ceur-ws-crawler/CeurWsParser/tests/test_Q1.11/query.sparql
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ SELECT (STRDT(?prefix, xsd:string) AS ?prefix_a) (SUM(?edition) AS ?edition_coun
VALUES ?prefix {
"Linked Data on the Web"
"Workshop on Modular Ontologies"
"Information Technologies - Applications and Theory"
"iStar"
"Neural-Symbolic Learning and Reasoning"
"Decision Support in Software Engineering"
"Enterprise Modelling and Ontologies for Interoperability"
"Model Driven Development of Advanced User Interfaces"
}
?workshop a bibo:Workshop ;
rdfs:label ?workshop_name .
Expand All @@ -18,6 +24,12 @@ SELECT (STRDT(?prefix, xsd:string) AS ?prefix_a) (SUM(?edition) AS ?edition_coun
VALUES ?prefix {
"Linked Data on the Web"
"Workshop on Modular Ontologies"
"Information Technologies - Applications and Theory"
"iStar"
"Neural-Symbolic Learning and Reasoning"
"Decision Support in Software Engineering"
"Enterprise Modelling and Ontologies for Interoperability"
"Model Driven Development of Advanced User Interfaces"
}
?workshop a bibo:Workshop ;
rdfs:label ?workshop_name .
Expand All @@ -28,4 +40,4 @@ SELECT (STRDT(?prefix, xsd:string) AS ?prefix_a) (SUM(?edition) AS ?edition_coun
}
FILTER(?max_edition = ?edition)
}
GROUP BY ?prefix
GROUP BY ?prefix

0 comments on commit 6a826e3

Please sign in to comment.