@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://privatealpha.com/ontology/certification/1#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . ns0:authority a owl:FunctionalProperty, owl:ObjectProperty ; rdfs:comment "This property specifies who (or what) is doing the certifying."@en ; rdfs:domain ns0:Certification ; rdfs:isDefinedBy <http://privatealpha.com/ontology/certification/1#> ; rdfs:label "authority"@en ; rdfs:range foaf:Agent ; owl:inverseOf ns0:certifies ; skos:note "The issuing authority can, once again, be a person, business, institution, or any other kind of agent."@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://privatealpha.com/ontology/certification/1#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ns0:authority
    a owl:FunctionalProperty, owl:ObjectProperty ;
    rdfs:comment "This property specifies who (or what) is doing the certifying."@en ;
    rdfs:domain ns0:Certification ;
    rdfs:isDefinedBy <http://privatealpha.com/ontology/certification/1#> ;
    rdfs:label "authority"@en ;
    rdfs:range foaf:Agent ;
    owl:inverseOf ns0:certifies ;
    skos:note "The issuing authority can, once again, be a person, business, institution, or any other kind of agent."@en .