schema1:parentOrganization leaf node


URI

http://schema.org/parentOrganization

Label

parentOrganization

Description

The larger organization that this organization is a subOrganization of, if any.

Usage

DOMAINPROPERTYRANGE
schema1:Organization schema1:parentOrganization schema1:Organization

Implementation

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

schema1:parentOrganization a rdf:Property ;
    rdfs:label "parentOrganization" ;
    schema1:domainIncludes schema1:Organization ;
    schema1:rangeIncludes schema1:Organization ;
    rdfs:comment "The larger organization that this organization is a subOrganization of, if any." .