schema:areaServed leaf node


URI

http://schema.org/areaServed

Label

hasAreaServed

Description

The area (i.e. European Country) served by an organisation involved in a Thematic Network.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) schema:areaServed 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:areaServed a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasAreaServed"@en ;
    rdfs:comment "The area (i.e. European Country) served by an organisation involved in a Thematic Network."@en .