https://purl.org/peco/peco-core#connected_to
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| peco-core:Port | peco-core:connected_to | peco-core:Port |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix peco-core: <https://purl.org/peco/peco-core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
peco-core:connected_to a owl:ObjectProperty,
owl:SymmetricProperty ;
rdfs:domain peco-core:Port ;
rdfs:range peco-core:Port .