-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathprofile.ttl
181 lines (165 loc) · 9.08 KB
/
profile.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
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX prof: <http://www.w3.org/ns/dx/prof/>
PREFIX role: <http://www.w3.org/ns/dx/prof/role/>
PREFIX sdo: <https://schema.org/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
<http://www.opengis.net/def/geosparql>
a prof:Profile ;
dcterms:created "2020-10-11"^^xsd:date ;
dcterms:creator "OGC GeoSPARQL Standards Working Group" ;
dcterms:description "This is a 'profile declaration' for the GeoSPARQL 1.1 specification (standard). It describes the multiple parts of the specification and how the standard relates to other standards. It is formulated according to the Profiles Vocabulary."@en ;
dcterms:license "https://www.ogc.org/license"^^xsd:anyURI ;
dcterms:modified "2021-06-16"^^xsd:date ;
dcterms:publisher [
a sdo:Organization ;
sdo:name "Open Geospatial Consortium" ;
sdo:url "https://www.ogc.org"^^xsd:anyURI
] ;
dcterms:rights "(c) 2021 Open Geospatial Consortium" ;
dcterms:title "GeoSPARQL 1.1 Profile" ;
owl:versionIRI <http://www.opengis.net/def/geosparql/1.1> ;
owl:versionInfo "OGC GeosPARQL 1.1" ;
skos:scopeNote "Profile declarations are used to allow data to identify specifications in a way that allows data to make conformance claims to them - a broader conformance claim than that made to individual 'conformance classes' that are commonly found in recent OGC specifications. Profile declarations are also used to describe and relate the often multiple parts of specifications: ontologies, specification 'documents', vocabularies, validators and so on. This declaration describes where those parts are, what form (format) they take, what information models they implement and what roles they play."@en ;
prof:hasResource
<http://www.opengis.net/def/geosparql/extended-examples> ,
<http://www.opengis.net/def/geosparql/funcsrules> ,
<http://www.opengis.net/def/geosparql/geo-jsonldcontext> ,
<http://www.opengis.net/def/geosparql/repository> ,
<http://www.opengis.net/def/geosparql/reqs> ,
<http://www.opengis.net/def/geosparql/safuncs> ,
<http://www.opengis.net/def/geosparql/sf-jsonldcontext> ,
<http://www.opengis.net/def/geosparql/validator> ,
<http://www.opengis.net/doc/IS/geosparql/1.1> ,
<http://www.opengis.net/doc/IS/geosparql/1.1.pdf> ,
<http://www.opengis.net/doc/IS/geosparql/release-notes-1.1> ,
<http://www.opengis.net/ont/geosparql> ,
<http://www.opengis.net/ont/geosparql.json> ,
<http://www.opengis.net/ont/sf> ;
.
<http://www.opengis.net/ont/gml>
a prof:ResourceDescriptor ;
dcterms:conformsTo <http://www.w3.org/TR/owl2-rdf-based-semantics/> ;
dcterms:description "An OWL ontology (vocabulary) of the GML geometry types"@en ;
dcterms:format "text/xml" ;
dcterms:title "GML Geometry Types Vocabulary"@en ;
prof:hasArtifact "https://schemas.opengis.net/gml/3.2.1/gml_32_geometries.rdf"^^xsd:anyURI ;
prof:hasRole role:vocabulary ;
.
<https://ror.org/00fsdxs93>
a
owl:NamedIndividual ,
sdo:Organization ;
sdo:name "Open Geospatial Consortium" ;
sdo:url <https://www.ogc.org> ;
.
<http://www.opengis.net/def/geosparql/extended-examples>
a prof:ResourceDescriptor ;
dcterms:description "Examples that are too long to sensibly fit within the Specification's Annex B. They are presented as individual files within a version control repository directory."@en ;
dcterms:title "Extended Examples"@en ;
prof:hasArtifact "https://github.com/opengeospatial/ogc-geosparql/tree/master/1.1/examples"^^xsd:anyURI ;
prof:hasRole role:example ;
.
<http://www.opengis.net/def/geosparql/funcsrules>
a prof:ResourceDescriptor ;
dcterms:conformsTo <https://www.w3.org/TR/skos-reference/> ;
dcterms:description "all GeoSPARQL functions and rules presented as a SKOS vocabulary"@en ;
dcterms:format "text/turtle" ;
dcterms:title "GeoSPARQL Functions & Rules vocabulary"@en ;
prof:hasArtifact "http://defs-dev.opengis.net/static/definitions/conceptschemes/functions_geosparql.ttl"^^xsd:anyURI ;
prof:hasRole role:vocabulary ;
.
<http://www.opengis.net/def/geosparql/geo-jsonldcontext>
a prof:ResourceDescriptor ;
dcterms:description "This is a JSON-LD context which can be used to incorporate the GeoSPARQL vocabulary in a JSON-LD file"@en ;
dcterms:format "text/json" ;
dcterms:title "JSON-LD context for the GeoSPARQL ontology"@en ;
prof:hasArtifact "https://github.com/opengeospatial/ogc-geosparql/blob/master/1.1/contexts/geo-context.json"^^xsd:anyURI ;
prof:hasRole role:specification ;
.
<http://www.opengis.net/def/geosparql/repository>
a prof:ResourceDescriptor ;
dcterms:description "Code repository storing all Profile artifacts"@en ;
dcterms:title "Profile code repository"@en ;
prof:hasArtifact "https://github.com/opengeospatial/ogc-geosparql"^^xsd:anyURI ;
prof:hasRole role:repository ;
.
<http://www.opengis.net/def/geosparql/reqs>
a prof:ResourceDescriptor ;
dcterms:conformsTo <https://www.w3.org/TR/skos-reference/> ;
dcterms:description "A vocabulary of the requirements and conformance classes in the GeoSPARQL 1.1 specification"@en ;
dcterms:format "text/turtle" ;
dcterms:title "GeoSPARQL 1.1 Requirement and Conformance Class Vocabulary"@en ;
prof:hasArtifact "https://github.com/opengeospatial/ogc-geosparql/blob/master/1.1/reqs.ttl"^^xsd:anyURI ;
prof:hasRole role:specification ;
.
<http://www.opengis.net/def/geosparql/safuncs>
a prof:ResourceDescriptor ;
dcterms:conformsTo <https://www.w3.org/TR/skos-reference/> ;
dcterms:description "all GeoSPARQL Spatial Aggregate functions presented as a SKOS vocabulary"@en ;
dcterms:format "text/turtle" ;
dcterms:title "GeoSPARQL Spatial Aggregate Functions"@en ;
prof:hasArtifact "http://defs-dev.opengis.net/static/definitions/conceptschemes/sa_functions.ttl"^^xsd:anyURI ;
prof:hasRole role:vocabulary ;
.
<http://www.opengis.net/def/geosparql/sf-jsonldcontext>
a prof:ResourceDescriptor ;
dcterms:description "This is a JSON-LD context which can be used to incorporate the Simple Features vocabulary in a JSON-LD file"@en ;
dcterms:format "text/json" ;
dcterms:title "JSON-LD context for the Simple Features vocabulary"@en ;
prof:hasArtifact "https://github.com/opengeospatial/ogc-geosparql/blob/master/1.1/contexts/sf-context.json"^^xsd:anyURI ;
prof:hasRole role:specification ;
.
<http://www.opengis.net/def/geosparql/validator>
a prof:ResourceDescriptor ;
dcterms:conformsTo <https://www.w3.org/TR/shacl/> ;
dcterms:description "A [Shapes Constraint Language (SHACL)](https://www.w3.org/TR/shacl/) file that specifies rules for RDF data that can be used to test the conformance of data to the GeoSPARQL standard."@en ;
dcterms:format "text/turtle" ;
dcterms:title "GeoSPARQL RDF Shapes Validator"@en ;
prof:hasArtifact "https://github.com/opengeospatial/ogc-geosparql/master/1.1/validator.ttl"^^xsd:anyURI ;
prof:hasRole role:validation ;
.
<http://www.opengis.net/doc/IS/geosparql/1.1>
a prof:ResourceDescriptor ;
dcterms:format "text/html" ;
dcterms:title
"GeoSPARQL 1.1 Release Notes"@en ,
"GeoSPARQL Specification online"@en ;
prof:hasArtifact
"https://github.com/opengeospatial/ogc-geosparql/master/1.1/spec/_11-052r4.html"^^xsd:anyURI ,
"https://opengeospatial.github.io/ogc-geosparql/geosparql11/releasenotes.html"^^xsd:anyURI ;
prof:hasRole role:specification ;
.
<http://www.opengis.net/doc/IS/geosparql/1.1.pdf>
a prof:ResourceDescriptor ;
dcterms:format "application/pdf" ;
dcterms:title "GeoSPARQL Specification Document as a PDF"@en ;
prof:hasArtifact "https://github.com/opengeospatial/ogc-geosparql/master/1.1/spec/_11-052r4.pdf"^^xsd:anyURI ;
prof:hasRole role:specification ;
.
<http://www.opengis.net/ont/geosparql>
a prof:ResourceDescriptor ;
dcterms:description "The GeoSPARQL 1.1 ontology in RDF (turtle)"@en ;
dcterms:format "text/turtle" ;
dcterms:title "GeoSPARQL Ontology"@en ;
prof:hasArtifact "https://github.com/opengeospatial/ogc-geosparql/master/1.1/geo.ttl"^^xsd:anyURI ;
prof:hasRole role:schema ;
.
<http://www.opengis.net/ont/geosparql.json>
a prof:ResourceDescriptor ;
dcterms:description "The GeoSPARQL 1.1 ontology in RDF (JSON-LD)"@en ;
dcterms:format "application/ld+json" ;
dcterms:title "GeoSPARQL Ontology"@en ;
prof:hasArtifact "https://github.com/opengeospatial/ogc-geosparql/master/1.1/geo.json"^^xsd:anyURI ;
prof:hasRole role:schema ;
.
<http://www.opengis.net/ont/sf>
a prof:ResourceDescriptor ;
dcterms:conformsTo <http://www.w3.org/TR/owl2-rdf-based-semantics/> ;
dcterms:description "An OWL ontology (vocabulary) of the Simple Features geometry types"@en ;
dcterms:format "text/turtle" ;
dcterms:title "Simple Features Vocabulary"@en ;
prof:hasArtifact "https://github.com/opengeospatial/ogc-geosparql/blob/master/1.1/sf_geometries.ttl"^^xsd:anyURI ;
prof:hasRole role:vocabulary ;
.