MRTG N3 Example
→ Information about submission as TDWG standard
→ MRTG Wiki Homepage
→ Current Schema Draft. This version is under internal review as part of the submission to TDWG.
→ Audubon Core Non normative document
→ MRTG Development History
→ MRTG Meeting Notes
→ MRTG Best Practices
→ XML Schema representation of Audubon Core
→ RDF representation of Audubon Core
→ MediaWiki Help
N3 is an RDF format more human readable than RDF/XML. To see an RDF/XML representaion, copy the contents of the gray box into this RDF Validator, in which be sure to select Notation 3 as input format. When you press its validate button, you will see the ugly RDF/XML, plus a pure triples representation.
A minimalist form of the MRTG schema in RDF/N3 is at MRTG N3.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://dublincore.org/documents/dcmi-terms/> .
@prefix ncd: <http://rs.tdwg.org/ontology/voc/Collection#> .
@prefix xmp: <http://ns.adobe.com/xap/1.0/> .
@prefix xmpRights: <http://ns.adobe.com/xap/1.0/rights/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix photoshop: <http://ns.adobe.com/photonewshop/1.0/> .
@prefix mrtg: <http://xxx.org/XXX/> .
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix Iptc4xmpExt: <http://iptc.org/std/Iptc4xmpExt/2008-02-29/> .
@prefix k2n: <http://www.keytonature.eu/std/metadata/2009/xmlns/> .
#################################################################
#Minimal Metadata meeting requirements
:Item1:
a :mrtg:MultiMediaObject;
xmp:MetadataDate "2010-01-26T16:49-5:00";
dcterms:identifier "http://www.flickr.com/photos/38249384@N00/2554241860";
dcterms:type "StillImage";
dcterms:title "Phallus indusiatus";
dcterms:creator "Robert A. Morris";
mrtg:MetadataLanguage "en";
xmpRights:Owner: "Robert A. Morris";
dcterms:rights "Copyright Robert A. Morris 2006".
####################################################################
# Typical metadata describing image in Flickr
:Item2:
a :mrtg:MultiMediaObject;
xmp:MetadataDate "2010-01-26T16:49-5:00";
dcterms:identifier "http://www.flickr.com/photos/38249384@N00/2554241860";
dcterms:type "StillImage";
mrtg:subtype "Photograph";
dcterms:title "Phallus indusiatus";
mrtg:MetadataLanguage "en";
mrtg:MetadataProvider "Robert A. Morris";
# Rights
dcterms:creator "Robert A. Morris";
xmpRights:Owner: "Robert A. Morris";
dcterms:rights "Copyright Robert A. Morris 2006";
xmpRights:UsageTerms "Some Rights Reserved. Available under a Creative Commons by-nc-nd 2.0 License. Non-commercial use with attribution and without modification is permitted.";
xmpRights:WebStatement <http://creativecommons.org/licenses/by-nc-nd/2.0/deed.en>;
# Access
mrtg:ServiceAccessPoint:
[mrtg:accessURL <http://farm4.static.flickr.com/3020/2554241860_96349beba3_b_d.jpg>;
dcterms:format "jpg";
mrtg:Variant "Best"];
mrtg:ServiceAccessPoint:
[mrtg:accessURL <http://farm4.static.flickr.com/3020/2554241860_96349beba3_t_d.jpg>;
dcterms:format "jpg";
mrtg:Variant "Thumbnail"];
#Content
dwc:ScientificName "Phallus indusiatus";
mrtg:ScientificNameSynonym "Dictyophora indusiata";
dwc:vernacularName "Veiled lady(en); Netted stinkhorn(en); Basket stinkhorn(en); Velo de novia(es)";
dwc:IdentifiedBy "William Haber";
dcterms:description
"Mushroom at LaSelva after rain
Dictyophora indusiata, Family Phallaceae.
It is called Veiled lady, Netted stinkhorn, Basket stinkhorn in English, Velo de novia in Spanish.
ID by Bill Haber, Missouri Botanical Garden and UMASS-Boston Electronic Field Guide Project.
current taxonomy:binomial=Phallus indusiatus.";
#Location and Time
Iptc4xmpExt:LocationShown "La Selva Field Station, Costa Rica";
Iptc4xmpExt:CountryCode "CR";
Iptc4xmpExt:CountryName "Costa Rica";
Iptc4xmpExt:City "La Selva";
Iptc4xmpExt:Sublocation "Biological Field Station";
xmp:CreateDate "2008-05-30 07:59:16-6:00".