NTNames:hasAntagonist leaf node


URI

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

Label

has antagonist

Description

inverse of antagonistOf, which is not necessarily reciprocal

Inherits from

Usage

DOMAINPROPERTYRANGE
NTNames:Human NTNames:hasAntagonist 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#> .

:hasAntagonist a owl:ObjectProperty ;
    rdfs:label "has antagonist"@en ;
    rdfs:comment "inverse of antagonistOf, which is not necessarily reciprocal"@en ;
    rdfs:domain :Human ;
    rdfs:subPropertyOf :knows ;
    owl:inverseOf :antagonistOf .