@prefix coords: <http://qudt.org/vocab/coords/> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .

qudt:LunarCoordinateSystem-coordinateCenter a sh:PropertyShape ;
    sh:class qudt:CoordinateCenterKind ;
    sh:hasValue coords:CCT_MoonCentered ;
    sh:path qudt:coordinateCenter .

