schema:contentLocation leaf node


URI

http://schema.org/contentLocation

Label

hasContentLocation

Description

The geographic location (country/-ies) to which the content of the output of a Thematic Network (for instance, solution to a problem or innovative practice) relates.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) schema:contentLocation owl:Thing (inferred)

Implementation

@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:contentLocation a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasContentLocation"@en ;
    rdfs:comment "The geographic location (country/-ies) to which the content of the output of a Thematic Network (for instance, solution to a problem or innovative practice) relates."@en .