SlideShare a Scribd company logo
SPARQL
http://oreilly.com/catalog/0636920020547/
http://www.w3.org/DesignIssues/LinkedData.html
http://wiki.dbpedia.org/OnlineAccess
http://dbpedia.org/sparql
http://id.ndl.go.jp/auth/ndla
http://iss.ndl.go.jp/ndla/sparql/
A                           C
                        B


D
            E
                                    F

                    H

    G
                                I
                K
        J

                            L       M
A                           C
                        B


D
            E
                                    F

                    H

    G
                                I
                K
        J

                            L       M
A                           C
                        B

D
            E
                                    F

                    H

    G
                                I
                K
        J

                            L       M
A                            C
                            B

D
                E
                                        F

                        H

    G
                                    I
                    K
            J

                                L       M

        :A ?link1 ?node1
        ?node1 ?link2 ?node2
A              like                       like           C
                                                        B
                             like                                                     dislike
D           dislike
                                                     dislike
                               E
                                                                                  F
                                          dislike
                  like
                                                    H
                                like
                                                                   dislike
    G
                                                            like              I
        dislike                                K
                              dislike               like
                         J

                                                            L       dislike
                                                                                  M
A                 like                       like           C
                                                           B
                             like                                                        dislike
D           dislike
                                                        dislike
                               E
                                                                                     F
                                             dislike
                  like
                                                       H
                                    like
                                                                      dislike
    G
                                                               like              I
        dislike                                   K
                              dislike                  like
                         J

                                                               L       dislike
                                                                                     M
A                 like                       like           C
                                                           B
                             like                                                        dislike
D           dislike
                                                        dislike
                               E
                                                                                     F
                                             dislike
                  like
                                                       H
                                    like
                                                                      dislike
    G
                                                               like              I
        dislike                                   K
                              dislike                  like
                         J

                                                               L       dislike
                                                                                     M

         :A :like ?node1
         ?node1 :like ?node2
rdfs:label
                            dbpedia-owl:capital
                                                                                dbpedia:Japan
dbpedia-
owl:City
                 rdf:type                              dbpedia-owl:coutnry
                                                                                                                   dbpedia-
           dbpedia:Tokyo                                               dbpprop:birthPlace        rdf:type      owl:ComicCreator
                                             dbpprop:birthPlace
                                                                                                            rdf:type           dbpedia-
  rdfs:label                                                       dbpedia:Kaoru_Mori
                         owl:sameAs                                                                                           owl:Artist
               owl:sameAs                    dbpprop:birthdate                                                 rdf:type

                                                  1978-09-18   rdfs:label        foaf:homepage                            foaf:Person
                                                                        rdfs:label
                       freebase:                     Мори, Каору                               http://
                                                                                       morikaoru.blog62.fc2.com
dbpedia-owl:Capital
dbpedia:Japan                         dbpedia:Tokyo
PREFIX dbpedia: <http://dbpedia.org/resource/>
      PREFIX dbpedia-owl: <http://dbpedia.org/ontology/>

      SELECT ?country
      WHERE {
        dbpedia:Tokyo dbpedia-owl:country ?country .
      }




                                                                                                            rdfs:label
                            dbpedia-owl:capital
                                                                                dbpedia:Japan
dbpedia-
owl:City
                 rdf:type                              dbpedia-owl:coutnry
                                                                                                                   dbpedia-
           dbpedia:Tokyo                                               dbpprop:birthPlace        rdf:type      owl:ComicCreator
                                             dbpprop:birthPlace
                                                                                                            rdf:type           dbpedia-
  rdfs:label                                                       dbpedia:Kaoru_Mori
                         owl:sameAs                                                                                           owl:Artist
               owl:sameAs                    dbpprop:birthdate                                                 rdf:type

                                                  1978-09-18   rdfs:label        foaf:homepage                            foaf:Person
                                                                        rdfs:label
                       freebase:                     Мори, Каору                               http://
                                                                                       morikaoru.blog62.fc2.com
PREFIX dbpedia: <http://dbpedia.org/resource/>
  PREFIX dbpedia-owl: <http://dbpedia.org/ontology/>
  PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>

  SELECT ?birthPlace ?label
  WHERE {
    dbpedia:Kaoru_Mori dbpedia-owl:birthPlace ?birthPlace .
    ?birthPlace rdfs:label ?label .
  }


                                                                                                            rdfs:label
                            dbpedia-owl:capital
                                                                                dbpedia:Japan
