remove deprecated SPARQL examples in format_query folder.

author: hanshuo
This commit is contained in:
Caesar11 2015-09-08 06:57:11 +00:00
parent 22668470e1
commit aca113dabd
10 changed files with 0 additions and 82 deletions

View File

@ -1,4 +0,0 @@
select ?x1 where
{
?x1 y:hasSuccessor <Under_the_Influence_(Overkill_album)>.
}

View File

@ -1,4 +0,0 @@
select ?x1 where
{
?x1 rdf:type <wikicategory_2003_albums>.
}

View File

@ -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.
}

View File

@ -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>.
}

View File

@ -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.
}

View File

@ -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>.
}

View File

@ -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.
}

View File

@ -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.
}

View File

@ -1,5 +0,0 @@
select ?x1 ?x2 where
{
?x1 <y:discovered> ?x2.
?x2 <rdfs:label> ?x3.
}

View File

@ -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>.
}