remove deprecated examples.
author: hanshuo date: 20150907
This commit is contained in:
parent
ee0911df89
commit
c8efa0ee8b
|
@ -1,4 +0,0 @@
|
|||
select ?x1 where
|
||||
{
|
||||
?x1 y:hasSuccessor <Under_the_Influence_(Overkill_album)>.
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
select ?x1 where
|
||||
{
|
||||
?x1 rdf:type <wikicategory_2003_albums>.
|
||||
}
|
11
example/a1
11
example/a1
|
@ -1,11 +0,0 @@
|
|||
select ?x1 ?x2 ?x3 ?x4 where
|
||||
{
|
||||
?x1 y:hasGivenName ?x5.
|
||||
?x1 y:hasFamilyName ?x6.
|
||||
?x1 rdf:type <wordnet_scientist_110560637>.
|
||||
?x1 y:bornIn ?x2.
|
||||
?x1 y:hasAcademicAdvisor ?x4.
|
||||
?x2 y:locatedIn <Switzerland>.
|
||||
?x3 y:locatedIn <Germany>.
|
||||
?x4 y:bornIn ?x3.
|
||||
}
|
13
example/a2
13
example/a2
|
@ -1,13 +0,0 @@
|
|||
select ?x1 ?x2 ?x3 ?x4 ?x5 where
|
||||
{
|
||||
?x1 rdf:type <wordnet_actor_109765278>.
|
||||
?x1 y:livesIn ?x2.
|
||||
?x1 y:actedIn ?x4.
|
||||
?x1 y:directed ?x5.
|
||||
?x2 y:locatedIn ?x3.
|
||||
?x3 y:locatedIn <New_York>.
|
||||
?x4 rdf:type <wordnet_movie_106613686>.
|
||||
?x4 y:hasProductionLanguage <English_language>.
|
||||
?x5 rdf:type <wordnet_movie_106613686>.
|
||||
?x5 y:hasProductionLanguage <English_language>.
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
select ?x1 ?x2 ?x3 where
|
||||
{
|
||||
?x1 rdf:type <wordnet_athlete_109820263>.
|
||||
?x1 y:bornIn ?x2.
|
||||
?x1 rdf:type ?x5.
|
||||
?x2 y:locatedIn ?x3.
|
||||
?x3 y:locatedIn ?x4.
|
||||
}
|
11
example/b1
11
example/b1
|
@ -1,11 +0,0 @@
|
|||
select ?x1 ?x2 ?x3 ?x4 where
|
||||
{
|
||||
?x1 rdfs:label ?x5.
|
||||
?x1 y:livesIn ?x3.
|
||||
?x1 y:actedIn ?x7.
|
||||
?x2 y:actedIn ?x7.
|
||||
?x2 rdfs:label ?x6.
|
||||
?x2 y:livesIn ?x4.
|
||||
?x3 y:locatedIn <England>.
|
||||
?x4 y:locatedIn <England>.
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
select ?x1 ?x2 where
|
||||
{
|
||||
?x1 rdfs:label ?x3.
|
||||
?x1 y:isMarriedTo ?x2.
|
||||
?x1 y:bornIn ?x5.
|
||||
?x2 y:bornIn ?x5.
|
||||
?x2 rdfs:label ?x4.
|
||||
}
|
11
example/b3
11
example/b3
|
@ -1,11 +0,0 @@
|
|||
select ?x1 ?x2 where
|
||||
{
|
||||
?x1 y:hasFamilyName ?x3.
|
||||
?x1 y:bornIn ?x6.
|
||||
?x1 rdf:type <wordnet_scientist_110560637>.
|
||||
?x1 y:hasWonPrize ?x5.
|
||||
?x2 y:hasWonPrize ?x5.
|
||||
?x2 rdf:type <wordnet_scientist_110560637>.
|
||||
?x2 y:bornIn ?x6.
|
||||
?x2 y:hasFamilyName ?x4.
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
select ?x1 ?x2 where
|
||||
{
|
||||
?x1 y:discovered ?x2.
|
||||
?x2 rdfs:label ?x3.
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
select ?x where
|
||||
{
|
||||
?x y:actedIn <Desperados_(TV_series)>.
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
select ?x where
|
||||
{
|
||||
?x y:bornIn <New_York_City>.
|
||||
?x y:diedIn <Canada>.
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
select ?x1 ?x2 where
|
||||
{
|
||||
?x1 y:created ?x2.
|
||||
?x1 y:created <Louden_Up_Now>.
|
||||
?x2 y:hasSuccessor <Louden_Up_Now>.
|
||||
?x2 rdf:type <wordnet_album_106591815>.
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
select ?x1 where
|
||||
{
|
||||
<!!!> <> ?x1.
|
||||
}
|
10003
example/yago_10000_a
10003
example/yago_10000_a
File diff suppressed because it is too large
Load Diff
|
@ -1,4 +0,0 @@
|
|||
select ?x where
|
||||
{
|
||||
?x dbo:coach <Wes_Fesler>.
|
||||
}
|
Loading…
Reference in New Issue