-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvoid.ttl
30 lines (24 loc) · 1.64 KB
/
void.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
@prefix dct: <http://purl.org/dc/terms/> .
@prefix sdo: <https://schema.org/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://linked.data.gov.au/dataset/qldgeofoi>
a void:Dataset ;
dct:description """This is a Linked Data dataset (i.e. online in HTML & RDF, according to LD principles) of the Geological Features of Interest of Queensland.
Currently this dataset contains only Structural Framework data sourced from the Queensland GeoResGlobe (https://georesglobe.information.qld.gov.au/). In the future, it will contain other sorts of Geo FoIs too.
This tool uses the SWEET Geological Features Profile Ontology (https://github.com/geological-survey-of-queensland/sweet-geological-features-profile-ont) as its main data model and that model conforms to the Location Index (LocI) project's requirements so this information is compatible with other spatial data published by LocI."""@en ;
dct:issued "2020-02-04"^^xsd:date ;
dct:modified "2020-02-04"^^xsd:date ;
dct:publisher <http://linked.data.gov.au/org/gsq> ;
dct:license <http://creativecommons.org/licenses/by/4.0/> ;
dct:title "Queensland's Geological Features of Interest" ;
# void:sparqlEndpoint <http://linked.data.gov.au/dataset/asgs2016/sparql> ; # not available yet
# void:dataDump <http://foi.gsq.cat/data.ttl> ;
void:uriSpace "http://linked.data.gov.au/dataset/qldgeofoi" ;
void:vocabulary <http://linked.data.gov.au/def/sweetgeofeatures#> ;
void:triples 300000000 ;
void:entities 20000000 ;
.
<http://linked.data.gov.au/org/gsq> a sdo:Organization ;
sdo:name "Geological Survey of Queensland" ;
.