NTNames:antagonistOf leaf node


URI

http://semanticbible.org/ns/2006/NTNames#antagonistOf

Label

antagonist of

Description

"A person who opposes and contends against this person", similar to http://purl.org/vocab/relationship vocabulary, but with different domain and range. For clarity, <X antagonistOf Y> means X opposes, etc. Y, and also (by inference) <Y hasAntagonist X>. However, it does _not_ necessarily mean <Y antagonistOf X>, i.e. it is not necessarily reciprocal.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) NTNames:antagonistOf owl:Thing (inferred)

Implementation

@prefix : <http://semanticbible.org/ns/2006/NTNames#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:antagonistOf a owl:ObjectProperty ;
    rdfs:label "antagonist of"@en ;
    rdfs:comment "\"A person who opposes and contends against this person\", similar to http://purl.org/vocab/relationship vocabulary, but with different domain and range. For clarity, <X antagonistOf Y> means X opposes, etc. Y, and also (by inference) <Y hasAntagonist X>. However, it does _not_ necessarily mean <Y antagonistOf X>, i.e. it is not necessarily reciprocal."@en ;
    rdfs:subPropertyOf :knows ;
    owl:inverseOf :hasAntagonist .