National Gallery XML Example: Artist: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
<pre> | <pre> | ||
<rdfs:label>Raphael</rdfs:label> | <rdfs:label>Raphael</rdfs:label> | ||
<rdf:type rdf:resource="http:// | <rdf:type rdf:resource="http://rdf.ng-london.org.uk/resource/Artist"/> | ||
<rdf:type rdf:resource="http://www.cidoc-crm.org/rdfs/cidoc_crm_v5.0.2_english_label.rdfs#E21.Person"/> | <rdf:type rdf:resource="http://www.cidoc-crm.org/rdfs/cidoc_crm_v5.0.2_english_label.rdfs#E21.Person"/> | ||
<rdf:type rdf:resource="http:// | <rdf:type rdf:resource="http://rdf.ng-london.org.uk/resource/AlphasortID"/> | ||
<rdf:type rdf:resource="http://www.cidoc-crm.org/rdfs/cidoc_crm_v5.0.2_english_label.rdfs#E42.Identifier"/> | <rdf:type rdf:resource="http://www.cidoc-crm.org/rdfs/cidoc_crm_v5.0.2_english_label.rdfs#E42.Identifier"/> | ||
<crm:P131F.is_identified_by rdf:resource="http:// | <crm:P131F.is_identified_by rdf:resource="http://rdf.ng-london.org.uk/resource/Raphael"/> | ||
<crm:P131F.is_identified_by rdf:resource="http:// | <crm:P131F.is_identified_by rdf:resource="http://rdf.ng-london.org.uk/resource/NGConstitutentID_1541"/> | ||
<crm:P100B.died_in rdf:resource="http:// | <crm:P100B.died_in rdf:resource="http://rdf.ng-london.org.uk/resource/Death_of_Raphael"/> | ||
<crm:P98B.was_born rdf:resource="http:// | <crm:P98B.was_born rdf:resource="http://rdf.ng-london.org.uk/resource/Birth_of_Raphael"/> | ||
</pre> | </pre> | ||
=== Complex properties: Blank Nodes === | === Complex properties: Blank Nodes === |
Revision as of 17:18, 15 December 2010
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/"> <--! All of the defined properties and links would be added here --> </rdf:Description>
Simple Properties
The properties here are slightly more complicated than usual as the artist label "Raphael" is the same as the alpha-sort name. For other artist the alpha-sort resource is defined separately.
<rdfs:label>Raphael</rdfs:label> <rdf:type rdf:resource="http://rdf.ng-london.org.uk/resource/Artist"/> <rdf:type rdf:resource="http://www.cidoc-crm.org/rdfs/cidoc_crm_v5.0.2_english_label.rdfs#E21.Person"/> <rdf:type rdf:resource="http://rdf.ng-london.org.uk/resource/AlphasortID"/> <rdf:type rdf:resource="http://www.cidoc-crm.org/rdfs/cidoc_crm_v5.0.2_english_label.rdfs#E42.Identifier"/> <crm:P131F.is_identified_by rdf:resource="http://rdf.ng-london.org.uk/resource/Raphael"/> <crm:P131F.is_identified_by rdf:resource="http://rdf.ng-london.org.uk/resource/NGConstitutentID_1541"/> <crm:P100B.died_in rdf:resource="http://rdf.ng-london.org.uk/resource/Death_of_Raphael"/> <crm:P98B.was_born rdf:resource="http://rdf.ng-london.org.uk/resource/Birth_of_Raphael"/>
Complex properties: Blank Nodes
Institutional display values
<crm:P3F.has_note> <crm:E62.String> <crm:P90F.has_value>"""1483 - 1520"""</crm:P90F.has_value> <rdf:type rdf:resource="http://cima3.ng-london.org.uk/resource/NG_DisplayDate"/> </crm:E62.String> </crm:P3F.has_note>