dbpedia-
owl:City
                 rdf:type                              dbpedia-owl:coutnry
                                                                                                                   dbpedia-
                                                                    dbpedia-owl:birthPlace       rdf:type      owl:ComicCreator
           dbpedia:Tokyo
                                          dbpedia-owl:birthPlace
                                                                                                            rdf:type           dbpedia-
  rdfs:label                                                       dbpedia:Kaoru_Mori
                         owl:sameAs                                                                                           owl:Artist
               owl:sameAs                    dbpprop:birthdate                                                 rdf:type

                                                  1978-09-18   rdfs:label        foaf:homepage                            foaf:Person
                                                                        rdfs:label
                       freebase:                     Мори, Каору                               http://
                                                                                       morikaoru.blog62.fc2.com
PREFIX dbpedia: <http://dbpedia.org/resource/>
  PREFIX dbpedia-owl: <http://dbpedia.org/ontology/>
  PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>

  SELECT ?birthPlace ?label
  WHERE {
    dbpedia:Kaoru_Mori dbpedia-owl:birthPlace ?birthPlace .
    ?birthPlace rdf:type dbpedia-owl:City ;
      rdfs:label ?label .
  }


                                                                                                            rdfs:label
                            dbpedia-owl:capital                                 dbpedia:Japan
dbpedia-
owl:City
                 rdf:type                              dbpedia-owl:coutnry
                                                                                                                   dbpedia-
                                                                    dbpedia-owl:birthPlace       rdf:type      owl:ComicCreator
           dbpedia:Tokyo
                                          dbpedia-owl:birthPlace
                                                                                                            rdf:type           dbpedia-
  rdfs:label                                                       dbpedia:Kaoru_Mori
                         owl:sameAs                                                                                           owl:Artist
               owl:sameAs                    dbpprop:birthdate                                                 rdf:type

                                                  1978-09-18   rdfs:label        foaf:homepage                            foaf:Person
                                                                        rdfs:label
                       freebase:                     Мори, Каору                               http://
                                                                                       morikaoru.blog62.fc2.com
PREFIX dbpedia: <http://dbpedia.org/resource/>
  PREFIX dbpedia-owl: <http://dbpedia.org/ontology/>
  PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>

  SELECT ?birthPlace ?label
  WHERE {
    dbpedia:Kaoru_Mori dbpedia-owl:birthPlace ?birthPlace .
    ?birthPlace a dbpedia-owl:City ;
      rdfs:label ?label .
    FILTER (lang(?label) = “ja”)
  }

                                                                                                            rdfs:label
                            dbpedia-owl:capital                                 dbpedia:Japan
dbpedia-
owl:City
                 rdf:type                              dbpedia-owl:coutnry
                                                                                                                   dbpedia-
                                                                    dbpedia-owl:birthPlace       rdf:type      owl:ComicCreator
           dbpedia:Tokyo
                                          dbpedia-owl:birthPlace
                                                                                                            rdf:type           dbpedia-
  rdfs:label                                                       dbpedia:Kaoru_Mori
                         owl:sameAs                                                                                           owl:Artist
               owl:sameAs                    dbpprop:birthdate                                                 rdf:type

                                                  1978-09-18   rdfs:label        foaf:homepage                            foaf:Person
                                                                        rdfs:label
                       freebase:                     Мори, Каору                               http://
                                                                                       morikaoru.blog62.fc2.com
SELECT *
WHERE {
  ?s ?p ?o .
}
LIMIT 100
OFFSET 100
: yes / no

PREFIX dbpedia: <http://dbpedia.org/resource/>
PREFIX dbpedia-owl: <http://dbpedia.org/ontology/>

ASK WHERE {
  dbpedia:Kaoru_Mori dbpedia-owl:birthPlace ?birthPlace .
}
PREFIX foaf: <http://xmlns.com/foaf/0.1/>

CONSTRUCT {
  ?s foaf:name ?name .
}
WHERE {
  ?s foaf:name ?name .
}
(          )



