Skip to content

Instantly share code, notes, and snippets.

@ewg118
Last active October 16, 2019 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ewg118/021bb71c0c15ef0b2f50c7aad5a4edc3 to your computer and use it in GitHub Desktop.
Save ewg118/021bb71c0c15ef0b2f50c7aad5a4edc3 to your computer and use it in GitHub Desktop.
Archaeological object with a findspot
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX geo: <http://www.ics.forth.gr/isl/CRMgeo/>
PREFIX arch: <http://www.cidoc-crm.org/cidoc-crm/CRMarchaeo/>
PREFIX sci: <http://www.ics.forth.gr/isl/CRMsci/>
<https://finds.org.uk/database/artefacts/record/id/975239> a crm:E22_Man-MadeObject ;
sci:O19i_was_object_found_by ?encounter .
?encounter a sci:S19_Encounter_Event ;
crm:P7_took_place_at ?place ;
crm:P33_used_specific_technique <http://purl.org/heritagedata/schemes/agl_et/concepts/145148> . #metal detecting
?place a crm:E53_Place ;
crm:P89_falls_within <http://data.ordnancesurvey.co.uk/doc/7000000000016999> ;
crm:P168_place_is_defined_by ?spatialThing .
?spatialThing a geo:SP5_Geometric_Place_Expression ;
geo:Q9_is_expressed_in_terms_of <http://www.wikidata.org/entity/Q215848> ; #wgs84 URI in wikidata...better URI available?
geo:asWKT "POINT (51.30311833, -1.97269609)"^^<http://www.opengis.net/ont/geosparql#wktLiteral> # not sure which comes first, lat or long
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment