@prefix adminRecord: <https://credreg.net/qdata/vocabs/adminRecord/> .
@prefix asn: <http://purl.org/asn/schema/core/> .
@prefix ceasn: <https://purl.org/ctdlasn/terms/> .
@prefix ceterms: <https://purl.org/ctdl/terms/> .
@prefix collectionMethod: <http://credreg.net/qdata/vocabs/collectionMethod/> .
@prefix dataWithholding: <https://credreg.net/qdata/vocabs/dataWithholding/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix incomeDetermination: <http://credreg.net/qdata/vocabs/incomeDetermination/> .
@prefix meta: <http://credreg.net/meta/terms/> .
@prefix qdata: <https://credreg.net/qdata/terms/> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sourceCoverage: <http://credreg.net/qdata/vocabs/sourceCoverage/> .
@prefix subjectCategory: <http://credreg.net/qdata/vocabs/subjectCategory/> .
@prefix vs: <https://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ceterms:mainJurisdiction a rdf:Property ;
	rdfs:label "Main Jurisdiction"@en-US ;
	rdfs:comment "Primary geographic or political region in which the credential is recognized as applicable or in which an organization has recognized authority to act."@en-US ;
	vs:term_status vs:stable ;
	meta:changeHistory <https://credreg.net/qdata/termhistory/ceterms/mainJurisdiction/json> ;
	rdfs:subPropertyOf ceterms:spatialCoverage ;
	schema:domainIncludes ceterms:JurisdictionProfile ;
	schema:rangeIncludes ceterms:Place .

