@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 _:b701 ;
sh:property _:b702 ;
sh:property _:b703 ;
sh:property _:b704 ;
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 _:b691 ;
sh:property _:b692 ;
sh:property _:b693 ;
sh:property _:b694 ;
sh:property _:b695 ;
sh:property _:b696 ;
sh:property _:b697 ;
sh:property _:b698 ;
sh:property _:b699 ;
sh:property _:b700 ;
sh:targetClass <http://schema.org/Photograph> .

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

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

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

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

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

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

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

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

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

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

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

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

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

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