ontology:hasAffiliatedParty leaf node


URI

http://omv.ontoware.org/2005/05/ontology#hasAffiliatedParty

Label

hasAffiliatedParty

Usage

DOMAINPROPERTYRANGE
ontology:Party ontology:hasAffiliatedParty ontology:Party

Implementation

@prefix : <http://omv.ontoware.org/2005/05/ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:hasAffiliatedParty a owl:ObjectProperty ;
    rdfs:label "hasAffiliatedParty"^^xsd:string ;
    rdfs:domain :Party ;
    rdfs:range :Party .