@prefix geojson: <https://purl.org/geojson/vocab#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .

# Link (rdfs:seeAlso) present but with no oa:hasTarget (href).
# Must fail the sh:minCount 1 on oa:hasTarget inside LinkShape.
<http://www.example.com/features/bad-link1> a geojson:Feature ;
    geojson:geometry [
        a geojson:Point ;
        geojson:coordinates ( 174.7 -36.9 )
    ] ;
    rdfs:seeAlso [ ] .
