@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://example.org/ontology#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix schema: <http://schema.org/> . ns0:hasRegionalTeamLeader a owl:ObjectProperty ; rdfs:comment "A Regional Facility is managed by one Regional Team Leader."@en ; rdfs:domain ns0:RF ; rdfs:label "Regional Faciliy has a Regional Team Leader"@en ; rdfs:range schema:Person .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://example.org/ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .

ns0:hasRegionalTeamLeader
    a owl:ObjectProperty ;
    rdfs:comment "A Regional Facility is managed by one Regional Team Leader."@en ;
    rdfs:domain ns0:RF ;
    rdfs:label "Regional Faciliy has a Regional Team Leader"@en ;
    rdfs:range schema:Person .