@prefix xsh: <http://www.w3.org/ns/shacl#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .


<https://sparql-micro-services.org/service/flickr/getPhotosByTags_sd/ShapesGraph#PhotographShape> rdf:type sh:NodeShape ;
sh:closed true ;
sh:property _:b746 ;
sh:property _:b747 ;
sh:property _:b748 ;
sh:property _:b749 ;
sh:property _:b750 ;
sh:property _:b751 ;
sh:property _:b752 ;
sh:property _:b753 ;
sh:property _:b754 ;
sh:targetClass <http://schema.org/Photograph> .

<https://sparql-micro-services.org/service/flickr/getPhotosByTags_sd/ShapesGraph#PersonShape> rdf:type sh:NodeShape ;
sh:closed true ;
sh:property _:b755 ;
sh:property _:b756 ;
sh:property _:b757 ;
sh:property _:b758 ;
sh:targetClass <http://schema.org/Person> .

_:b747 rdf:type sh:PropertyShape ;
sh:minCount 1 ;
sh:nodeKind sh:Literal ;
sh:path <http://schema.org/keywords> .

_:b746 rdf:type sh:PropertyShape ;
sh:hasValue <http://schema.org/Photograph> ;
sh:path rdf:type .

_:b758 rdf:type sh:PropertyShape ;
sh:nodeKind sh:IRI ;
sh:path <http://schema.org/url> .

_:b757 rdf:type sh:PropertyShape ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:nodeKind sh:Literal ;
sh:path <http://schema.org/identifier> .

_:b756 rdf:type sh:PropertyShape ;
sh:minCount 0 ;
sh:nodeKind sh:Literal ;
sh:path <http://schema.org/name> .

_:b755 rdf:type sh:PropertyShape ;
sh:hasValue <http://schema.org/Person> ;
sh:path rdf:type .

_:b754 rdf:type sh:PropertyShape ;
sh:node <https://sparql-micro-services.org/service/flickr/getPhotosByTags_sd/ShapesGraph#PersonShape> ;
sh:path <http://schema.org/author> .

_:b753 rdf:type sh:PropertyShape ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path <http://schema.org/fileFormat> .

_:b752 rdf:type sh:PropertyShape ;
sh:maxCount 1 ;
sh:minCount 0 ;
sh:nodeKind sh:Literal ;
sh:path <http://schema.org/dateCreated> .

_:b749 rdf:type sh:PropertyShape ;
sh:nodeKind sh:IRI ;
sh:path <http://schema.org/contentUrl> .

_:b751 rdf:type sh:PropertyShape ;
sh:nodeKind sh:IRI ;
sh:path <http://schema.org/mainEntityOfPage> .

_:b748 rdf:type sh:PropertyShape ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path <http://schema.org/name> .

_:b750 rdf:type sh:PropertyShape ;
sh:nodeKind sh:IRI ;
sh:path <http://schema.org/thumbnailUrl> .