@prefix dash: <http://datashapes.org/dash#> .
@prefix ex: <http://datashapes.org/sh/tests/core/path/path-complex-001.test#> .
@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix sht: <http://www.w3.org/ns/shacl-test#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<> a mf:Manifest ;
  mf:entries (
      <uniqueLang-002>
    ) .

<uniqueLang-002> a sht:Validate ;
  rdfs:label "Test uniqueLang with other boolean literal for true" ;
  mf:action [
      sht:dataGraph <uniqueLang-002-data.ttl> ;
      sht:shapesGraph <uniqueLang-002-shapes.ttl> ] ;
  mf:result [ a sh:ValidationReport ;
      sh:conforms "true"^^xsd:boolean ] ;
  mf:status sht:approved .
