@prefix rdf: 	 <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: 	 <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl:     <http://www.w3.org/2002/07/owl#>.
@prefix xsd: 	 <http://www.w3.org/2001/XMLSchema#> .
@prefix skos:	 <http://www.w3.org/2004/02/skos/core#> .
@prefix sh:	 <http://www.w3.org/ns/shacl#> .

@prefix ottr:    <http://ns.ottr.xyz/0.4/> .

@prefix t-pnd:   <http://types.ottr.xyz/std/0.1/PunnedTypes#> .

@prefix rottr:   <http://spec.ottr.xyz/rottr/0.2/> .
@prefix o-rottr: <http://spec.ottr.xyz/rottr/0.2/tpl/> .



ottr:ListTypeShape a sh:NodeShape ;
	sh:in (
		rdf:List
		ottr:NEList
	) .

ottr:TypeShape a sh:NodeShape ;
   sh:or (ottr:BasicTypeShape ottr:ListTypeShape ottr:LUB) .
