@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsh: <http://www.w3.org/ns/shacl#> .
@prefix ns2: <http://www.w3.org/ns/hydra/core#> .
@prefix ns1: <http://schema.org/> .
@prefix ns4: <http://www.w3.org/ns/sparql-service-description#> .
@prefix ns3: <http://ns.inria.fr/sparql-micro-service#> .
@prefix ns5: <http://rdfs.org/ns/void#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .


<https://sparql-micro-services.org/service/flickr/getPhotosByTags_sd/APIService> ns1:documentation "Each tag is provided as a value of property schema:keyowrds in the SPARQL graph pattern." ;
rdf:type ns1:SearchAction ;
rdf:type <http://www.w3.org/ns/hydra/core#IriTemplate> ;
ns2:mapping _:b670 .

<https://sparql-micro-services.org/service/flickr/getPhotosByTags_sd/> ns3:addProvenance false ;
ns3:cacheExpiresAfter "P432000S"^^xsd:duration ;
ns3:exampleQuery "\r\n    prefix schema: <http://schema.org/>\r\n\r\n    SELECT ?photo ?title ?img WHERE {\r\n\r\n        ?photo a                schema:Photograph;\r\n            schema:keywords     \"brooklyn\", \"bicycle\";\r\n            schema:name         ?title;\r\n            schema:contentUrl   ?img.\r\n    }\r\n        " ;
dc:source _:b669 ;
ns1:description "This SPARQL micro-service searches photos on <a href=\"https://flickr.com\" target=\"_new\">Flickr</a>, that match all of the given tags. A maximum of 100 photos are returned." ;
ns1:keywords "photography" ;
ns1:keywords "flickr" ;
ns1:keywords "photo" ;
ns1:keywords "picture" ;
ns1:keywords "snapshot" ;
ns1:name "Search photos that match all of the given tags on Flickr" ;
ns1:publisher _:b667 ;
rdf:type <http://www.w3.org/ns/sparql-service-description#Service> ;
rdf:type ns3:Service ;
ns4:defaultDataset _:b663 ;
ns4:endpoint <https://sparql-micro-services.org/service/flickr/getPhotosByTags_sd/> ;
ns4:feature ns4:BasicFederatedQuery ;
ns4:feature ns4:EmptyGraphs ;
ns4:resultFormat <http://www.w3.org/ns/formats/SPARQL_Results_XML> ;
ns4:resultFormat <http://www.w3.org/ns/formats/SPARQL_Results_JSON> ;
ns4:resultFormat <http://www.w3.org/ns/formats/SPARQL_Results_CSV> ;
ns4:resultFormat <http://www.w3.org/ns/formats/SPARQL_Results_TSV> ;
ns4:resultFormat <http://www.w3.org/ns/formats/RDF_XML> ;
ns4:resultFormat <http://www.w3.org/ns/formats/Turtle> ;
ns4:resultFormat <http://www.w3.org/ns/formats/JSON-LD> ;
ns4:resultFormat <http://www.w3.org/ns/formats/Trig> ;
ns4:supportedLanguage ns4:SPARQL11Query .

_:b669 ns1:name "Flickr API" ;
ns1:potentialAction <https://sparql-micro-services.org/service/flickr/getPhotosByTags_sd/APIService> ;
ns1:url <https://www.flickr.com/services/api/> ;
rdf:type ns1:WebAPI .

_:b670 ns3:passMultipleValuesAsCsv true ;
ns1:description "Tags that retrieved photos must be associated with." ;
skos:example "bicycle" ;
ns2:property ns1:keywords ;
ns2:required true ;
ns2:variable "tags" .

_:b668 ns1:contactType "technical support" ;
ns1:email "franck.michel@cnrs.fr" ;
ns1:name "Franck Michel" ;
ns1:url <https://w3id.org/people/franckmichel> ;
rdf:type ns1:ContactPoint .

_:b667 ns1:contactPoint _:b668 ;
ns1:logo "http://univ-cotedazur.fr/fr/university/communication-presse/charte-et-logos/logo/png/uca-logo-large" ;
ns1:logo "https://iww.inria.fr/dircom/logoinria-eng.png" ;
ns1:logo "http://www.cnrs.fr/themes/custom/cnrs/logo.svg" ;
ns1:name "Université Côte d'Azur, CNRS, Inria, I3S" ;
rdf:type ns1:Organization .

_:b666 rdf:type ns4:Graph ;
ns4:name <https://sparql-micro-services.org/service/flickr/getPhotosByTags_sd/ShapesGraph> .

_:b665 rdf:type ns4:Graph ;
ns4:name <https://sparql-micro-services.org/service/flickr/getPhotosByTags_sd/ServiceDescription> .

_:b664 rdf:type ns4:Graph ;
sh:shapesGraph <https://sparql-micro-services.org/service/flickr/getPhotosByTags_sd/ShapesGraph> .

_:b663 ns5:sparqlEndpoint <https://sparql-micro-services.org/service/flickr/getPhotosByTags_sd/> ;
ns5:vocabulary <http://schema.org/> ;
ns5:vocabulary <http://www.w3.org/ns/shacl#> ;
ns5:vocabulary <http://www.w3.org/ns/hydra/core#> ;
rdf:type ns4:Dataset ;
rdf:type ns5:Dataset ;
ns4:defaultGraph _:b664 ;
ns4:namedGraph _:b665 ;
ns4:namedGraph _:b666 .