@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:associatedMedia	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:associatedMedia	dct:modified	"2014-10-23" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:associatedMedia	rdfs:label	"Associated Media"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"A list (concatenated and separated) of identifiers (publication, global unique identifier, URI) of media associated with the Occurrence."@en ;
	dct:description	"The recommended best practice is to separate the values with a vertical bar (' | '). Examples: \"http://arctos.database.museum/SpecimenImages/UAMObs/Mamm/2/P7291179.JPG\", \"http://204.140.246.24/Fish/Collection%20Pictures/10118-00.jpg | http://204.140.246.24/Fish/Collection%20Pictures/10118-00a.jpg\"."@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:associatedMedia	dct:hasVersion	ns4:associatedMedia-2014-10-23 ;
	dct:replaces	dwc:associatedMedia-2009-04-24 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:associatedMedia	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/MultimediaObjects" .
@prefix ns6:	<http://rs.tdwg.org/dwc/terms/history/decisions/#> .
dwc:associatedMedia	ns5:decision	ns6:Decision-2014-10-30_16 ;
	ns5:organizedInClass	dwc:Occurrence ;
	ns5:status	"recommended" .