@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://terminologies.gfbio.org/terms/RIVERS_DE/> . @prefix ns1: <http://www.geonames.org/ontology#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns2: <http://terminologies.gfbio.org/terms/rivers_de#> . <http://terminologies.gfbio.org/terms/RIVERS_DE/103476> ns2:connectedTo <http://terminologies.gfbio.org/terms/RIVERS_DE/103477> ; ns2:maxLat "52.72985" ; ns2:maxLong "12.44583" ; ns2:minLat "52.68309" ; ns2:minLong "12.39921" ; ns1:countryCode "DE" ; ns1:featureClass ns1:H ; ns1:featureCode <http://www.geonames.org/ontology#H.STM> ; a ns1:Feature, owl:NamedIndividual ; rdfs:label "Großer Grenzgraben Witzke" . <http://terminologies.gfbio.org/terms/RIVERS_DE/103477> ns2:connectedTo <http://terminologies.gfbio.org/terms/RIVERS_DE/103476> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://terminologies.gfbio.org/terms/RIVERS_DE/> .
@prefix ns1: <http://www.geonames.org/ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns2: <http://terminologies.gfbio.org/terms/rivers_de#> .

<http://terminologies.gfbio.org/terms/RIVERS_DE/103476>
    ns2:connectedTo <http://terminologies.gfbio.org/terms/RIVERS_DE/103477> ;
    ns2:maxLat "52.72985" ;
    ns2:maxLong "12.44583" ;
    ns2:minLat "52.68309" ;
    ns2:minLong "12.39921" ;
    ns1:countryCode "DE" ;
    ns1:featureClass ns1:H ;
    ns1:featureCode <http://www.geonames.org/ontology#H.STM> ;
    a ns1:Feature, owl:NamedIndividual ;
    rdfs:label "Großer Grenzgraben Witzke" .

<http://terminologies.gfbio.org/terms/RIVERS_DE/103477>
    ns2:connectedTo <http://terminologies.gfbio.org/terms/RIVERS_DE/103476> .