@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:   <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:    <http://www.w3.org/2001/XMLSchema#> .
@prefix skos:   <http://www.w3.org/2004/02/skos/core#> .
@prefix gis:    <http://www.opengis.net/ont/geosparql#> .
@prefix sf:     <http://www.opengis.net/ont/sf#> .
@prefix sdo:    <https://schema.org/> .
@prefix vici:   <http://vici.org/ns/2026/06/> .


<http://vici.org/user/1>
  a sdo:Person ;
  rdfs:comment "The real or fictious name of a user registered at Vici.org."@en ;
  rdfs:comment "Echte of fictieve naam van een op vici.org geregistreerde gebruiker."@nl ;
  sdo:name "René Voorburg" ;
  rdfs:isDefinedBy <http://vici.org/user/1/rdf> .


<http://vici.org/dataset>
  a sdo:Dataset ;
  sdo:name "Vici.org - archeologische atlas"@nl , "Vici.org - archaeological atlas"@en ;
  sdo:identifier "http://vici.org/dataset" ;
  sdo:inLanguage "nl", "en";
  sdo:description "Vici.org is a community-driven archaeological atlas, primarily focused on Western Antiquity, including the Classical, Hellenistic, and Roman periods."@en ;
  sdo:description "Vici.org is een door de gemeenschap gedreven archeologische atlas, voornamelijk gericht op de westerse oudheid, inclusief de klassieke, hellenistische en Romeinse perioden."@nl ;
  sdo:url <https://data.digitopia.nl/uri:http://vici.org/dataset> ;
  sdo:creator <http://vici.org/user/1> ;
  sdo:publisher <http://vici.org/> ;
  sdo:dateCreated "2011-11-30"^^xsd:date ;
  sdo:datePublished "2012-01-23"^^xsd:date ;
  sdo:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
  rdfs:comment "Some nodes in this dataset are licensed differently. Check the RDF of CreativeWork entities for local licensing information."@en ;
  rdfs:comment "Sommige eniteiten in deze dataset vallen onder een andere licentie. Controleer de RDF van CreativeWork-entiteiten op lokale licentie-informatie."@nl ;
  sdo:temporalCoverage "-2000/1500" ;
  sdo:about <http://www.wikidata.org/entity/Q1252>, <http://www.wikidata.org/entity/Q1253>, <http://www.wikidata.org/entity/Q1254>, <http://www.wikidata.org/entity/Q1255>, <http://www.wikidata.org/entity/Q831054>,  <http://www.wikidata.org/entity/Q21166>, <http://www.wikidata.org/entity/Q43229>, <http://www.wikidata.org/entity/Q831055>, <http://www.wikidata.org/entity/Q44613>, <http://www.wikidata.org/entity/Q178061> ;
  sdo:keywords "cultural heritage, antiquity, prehistory, archaeological sites, artifacts, ancient settlements, burial sites, temples, roads, trade routes, history, museum, museums, Romans, Germans, Greeks, Celts, Egyptians"@en ;
  sdo:keywords "cultureel erfgoed, oudheid, prehistorie, vroege middeleeuwen, archeologische vindplaatsen, artefacten, oude nederzettingen, begraafplaatsen, tempels, wegen, handelroutes, oude kaarten, geschiedenis, museum, musea, Romeinen, Germanen, Kelten, Grieken, Egyptenaren"@nl ;
  sdo:spatialCoverage  <http://www.wikidata.org/enity/Q2>, <http://www.wikidata.org/entity/Q46>, <http://www.wikidata.org/entity/Q55>, <http://www.wikidata.org/entity/Q4918> .



<http://vici.org/user/1>
  a sdo:Person ;
  rdfs:comment "The real or fictious name of a user registered at Vici.org."@en ;
  rdfs:comment "Echte of fictieve naam van een op vici.org geregistreerde gebruiker."@nl ;
  sdo:name "René Voorburg" ;
  rdfs:isDefinedBy <http://vici.org/user/1/rdf> .

<http://vici.org/> 
	  	a sdo:Organization ;
	  	sdo:name "Vici.org"@nl, "Vici.org"@en ;
  		sdo:contactPoint [
    		a sdo:ContactPoint ;
    		sdo:name "René Voorburg"@nl ;
			sdo:email "voorburg@xs4all.nl"
  	] .
