schema:location leaf node


URI

http://schema.org/location

Label

isInCountry

Description

The country from which the creator of a Thematic Network's output comes.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) schema:location 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#> .
@prefix schema: <http://schema.org/> .

schema:location a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "isInCountry"@en ;
    rdfs:comment "The country from which the creator of a Thematic Network's output comes."@en ;
    owl:inverseOf :isTheOriginOf .