Ontology Version: 2.2.0

cacontology-taskforce:countyName leaf node


URI

https://cacontology.projectvic.org/taskforce#countyName

Label

county name

Description

Name of primary county served by task force.

Usage

DOMAINPROPERTYRANGE
cacontology-taskforce:CountyBasedTaskForce cacontology-taskforce:countyName xsd:string

Implementation

@prefix cacontology-taskforce: <https://cacontology.projectvic.org/taskforce#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-taskforce:countyName a owl:DatatypeProperty ;
    rdfs:label "county name"@en ;
    rdfs:comment "Name of primary county served by task force."@en ;
    rdfs:domain cacontology-taskforce:CountyBasedTaskForce ;
    rdfs:range xsd:string .