http://schema.org/parentOrganization
The larger organization that this organization is a subOrganization of, if any.
DOMAIN | PROPERTY | RANGE |
---|---|---|
schema1:Organization | schema1:parentOrganization | schema1:Organization |
@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." .