-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomponents.ttl
95 lines (59 loc) · 4.74 KB
/
components.ttl
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
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix sdmx-dimension: <http://purl.org/linked-data/sdmx/2009/dimension#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sdmx-attribute: <http://purl.org/linked-data/sdmx/2009/attribute#> .
@prefix qb: <http://purl.org/linked-data/cube#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix sdmx-concept: <http://purl.org/linked-data/sdmx/2009/concept#> .
_:tablegroup164 a <http://www.w3.org/ns/csvw#TableGroup> ;
<http://www.w3.org/ns/csvw#table> <http://statistics.gov.scot/def/ontology/components> .
<http://statistics.gov.scot/def/ontology/components> a <http://www.w3.org/ns/csvw#Table> ;
<http://www.w3.org/ns/csvw#url> <file:/var/folders/v4/8n97sxf17cg1mk62c9q7hgvr0000gn/T/components6312443349927555658.csv> ;
dcterms:title "Components Ontology"@en ;
rdfs:label "Components Ontology"@en ;
a owl:Ontology ;
<http://www.w3.org/ns/csvw#row> _:row165 .
_:row165 a <http://www.w3.org/ns/csvw#Row> ;
<http://www.w3.org/ns/csvw#rownum> 1 ;
<http://www.w3.org/ns/csvw#url> <file:/var/folders/v4/8n97sxf17cg1mk62c9q7hgvr0000gn/T/components6312443349927555658.csv#row=2> ;
<http://www.w3.org/ns/csvw#describes> <http://statistics.gov.scot/def/dimension/gender> .
<http://statistics.gov.scot/def/dimension/gender> rdfs:label "Gender" .
_:row165 <http://www.w3.org/ns/csvw#describes> <http://statistics.gov.scot/def/dimension/gender> .
<http://statistics.gov.scot/def/dimension/gender> dcterms:description "The state of being male or female" .
_:row165 <http://www.w3.org/ns/csvw#describes> <http://statistics.gov.scot/def/dimension/gender> .
<http://statistics.gov.scot/def/dimension/gender> a qb:DimensionProperty .
_:row165 <http://www.w3.org/ns/csvw#describes> <http://statistics.gov.scot/def/dimension/gender> .
<http://statistics.gov.scot/def/dimension/gender> qb:codeList <http://statistics.gov.scot/def/concept-scheme/gender> .
_:row165 <http://www.w3.org/ns/csvw#describes> <http://statistics.gov.scot/def/dimension/gender> .
<http://statistics.gov.scot/def/dimension/gender> skos:notation "gender" .
_:row165 <http://www.w3.org/ns/csvw#describes> <http://statistics.gov.scot/def/dimension/gender> .
<http://statistics.gov.scot/def/dimension/gender> rdfs:range <http://statistics.gov.scot/def/Gender> .
_:row165 <http://www.w3.org/ns/csvw#describes> <http://statistics.gov.scot/def/dimension/gender> , <http://statistics.gov.scot/def/dimension/gender> .
<http://statistics.gov.scot/def/dimension/gender> rdfs:isDefinedBy <http://statistics.gov.scot/def/ontology/components> .
_:row165 <http://www.w3.org/ns/csvw#describes> <http://statistics.gov.scot/def/dimension/gender> .
<http://statistics.gov.scot/def/dimension/gender> a rdf:Property .
<http://statistics.gov.scot/def/ontology/components> <http://www.w3.org/ns/csvw#row> _:row167 .
_:row167 a <http://www.w3.org/ns/csvw#Row> ;
<http://www.w3.org/ns/csvw#rownum> 2 ;
<http://www.w3.org/ns/csvw#url> <file:/var/folders/v4/8n97sxf17cg1mk62c9q7hgvr0000gn/T/components6312443349927555658.csv#row=3> ;
<http://www.w3.org/ns/csvw#describes> <http://statistics.gov.scot/def/measure/count> .
<http://statistics.gov.scot/def/measure/count> rdfs:label "Count" .
_:row167 <http://www.w3.org/ns/csvw#describes> <http://statistics.gov.scot/def/measure/count> .
<http://statistics.gov.scot/def/measure/count> dcterms:description "Total number of items" .
_:row167 <http://www.w3.org/ns/csvw#describes> <http://statistics.gov.scot/def/measure/count> .
<http://statistics.gov.scot/def/measure/count> a qb:MeasureProperty .
_:row167 <http://www.w3.org/ns/csvw#describes> <http://statistics.gov.scot/def/measure/count> , <http://statistics.gov.scot/def/measure/count> .
<http://statistics.gov.scot/def/measure/count> skos:notation "count" .
_:row167 <http://www.w3.org/ns/csvw#describes> <http://statistics.gov.scot/def/measure/count> .
<http://statistics.gov.scot/def/measure/count> rdfs:range <http://statistics.gov.scot/def/Count> .
_:row167 <http://www.w3.org/ns/csvw#describes> <http://statistics.gov.scot/def/measure/count> .
<http://statistics.gov.scot/def/measure/count> rdfs:subPropertyOf <http://purl.org/linked-data/sdmx/2009/measure#obsValue> .
_:row167 <http://www.w3.org/ns/csvw#describes> <http://statistics.gov.scot/def/measure/count> .
<http://statistics.gov.scot/def/measure/count> rdfs:isDefinedBy <http://statistics.gov.scot/def/ontology/components> .
_:row167 <http://www.w3.org/ns/csvw#describes> <http://statistics.gov.scot/def/measure/count> .
<http://statistics.gov.scot/def/measure/count> a rdf:Property .