National Gallery XML Example: Artist: Difference between revisions
Jump to navigation
Jump to search
(Created page with "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 ...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
== Resource Description == | == Resource Description == | ||
<pre> | <pre> | ||
<rdf:Description rdf:about="http://rdf.ng-london.org.uk/resource/"> | <rdf:Description rdf:about="http://rdf.ng-london.org.uk/resource/Raphael"> | ||
<--! All of the defined properties and links would be added here --> | <--! All of the defined properties and links would be added here --> | ||
Line 16: | Line 16: | ||
=== Simple Properties === | === 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. | |||
<pre> | |||
<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"/> | |||
</pre> | |||
=== Complex properties: Blank Nodes === | |||
==== Institutional display values ==== | |||
<pre> | <pre> | ||
<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> | |||
</pre> | </pre> |
Latest revision as of 17:21, 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/Raphael"> <--! 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>