DESCRIBE <http://dbpedia.org/resource/Tokyo>
dbpedia-owl:Artist
               freebase:
                                                                                                                          a
             music.producer
                                       a
                                                  freebase:                owl:sameAs               dbpedia:                                    dbpedia:
                                               en.mike_oldfield                                   Mike_Oldfield                              Virgin_Records
                        freebase:
                                                                                                                          dbpedia-owl:
                     music.producer.
                                                                                                                          recordLabel
                   releases_produced
                                                                                            dbpedia-owl:   dbpedia-owl:
                                         freebase:      owl:sameAs                             artist       producer
               freebase:               music.release.
               m.0328jl5                producer                                                                              a
    freebase:                                                                                       dbpedia:                             dbpedia-owl:Album
type.object.name                                            owl:sameAs                            Tubular_Bells

             Tubular Bells                                                    owl:sameAs




                                                 bbc_artists:                 mo:musicbrainz               musicbrainz:
                                 a         a1684a49-feaa-4150-b758-                                  a1684a49-feaa-4150-b758-
                                             d9412fc59f12#artist                                        d9412fc59f12.html
         mo:SoloArtist                                                                  mo:imdb
                                                               foaf:name
                                                                                                      imdb:nm0646131

                                                        Mike Oldfield



                                                                                                                                                    (default-graph)
http://www.freebase.com                       http://dbpedia.org
                                                                                                                                    dbpedia-owl:Artist
               freebase:
                                                                                                                          a
             music.producer
                                       a
                                                  freebase:                owl:sameAs               dbpedia:                                    dbpedia:
                                               en.mike_oldfield                                   Mike_Oldfield                              Virgin_Records
                        freebase:
                                                                                                                          dbpedia-owl:
                     music.producer.
                                                                                                                          recordLabel
                   releases_produced
                                                                                            dbpedia-owl:   dbpedia-owl:
                                         freebase:      owl:sameAs                             artist       producer
               freebase:               music.release.
               m.0328jl5                producer                                                                              a
    freebase:                                                                                       dbpedia:                             dbpedia-owl:Album
type.object.name                                            owl:sameAs                            Tubular_Bells

             Tubular Bells                                                    owl:sameAs




                                                 bbc_artists:                 mo:musicbrainz               musicbrainz:
                                 a         a1684a49-feaa-4150-b758-                                  a1684a49-feaa-4150-b758-
                                             d9412fc59f12#artist                                        d9412fc59f12.html
         mo:SoloArtist                                                                  mo:imdb
                                                               foaf:name
                                                                                                      imdb:nm0646131

                                                        Mike Oldfield

                                                  http://www.bbc.co.uk                                                                            (default-graph)
http://www.freebase.com                       http://dbpedia.org
                                                                                                                                    dbpedia-owl:Artist
               freebase:
                                                                                                                          a
             music.producer
                                       a
                                                  freebase:                owl:sameAs               dbpedia:                                    dbpedia:
                                               en.mike_oldfield                                   Mike_Oldfield                              Virgin_Records
                        freebase:
                                                                                                                          dbpedia-owl:
                     music.producer.
                                                                                                                          recordLabel
                   releases_produced
                                                                                            dbpedia-owl:   dbpedia-owl:
                                         freebase:      owl:sameAs                             artist       producer
               freebase:               music.release.
               m.0328jl5                producer                                                                              a
    freebase:                                                                                       dbpedia:                             dbpedia-owl:Album
type.object.name                                            owl:sameAs                            Tubular_Bells

             Tubular Bells                                                    owl:sameAs




                                                 bbc_artists:                 mo:musicbrainz               musicbrainz:
                                 a         a1684a49-feaa-4150-b758-                                  a1684a49-feaa-4150-b758-
                                             d9412fc59f12#artist                                        d9412fc59f12.html
         mo:SoloArtist                                                                  mo:imdb
                                                               foaf:name
                                                                                                      imdb:nm0646131

                                                        Mike Oldfield

                                                  http://www.bbc.co.uk
                                                                                                                                                    (default-graph)
SELECT *
WHERE {
  GRAPH <http://dbpedia.org> {
    ?s ?p ?o .
  }
}
SELECT *
WHERE {
  GRAPH ?g {
    ?s ?p ?o .
  }
}
{ ex:A ex:like ?tmpNode . ?tmpNode ex:like ?node . }
=> { ex:A ex:like/ex:like ?node }
=> { ex:A ex:like{2} ?node }
...
=> { ex:A ex:like+ ?node }

{ ex:A (ex:like|ex:love) ?node }
COUNT, SUM, MIN, MAX, AVG,
GROUP_CONCAT, SAMPLE


PREFIX dbpedia: <http://dbpedia.org/resource/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>

