@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://sewernet.hsm.umontpellier.fr/SewerNet#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#> . ns0:assignedTo a owl:ObjectProperty ; rdfs:comment "Assigns network and network elements with roles"@en ; rdfs:domain ns1:physical-object ; rdfs:range ns1:non-physical-object .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://sewernet.hsm.umontpellier.fr/SewerNet#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.loa-cnr.it/ontologies/DOLCE-Lite.owl#> .

ns0:assignedTo
    a owl:ObjectProperty ;
    rdfs:comment "Assigns network and network elements with roles"@en ;
    rdfs:domain ns1:physical-object ;
    rdfs:range ns1:non-physical-object .