@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/getPhotoById_sd/ShapesGraph#PersonShape> rdf:type sh:NodeShape ;
sh:closed true ;
sh:property _:b742 ;
sh:property _:b743 ;
sh:property _:b744 ;
sh:property _:b745 ;
sh:targetClass <http://schema.org/Person> .

<https://sparql-micro-services.org/service/flickr/getPhotoById_sd/ShapesGraph#PhotographShape> rdf:type sh:NodeShape ;
sh:closed true ;
sh:property _:b732 ;
sh:property _:b733 ;
sh:property _:b734 ;
sh:property _:b735 ;
sh:property _:b736 ;
sh:property _:b737 ;
sh:property _:b738 ;
sh:property _:b739 ;
sh:property _:b740 ;
sh:property _:b741 ;
sh:targetClass <http://schema.org/Photograph> .

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

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

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

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

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

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

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

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

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

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

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

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

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

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