SELECT (COUNT(?label) AS ?count)
WHERE {
  dbpedia:Tokyo rdfs:label ?label .
}
SPARQLの基礎
SPARQLの基礎
SPARQLの基礎
SPARQLの基礎
SPARQLの基礎
SPARQLの基礎

More Related Content

More from Fumihiro Kato

シビックテック: インターネット時代の市民と行政の協働
シビックテック: インターネット時代の市民と行政の協働シビックテック: インターネット時代の市民と行政の協働
シビックテック: インターネット時代の市民と行政の協働Fumihiro Kato
 
オープンデータカタログの先
オープンデータカタログの先オープンデータカタログの先
オープンデータカタログの先
Fumihiro Kato
 
Open Park Yokohama: 公園LODの試作
Open Park Yokohama: 公園LODの試作Open Park Yokohama: 公園LODの試作
Open Park Yokohama: 公園LODの試作
Fumihiro Kato
 
ウィキペディアタウン
ウィキペディアタウンウィキペディアタウン
ウィキペディアタウン
Fumihiro Kato
 
DBpedia in the Japanese LOD cloud
DBpedia in the Japanese LOD cloudDBpedia in the Japanese LOD cloud
DBpedia in the Japanese LOD cloud
Fumihiro Kato
 
Open Park Yokohama
Open Park YokohamaOpen Park Yokohama
Open Park Yokohama
Fumihiro Kato
 
データポータルソフトウェアCKAN
データポータルソフトウェアCKANデータポータルソフトウェアCKAN
データポータルソフトウェアCKAN
Fumihiro Kato
 
データカタログソフトウェア CKAN
データカタログソフトウェア CKANデータカタログソフトウェア CKAN
データカタログソフトウェア CKAN
Fumihiro Kato
 
オープンデータとLinked Open Data
オープンデータとLinked Open DataオープンデータとLinked Open Data
オープンデータとLinked Open Data
Fumihiro Kato
 
LOD: Linked Open Data
LOD: Linked Open DataLOD: Linked Open Data
LOD: Linked Open Data
Fumihiro Kato
 
スキーマとURI
スキーマとURIスキーマとURI
スキーマとURI
Fumihiro Kato
 
CKAN日本語コミュニティの現状と課題
CKAN日本語コミュニティの現状と課題CKAN日本語コミュニティの現状と課題
CKAN日本語コミュニティの現状と課題
Fumihiro Kato
 
日本語Linked Data Cloudの現状
日本語Linked Data Cloudの現状日本語Linked Data Cloudの現状
日本語Linked Data Cloudの現状
Fumihiro Kato
 
sgvizler
sgvizlersgvizler
sgvizler
Fumihiro Kato
 
えほん関連検索
えほん関連検索えほん関連検索
えほん関連検索
Fumihiro Kato
 
第5回AIツール入門講座 Linked Open Dataの現状とその活用
第5回AIツール入門講座 Linked Open Dataの現状とその活用第5回AIツール入門講座 Linked Open Dataの現状とその活用
第5回AIツール入門講座 Linked Open Dataの現状とその活用
Fumihiro Kato
 
サーバサイドコース Sinatra + SPARQL 編
サーバサイドコース Sinatra + SPARQL 編サーバサイドコース Sinatra + SPARQL 編
サーバサイドコース Sinatra + SPARQL 編
Fumihiro Kato
 
パートナーデータ紹介 NII, LODAC, 鯖江, OSM
パートナーデータ紹介 NII, LODAC, 鯖江, OSMパートナーデータ紹介 NII, LODAC, 鯖江, OSM
パートナーデータ紹介 NII, LODAC, 鯖江, OSM
Fumihiro Kato
 
「オープンなジオデータを考える」資料
「オープンなジオデータを考える」資料「オープンなジオデータを考える」資料
「オープンなジオデータを考える」資料
Fumihiro Kato
 
オープンデータとその技術 - 学術情報サービスとオープンデータ
オープンデータとその技術 - 学術情報サービスとオープンデータオープンデータとその技術 - 学術情報サービスとオープンデータ
オープンデータとその技術 - 学術情報サービスとオープンデータ
Fumihiro Kato
 

More from Fumihiro Kato (20)

シビックテック: インターネット時代の市民と行政の協働
シビックテック: インターネット時代の市民と行政の協働シビックテック: インターネット時代の市民と行政の協働
シビックテック: インターネット時代の市民と行政の協働
 
