ontology:isTheOriginOf leaf node


URI

https://euraknos.eu/ontology#isTheOriginOf

Label

isTheOriginOf

Description

The inverse property of "isFromCountry".

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) ontology:isTheOriginOf owl:Thing (inferred)

Implementation

@prefix : <https://euraknos.eu/ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:isTheOriginOf a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isTheOriginOf"@en ;
    rdfs:comment "The inverse property of \"isFromCountry\"."@en .