-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLocalityStatsCan.ttl
More file actions
124 lines (106 loc) · 4.04 KB
/
LocalityStatsCan.ttl
File metadata and controls
124 lines (106 loc) · 4.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
@base <https://codelist.commonapproach.org/LocalityStatsCan> .
@prefix : <#> .
@prefix cids: <https://ontology.commonapproach.org/cids#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix org: <http://ontology.eil.utoronto.ca/tove/organization#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix voaf: <http://purl.org/vocommons/voaf#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<>
a voaf:Vocabulary, owl:Ontology, skos:ConceptScheme ;
owl:imports <http://www.w3.org/2006/time>, <https://ontology.commonapproach.org/cids> ;
dcterms:creator cids:ac ;
dcterms:date "2025-12-01"^^xsd:date ;
owl:versionInfo "2.0" ;
skos:prefLabel "Locality Codelist"@en ;
dcterms:title "Locality Codelist"@en ;
dcterms:description "A codelist vocabulary of Locality Codelists according to Statistics Canada definitions."@en .
:loc1
a cids:Locality ;
org:hasName "Large Urban Population Centre" ;
skos:prefLabel "Large Urban Population Centre"@en ;
cids:hasDescription "A large urban population centres, with a population of 100,000 or more." ;
skos:definition "A large urban population centres, with a population of 100,000 or more."@en ;
org:hasIdentifier "loc1" ;
skos:notation "loc1" ;
cids:definedBy cids:statsCan ;
cids:hasSpecification <> ;
rdfs:isDefinedBy <> ;
skos:inScheme <> .
:loc2
a cids:Locality ;
org:hasName "Medium Population Centre" ;
skos:prefLabel "Medium Population Centre"@en ;
cids:hasDescription "medium population centres, with a population between 30,000 and 99,999." ;
org:hasIdentifier "loc2" ;
skos:definition "medium population centres, with a population between 30,000 and 99,999."@en ;
skos:notation "loc2" ;
cids:definedBy cids:statsCan ;
cids:hasSpecification <> ;
rdfs:isDefinedBy <> ;
skos:inScheme <> .
:loc3
a cids:Locality ;
org:hasName "Small Population Centre" ;
skos:prefLabel "Small Population Centre"@en ;
cids:hasDescription "A small population centres, with a population between 1,000 and 29,999." ;
org:hasIdentifier "loc3" ;
skos:definition "A small population centres, with a population between 1,000 and 29,999."@en ;
skos:notation "loc3" ;
cids:definedBy cids:statsCan ;
cids:hasSpecification <> ;
rdfs:isDefinedBy <> ;
skos:inScheme <> .
:loc4
a cids:Locality ;
org:hasName "Rural Areas" ;
skos:prefLabel "Rural Areas"@en ;
cids:hasDescription "All areas outside population centres are classified as rural areas." ;
org:hasIdentifier "loc4" ;
skos:definition "All areas outside population centres are classified as rural areas."@en ;
skos:notation "loc4" ;
cids:definedBy cids:statsCan ;
cids:hasSpecification <> ;
rdfs:isDefinedBy <> ;
skos:inScheme <> .
:loc5
a cids:Locality ;
org:hasName "Indigenous Communities and Lands" ;
skos:prefLabel "Indigenous Communities and Lands"@en ;
cids:hasDescription "" ;
org:hasIdentifier "loc5" ;
skos:definition ""@en ;
skos:notation "loc5" ;
cids:definedBy cids:statsCan ;
cids:hasSpecification <> ;
rdfs:isDefinedBy <> ;
skos:inScheme <> .
:loc6
a cids:Locality ;
org:hasName "Northern Canada" ;
skos:prefLabel "Northern Canada"@en ;
cids:hasDescription "" ;
org:hasIdentifier "loc6" ;
skos:definition ""@en ;
skos:notation "loc6" ;
cids:definedBy cids:statsCan ;
cids:hasSpecification <> ;
rdfs:isDefinedBy <> ;
skos:inScheme <> .
:loc7
a cids:Locality ;
org:hasName "All of Canada" ;
skos:prefLabel "All of Canada"@en ;
cids:hasDescription "" ;
org:hasIdentifier "loc7" ;
skos:definition ""@en ;
skos:notation "loc7" ;
cids:definedBy cids:statsCan ;
cids:hasSpecification <> ;
rdfs:isDefinedBy <> ;
skos:inScheme <> .