オープンデータカタログの先
オープンデータカタログの先オープンデータカタログの先
オープンデータカタログの先
 
Open Park Yokohama: 公園LODの試作
Open Park Yokohama: 公園LODの試作Open Park Yokohama: 公園LODの試作
Open Park Yokohama: 公園LODの試作
 
ウィキペディアタウン
ウィキペディアタウンウィキペディアタウン
ウィキペディアタウン
 
DBpedia in the Japanese LOD cloud
DBpedia in the Japanese LOD cloudDBpedia in the Japanese LOD cloud
DBpedia in the Japanese LOD cloud
 
Open Park Yokohama
Open Park YokohamaOpen Park Yokohama
Open Park Yokohama
 
データポータルソフトウェアCKAN
データポータルソフトウェアCKANデータポータルソフトウェアCKAN
データポータルソフトウェアCKAN
 
データカタログソフトウェア CKAN
データカタログソフトウェア CKANデータカタログソフトウェア CKAN
データカタログソフトウェア CKAN
 
オープンデータとLinked Open Data
オープンデータとLinked Open DataオープンデータとLinked Open Data
オープンデータとLinked Open Data
 
LOD: Linked Open Data
LOD: Linked Open DataLOD: Linked Open Data
LOD: Linked Open Data
 
スキーマとURI
スキーマとURIスキーマとURI
スキーマとURI
 
CKAN日本語コミュニティの現状と課題
CKAN日本語コミュニティの現状と課題CKAN日本語コミュニティの現状と課題
CKAN日本語コミュニティの現状と課題
 
日本語Linked Data Cloudの現状
日本語Linked Data Cloudの現状日本語Linked Data Cloudの現状
日本語Linked Data Cloudの現状
 
sgvizler
sgvizlersgvizler
sgvizler
 
えほん関連検索
えほん関連検索えほん関連検索
えほん関連検索
 
第5回AIツール入門講座 Linked Open Dataの現状とその活用
第5回AIツール入門講座 Linked Open Dataの現状とその活用第5回AIツール入門講座 Linked Open Dataの現状とその活用
第5回AIツール入門講座 Linked Open Dataの現状とその活用
 
サーバサイドコース Sinatra + SPARQL 編
サーバサイドコース Sinatra + SPARQL 編サーバサイドコース Sinatra + SPARQL 編
サーバサイドコース Sinatra + SPARQL 編
 
パートナーデータ紹介 NII, LODAC, 鯖江, OSM
パートナーデータ紹介 NII, LODAC, 鯖江, OSMパートナーデータ紹介 NII, LODAC, 鯖江, OSM
パートナーデータ紹介 NII, LODAC, 鯖江, OSM
 
「オープンなジオデータを考える」資料
「オープンなジオデータを考える」資料「オープンなジオデータを考える」資料
「オープンなジオデータを考える」資料
 
オープンデータとその技術 - 学術情報サービスとオープンデータ
オープンデータとその技術 - 学術情報サービスとオープンデータオープンデータとその技術 - 学術情報サービスとオープンデータ
オープンデータとその技術 - 学術情報サービスとオープンデータ
 

Recently uploaded

GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
Tomaz Bratanic
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
Hiroshi SHIBATA
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
Zilliz
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
Zilliz
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
SitimaJohn
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024
Intelisync
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
DanBrown980551
 
Trusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process MiningTrusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process Mining
LucaBarbaro3
 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
Wouter Lemaire
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
Postman
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
Jakub Marek
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
Brandon Minnick, MBA
 
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Tatiana Kojar
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
saastr
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
Chart Kalyan
 

Recently uploaded (20)

GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024A Comprehensive Guide to DeFi Development Services in 2024
A Comprehensive Guide to DeFi Development Services in 2024
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
 
Trusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process MiningTrusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process Mining
 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
 
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
 

