@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix xsh: <http://www.w3.org/ns/shacl#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .


<https://sparql-micro-services.org/service/flickr/getPhotosByTaxon_sd/ShapesGraph#NamePropertyShape> rdf:type sh:PropertyShape ;
sh:maxCount "1."^^xsd:decimal ;
sh:minCount 1 ;
sh:nodeKind sh:Literal ;
sh:path <http://rs.tdwg.org/dwc/terms/scientificName> .

<https://sparql-micro-services.org/service/flickr/getPhotosByTaxon_sd/ShapesGraph#TaxonShape> rdf:type sh:NodeShape ;
sh:closed true ;
sh:property _:b759 ;
sh:property _:b760 ;
sh:property <https://sparql-micro-services.org/service/flickr/getPhotosByTaxon_sd/ShapesGraph#NamePropertyShape> ;
sh:targetClass <http://rs.tdwg.org/dwc/terms/Taxon> .

<https://sparql-micro-services.org/service/flickr/getPhotosByTaxon_sd/ShapesGraph#PhotographShape> rdf:type sh:NodeShape ;
sh:closed true ;
sh:property _:b761 ;
sh:property _:b762 ;
sh:property _:b763 ;
sh:property _:b764 ;
sh:property _:b765 ;
sh:property _:b766 ;
sh:property _:b767 ;
sh:property _:b768 ;
sh:property _:b769 ;
sh:targetClass <http://schema.org/Photograph> .

<https://sparql-micro-services.org/service/flickr/getPhotosByTaxon_sd/ShapesGraph#PersonShape> rdf:type sh:NodeShape ;
sh:closed true ;
sh:property _:b770 ;
sh:property _:b771 ;
sh:property _:b772 ;
sh:property _:b773 ;
sh:targetClass <http://schema.org/Person> .

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

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

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

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

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

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

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

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

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

_:b764 rdf:type sh:PropertyShape ;
sh:nodeKind sh:IRI ;
sh:path foaf:depiction .

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

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

_:b759 rdf:type sh:PropertyShape ;
sh:hasValue <http://rs.tdwg.org/dwc/terms/Taxon> ;
sh:path rdf:type .

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

_:b760 rdf:type sh:PropertyShape ;
sh:node <https://sparql-micro-services.org/service/flickr/getPhotosByTaxon_sd/ShapesGraph#PhotographShape> ;
sh:path <http://schema.org/image> .