@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.ontotext.com/proton/protonext#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.ontotext.com/proton/protontop#> . ns0:accountProvider a owl:ObjectProperty ; rdfs:comment "A relation between an account and an agent (usually organization) providing and managing it"@en ; rdfs:domain ns0:Account ; rdfs:label "Account Provider"@en ; rdfs:range ns1:Agent .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.ontotext.com/proton/protonext#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.ontotext.com/proton/protontop#> .

ns0:accountProvider
    a owl:ObjectProperty ;
    rdfs:comment "A relation between an account and an agent (usually organization) providing and managing it"@en ;
    rdfs:domain ns0:Account ;
    rdfs:label "Account Provider"@en ;
    rdfs:range ns1:Agent .