schema:containedInPlace leaf node


URI

http://schema.org/containedInPlace

Label

Phunware Knowledge Graph Ontology

Description

The spatial relation between a GeoHash node and a City node or between a GeoHash node and a Place node. - The relation between a Place and another Place; The relation between a Place and a City - The relation between a PostalCode and Country) - The spatial relation between a State node and a CongressionalDistrict node. - The relation between a Zone and a Place - The spatial relation between State and Country. - The spatial relation between a State node and a City node. - The relation between a Residence and a City or PostalCode

Usage

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

Implementation

@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix phun: <https://ontology.phunware.com/1.0/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

schema:containedInPlace a owl:ObjectProperty ;
    rdfs:label "Phunware Knowledge Graph Ontology",
        "containedInPlace" ;
    rdfs:comment "The relation between a Place and another Place; The relation between a Place and a City",
        "The relation between a PostalCode and Country)",
        "The relation between a Residence and a City or PostalCode",
        "The relation between a Zone and a Place",
        "The spatial relation between State and Country.",
        "The spatial relation between a GeoHash node and a City node or between a GeoHash node and a Place node.",
        "The spatial relation between a State node and a City node.",
        "The spatial relation between a State node and a CongressionalDistrict node." ;
    rdfs:isDefinedBy schema:containedInPlace .