Sha256: 95ad7a107e5a4d9ecf9806de698804ea964b62d64d828f02b89fc146f8e14323

Contents?: true

Size: 1.4 KB

Versions: 8

Compression:

Stored size: 1.4 KB

Contents

@prefix geonames: <http://www.geonames.org/ontology#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://example.org/countries.csv#AD> schema:latitude "42.546245"^^xsd:double;
   schema:longitude "1.601554"^^xsd:double;
   schema:name "Andorra";
   geonames:countryCode "AD" .

<http://example.org/countries.csv#AE> schema:latitude "23.424076"^^xsd:double;
   schema:longitude "53.847818"^^xsd:double;
   schema:name "United Arab Emirates";
   geonames:countryCode "AE" .

<http://example.org/countries.csv#AF> schema:latitude "33.93911"^^xsd:double;
   schema:longitude "67.709953"^^xsd:double;
   schema:name "Afghanistan";
   geonames:countryCode "AF" .

 [
   <http://example.org/country_slice.csv#countryRef> <http://example.org/countries.csv#AF>;
   <http://example.org/country_slice.csv#population> "9989846"^^xsd:integer;
   <http://example.org/country_slice.csv#year> "1962"^^xsd:gYear
 ] .

 [
   <http://example.org/country_slice.csv#countryRef> <http://example.org/countries.csv#AF>;
   <http://example.org/country_slice.csv#population> "9799379"^^xsd:integer;
   <http://example.org/country_slice.csv#year> "1961"^^xsd:gYear
 ] .

 [
   <http://example.org/country_slice.csv#countryRef> <http://example.org/countries.csv#AF>;
   <http://example.org/country_slice.csv#population> "9616353"^^xsd:integer;
   <http://example.org/country_slice.csv#year> "1960"^^xsd:gYear
 ] .

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rdf-tabular-3.3.0 spec/data/countries_html-minimal.ttl
rdf-tabular-3.2.1 spec/data/countries_html-minimal.ttl
rdf-tabular-3.2.0 spec/data/countries_html-minimal.ttl
rdf-tabular-3.1.1 spec/data/countries_html-minimal.ttl
rdf-tabular-3.1.0 spec/data/countries_html-minimal.ttl
rdf-tabular-2.2.2 spec/data/countries_html-minimal.ttl
rdf-tabular-2.2.1 spec/data/countries_html-minimal.ttl
rdf-tabular-2.2.0 spec/data/countries_html-minimal.ttl