@prefix nm: <http://nomisma.org/id/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix oa: <http://www.w3.org/ns/oa#> .
@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix pelagios: <http://pelagios.github.io/vocab/terms#> .
@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
@prefix relations: <http://pelagios.github.io/vocab/relations#> .
@prefix nmo: <http://nomisma.org/ontology#> .
@prefix edm: <http://www.europeana.eu/schemas/edm/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix svcs: <http://rdfs.org/sioc/services#> .

<https://rpc.ashmus.ox.ac.uk/coins/4/830>
	rdf:type <http://www.w3.org/2004/02/skos/core#Concept>;
	skos:prefLabel "RPC IV, 830 (temporary)"@en;
	skos:definition "RPC IV, 830 (temporary)"@en;
	dcterms:source <https://rpc.ashmus.ox.ac.uk>;
	dcterms:replaces <https://rpc.ashmus.ox.ac.uk/coins/4/830>;
	nmo:representsObjectType <http://nomisma.org/id/coin>;
	nmo:hasManufacture <http://nomisma.org/id/struck>;
	nmo:hasDenomination <http://nomisma.org/id/uncertain_value>;
	nmo:hasDenomination <http://nomisma.org/id/ae>;
	nmo:hasAuthority <http://nomisma.org/id/marcus_aurelius>;
	nmo:hasIssuer <http://rpc.ashmus.ox.ac.uk/magistrate/1368>;
	nmo:hasMint <http://nomisma.org/id/abydus>;
	nmo:hasRegion <http://nomisma.org/id/troas>;
	nmo:hasStartDate "0177"^^xsd:gYear;
	nmo:hasEndDate "0179"^^xsd:gYear;
	nmo:hasObverse <https://rpc.ashmus.ox.ac.uk/coins/4/830#obverse>;
	nmo:hasReverse <https://rpc.ashmus.ox.ac.uk/coins/4/830#reverse>;
	void:inDataset <http://rpc.ashmus.ox.ac.uk/>.

<https://rpc.ashmus.ox.ac.uk/coins/4/830#obverse>
	nmo:hasLegend "ΑΥ ΚΑΙ Λ ΑΥΡΗ ΚΟΜΟΔΟΣ ΓΕΡ";
	dcterms:description "laureate-headed bust of Commodus (youthful) wearing cuirass and paludamentum, right, seen from rear"@en ;
	nmo:hasPortrait <http://nomisma.org/id/commodus>.
<https://rpc.ashmus.ox.ac.uk/coins/4/830#reverse>
	nmo:hasLegend "ΕΠΙ ΑΡΧ ΑΙΛ ΖΩΙΛ ΤΟ Β ΑΒΥΔΗΝ";
	dcterms:description "Alexander standing in galley, right, head, left, wearing military dress, extending right arm, holding spear downwards; on galley, two soldiers; to left, prow of second galley, right, with seated soldier; in left background, soldier standing in tower, blowing trumpet, right"@en .