National Gallery XML Example: Timespan
The RDF system that produced this data is still under development and public URIs are not yet available, so all references to rdf.ng-london.org.uk are not yet live.
This page is part of the National_Gallery_API discussion.
--Jpadfield 16:29, 15 December 2010 (UTC)
Resource Description
<rdf:Description rdf:about="http://rdf.ng-london.org.uk/resource/1505"> <--! All of the defined properties and links would be added here --> </rdf:Description>
Simple Properties
More discussion will be required to clarify how to relate timespans to time literals and define the start and end dates of a time span.
<rdf:type rdf:resource="http://www.cidoc-crm.org/rdfs/cidoc_crm_v5.0.2_english_label.rdfs#E52.Time-Span"/> <rdf:type rdf:resource="http://rdf.ng-london.org.uk/resource/Year_Range"/> <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1505</rdfs:label> <crm:P86F.falls_within rdf:resource="http://rdf.ng-london.org.uk/resource/16th_century"/> <crm:P86F.falls_within rdf:resource="http://rdf.ng-london.org.uk/resource/1500s"/> <ngo:PN12F.has_start_date rdf:datatype="http://www.w3.org/2001/XMLSchema#date">1505-01-01</ngo:PN12F.has_start_date> <ngo:PN13F.has_end_date rdf:datatype="http://www.w3.org/2001/XMLSchema#date">1505-12-31</ngo:PN13F.has_end_date>