SPARQLの基礎

  • 1.
  • 2.
  • 10.
  • 11.
  • 12. A C B D E F H G I K J L M
  • 13. A C B D E F H G I K J L M
  • 14. A C B D E F H G I K J L M
  • 15. A C B D E F H G I K J L M :A ?link1 ?node1 ?node1 ?link2 ?node2
  • 16. A like like C B like dislike D dislike dislike E F dislike like H like dislike G like I dislike K dislike like J L dislike M
  • 17. A like like C B like dislike D dislike dislike E F dislike like H like dislike G like I dislike K dislike like J L dislike M
  • 18. A like like C B like dislike D dislike dislike E F dislike like H like dislike G like I dislike K dislike like J L dislike M :A :like ?node1 ?node1 :like ?node2
  • 19. rdfs:label dbpedia-owl:capital dbpedia:Japan dbpedia- owl:City rdf:type dbpedia-owl:coutnry dbpedia- dbpedia:Tokyo dbpprop:birthPlace rdf:type owl:ComicCreator dbpprop:birthPlace rdf:type dbpedia- rdfs:label dbpedia:Kaoru_Mori owl:sameAs owl:Artist owl:sameAs dbpprop:birthdate rdf:type 1978-09-18 rdfs:label foaf:homepage foaf:Person rdfs:label freebase: Мори, Каору http:// morikaoru.blog62.fc2.com
  • 21. PREFIX dbpedia: <http://dbpedia.org/resource/> PREFIX dbpedia-owl: <http://dbpedia.org/ontology/> SELECT ?country WHERE { dbpedia:Tokyo dbpedia-owl:country ?country . } rdfs:label dbpedia-owl:capital dbpedia:Japan dbpedia- owl:City rdf:type dbpedia-owl:coutnry dbpedia- dbpedia:Tokyo dbpprop:birthPlace rdf:type owl:ComicCreator dbpprop:birthPlace rdf:type dbpedia- rdfs:label dbpedia:Kaoru_Mori owl:sameAs owl:Artist owl:sameAs dbpprop:birthdate rdf:type 1978-09-18 rdfs:label foaf:homepage foaf:Person rdfs:label freebase: Мори, Каору http:// morikaoru.blog62.fc2.com
  • 22.
  • 23. PREFIX dbpedia: <http://dbpedia.org/resource/> PREFIX dbpedia-owl: <http://dbpedia.org/ontology/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?birthPlace ?label WHERE { dbpedia:Kaoru_Mori dbpedia-owl:birthPlace ?birthPlace . ?birthPlace rdfs:label ?label . } rdfs:label dbpedia-owl:capital dbpedia:Japan dbpedia- owl:City rdf:type dbpedia-owl:coutnry dbpedia- dbpedia-owl:birthPlace rdf:type owl:ComicCreator dbpedia:Tokyo dbpedia-owl:birthPlace rdf:type dbpedia- rdfs:label dbpedia:Kaoru_Mori owl:sameAs owl:Artist owl:sameAs dbpprop:birthdate rdf:type 1978-09-18 rdfs:label foaf:homepage foaf:Person rdfs:label freebase: Мори, Каору http:// morikaoru.blog62.fc2.com
  • 24.
  • 25. PREFIX dbpedia: <http://dbpedia.org/resource/> PREFIX dbpedia-owl: <http://dbpedia.org/ontology/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?birthPlace ?label WHERE { dbpedia:Kaoru_Mori dbpedia-owl:birthPlace ?birthPlace . ?birthPlace rdf:type dbpedia-owl:City ; rdfs:label ?label . } rdfs:label dbpedia-owl:capital dbpedia:Japan dbpedia- owl:City rdf:type dbpedia-owl:coutnry dbpedia- dbpedia-owl:birthPlace rdf:type owl:ComicCreator dbpedia:Tokyo dbpedia-owl:birthPlace rdf:type dbpedia- rdfs:label dbpedia:Kaoru_Mori owl:sameAs owl:Artist owl:sameAs dbpprop:birthdate rdf:type 1978-09-18 rdfs:label foaf:homepage foaf:Person rdfs:label freebase: Мори, Каору http:// morikaoru.blog62.fc2.com
  • 26.
  • 27. PREFIX dbpedia: <http://dbpedia.org/resource/> PREFIX dbpedia-owl: <http://dbpedia.org/ontology/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?birthPlace ?label WHERE { dbpedia:Kaoru_Mori dbpedia-owl:birthPlace ?birthPlace . ?birthPlace a dbpedia-owl:City ; rdfs:label ?label . FILTER (lang(?label) = “ja”) } rdfs:label dbpedia-owl:capital dbpedia:Japan dbpedia- owl:City rdf:type dbpedia-owl:coutnry dbpedia- dbpedia-owl:birthPlace rdf:type owl:ComicCreator dbpedia:Tokyo dbpedia-owl:birthPlace rdf:type dbpedia- rdfs:label dbpedia:Kaoru_Mori owl:sameAs owl:Artist owl:sameAs dbpprop:birthdate rdf:type 1978-09-18 rdfs:label foaf:homepage foaf:Person rdfs:label freebase: Мори, Каору http:// morikaoru.blog62.fc2.com
  • 28.
  • 29.
  • 30.
  • 31. SELECT * WHERE { ?s ?p ?o . } LIMIT 100 OFFSET 100
  • 32. : yes / no PREFIX dbpedia: <http://dbpedia.org/resource/> PREFIX dbpedia-owl: <http://dbpedia.org/ontology/> ASK WHERE { dbpedia:Kaoru_Mori dbpedia-owl:birthPlace ?birthPlace . }
  • 33. PREFIX foaf: <http://xmlns.com/foaf/0.1/> CONSTRUCT { ?s foaf:name ?name . } WHERE { ?s foaf:name ?name . }
  • 34. ( ) DESCRIBE <http://dbpedia.org/resource/Tokyo>
  • 35. dbpedia-owl:Artist freebase: a music.producer a freebase: owl:sameAs dbpedia: dbpedia: en.mike_oldfield Mike_Oldfield Virgin_Records freebase: dbpedia-owl: music.producer. recordLabel releases_produced dbpedia-owl: dbpedia-owl: freebase: owl:sameAs artist producer freebase: music.release. m.0328jl5 producer a freebase: dbpedia: dbpedia-owl:Album type.object.name owl:sameAs Tubular_Bells Tubular Bells owl:sameAs bbc_artists: mo:musicbrainz musicbrainz: a a1684a49-feaa-4150-b758- a1684a49-feaa-4150-b758- d9412fc59f12#artist d9412fc59f12.html mo:SoloArtist mo:imdb foaf:name imdb:nm0646131 Mike Oldfield (default-graph)
  • 36. http://www.freebase.com http://dbpedia.org dbpedia-owl:Artist freebase: a music.producer a freebase: owl:sameAs dbpedia: dbpedia: en.mike_oldfield Mike_Oldfield Virgin_Records freebase: dbpedia-owl: music.producer. recordLabel releases_produced dbpedia-owl: dbpedia-owl: freebase: owl:sameAs artist producer freebase: music.release. m.0328jl5 producer a freebase: dbpedia: dbpedia-owl:Album type.object.name owl:sameAs Tubular_Bells Tubular Bells owl:sameAs bbc_artists: mo:musicbrainz musicbrainz: a a1684a49-feaa-4150-b758- a1684a49-feaa-4150-b758- d9412fc59f12#artist d9412fc59f12.html mo:SoloArtist mo:imdb foaf:name imdb:nm0646131 Mike Oldfield http://www.bbc.co.uk (default-graph)
  • 37. http://www.freebase.com http://dbpedia.org dbpedia-owl:Artist freebase: a music.producer a freebase: owl:sameAs dbpedia: dbpedia: en.mike_oldfield Mike_Oldfield Virgin_Records freebase: dbpedia-owl: music.producer. recordLabel releases_produced dbpedia-owl: dbpedia-owl: freebase: owl:sameAs artist producer freebase: music.release. m.0328jl5 producer a freebase: dbpedia: dbpedia-owl:Album type.object.name owl:sameAs Tubular_Bells Tubular Bells owl:sameAs bbc_artists: mo:musicbrainz musicbrainz: a a1684a49-feaa-4150-b758- a1684a49-feaa-4150-b758- d9412fc59f12#artist d9412fc59f12.html mo:SoloArtist mo:imdb foaf:name imdb:nm0646131 Mike Oldfield http://www.bbc.co.uk (default-graph)
  • 38. SELECT * WHERE { GRAPH <http://dbpedia.org> { ?s ?p ?o . } }
  • 39. SELECT * WHERE { GRAPH ?g { ?s ?p ?o . } }
  • 40.
  • 41. { ex:A ex:like ?tmpNode . ?tmpNode ex:like ?node . } => { ex:A ex:like/ex:like ?node } => { ex:A ex:like{2} ?node } ... => { ex:A ex:like+ ?node } { ex:A (ex:like|ex:love) ?node }
  • 42. COUNT, SUM, MIN, MAX, AVG, GROUP_CONCAT, SAMPLE PREFIX dbpedia: <http://dbpedia.org/resource/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (COUNT(?label) AS ?count) WHERE { dbpedia:Tokyo rdfs:label ?label . }