RDF assertions related to InsAph 4.202

This is an attempt to imagine a set of RDF assertions to be associated with an example, online edition of a primary source. Of particular interest is the degree to which we can use RDF to communicate relationships with Pleiades content, as asserted by the editors of the primary source (i.e., from outside Pleiades). In this case, the example is an inscription from the site of Aphrodisias.

Compare what we can say with Atom+GeoRSS: AtomInsAph4-202.

For economy, we use the N3 RDF notation:

@prefix : <http://insaph.kcl.ac.uk/iaph2007/iAph040202.html>
@prefix dc: <http://purl.org/dc/elements/1.1/>
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#>
@prefix p: <http://www.unc.edu/awmc/pleiades/ns#>
@prefix so: <http://kmi.open.ac.uk/projects/scholonto/Scholonto2#>


: a p:primarySourceEdition
:s p:addressedBy :

:s p:originallyLocatedAt [p:addressedBy <http://pleiades.stoa.org/places/638753>]
:s p:originallyLocatedAt "South Agora, Agora Gate: on the façade, and three further loose fragments fallen from it"
:s p:originallyLocatedAt [geo:lat_long "12.34,56.78"] 

:s p:foundAt "South Agora, Agora Gate: on the façade, and three further loose fragments fallen from it"
:s p:foundAt [geo:lat_long "12.34,56.78"]

:s p:isEvidenceFor [p:addressedBy <http://pleiades.stoa.org/names/aphrodisias>]
:s p:isEvidenceFor {"Τραλλιανός" a p:ethnicName}

:s p:isAbout [p:addressedBy <http://pleiades.stoa.org/places/638753>]
:s p:isAbout [p:addressedBy "BAtlas 61 F2 Tralles"]

in English

  • s was originally located at a place addressed by http://pleiades.stoa.org/places/638753
  • s was originally located at South Agora, Agora Gate: on the façade, and three further loose fragments fallen from it
  • s was originally located at latitude 12.34 and longitude 56.78
  • s was found at South Agora, Agora Gate: on the façade, and three further loose fragments fallen from it
  • s was found at latitude 12.34 and longitude 56.78
  • s is evidence for the name addressed by http://pleiades.stoa.org/names/aphrodisias
  • s is evidence for an ethnic name spelled "Τραλλιανός" (implication is that Pleiades doesn't have a record for same)