@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix au: <http://www.w3.org/2015/03/inspire/au#> .
@prefix bc: <https://ontology.bommaritollc.com/vocab/core/> .
@prefix bcgeo: <https://ontology.bommaritollc.com/vocab/geo/> .
@prefix bcleg: <https://ontology.bommaritollc.com/vocab/leg/> .
@prefix bcorg: <https://ontology.bommaritollc.com/vocab/org/> .
@prefix bcweb: <https://ontology.bommaritollc.com/vocab/web/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix eli: <http://data.europa.eu/eli/ontology#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix opengov: <http://www.w3.org/ns/opengov#> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pav: <http://purl.org/pav/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix semapv: <https://w3id.org/semapv/vocab/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sssom: <https://w3id.org/sssom/> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix wd: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bcgeo:flowsInto a owl:ObjectProperty ;
    rdfs:domain geo:Feature ;
    rdfs:label "flows into"@en ;
    rdfs:range geo:Feature ;
    rdfs:seeAlso <http://www.wikidata.org/prop/direct/P403> ;
    skos:definition "The named water a stream or canal empties into: the lake its mouth lies in, else the stream its mouth lies on. Read from the stream's mouth (GNIS's primary point) and the named waters' shapes (USGS 3DHP), not from the reach network. Wikidata's 'mouth of the watercourse' (P403) says the same of an item."@en .
