RDF Definition - Person


 

@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix dct:  <http://purl.org/dc/terms/>
@prefix foaf: <http://xmlns.com/foaf/0.1/>
@prefix void: <http://rdfs.org/ns/void#>
@prefix bl: <http://http://www.bl.uk/ns#>
@prefix owl: <http://www.w3.org/2002/07/owl#>
@prefix bio: <http://purl.org/vocab/bio/0.1/>
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>

 

Base URI

Example URL: http://www.bl.uk/people/samuel-taylor-coleridge

Item source

ItemPathTemplates
/sitecore/content/Home/People BL_Global_Page_Person, BL_Global_Page_Person_NonDisplayable



#person

Example URL: http://www.bl.uk/people/samuel-taylor-coleridge#person

Items in /sitecore/content/Home/People can be of template BL_Global_Page_Person_NonDisplayable or BL_Global_Page_Person_NonDisplayable

Item definition

PropertyValue SourceSample ValueNotes
rdf:type Fixed

foaf:Agent, foaf:Person, dc:Agent

same as BNB
foaf:name BL_Global_Page_Person_NonDisplayable:FirstName +
BL_Global_Page_Person_NonDisplayable:MiddleName +
BL_Global_Page_Person_NonDisplayable:LastName
"Samuel Taylor Coleridge"  
foaf:familyName BL_Global_Page_Person_NonDisplayable:LastName "Coleridge"  
foaf:givenName BL_Global_Page_Person_NonDisplayable:FirstName +
BL_Global_Page_Person_NonDisplayable:MiddleName
"Samuel Taylor"  
owl:sameAs BL_Global_Inherited_LibraryOfCongress:LCUri http://id.loc.gov/authorities/names/n81004092 if populated
owl:sameAs ? http://bnb.data.bl.uk/doc/person/ColeridgeSamuelTaylor1772-1834 V2: Link to the BNB resources for people, if appropriate
bl:occupation BL_Global_Page_Person_NonDisplayable:Occupation "Poet" String Literal from CMS
bio:event
base URI + #birth
http://www.bl.uk/people/samuel-taylor-coleridge#birth
bio:birth is more specific but have used with bio:event to match BNB
bio:event
base URI + #death
http://www.bl.uk/people/samuel-taylor-coleridge#death  
bl:genre BL_Global_Inherited_Genre:Genre "Romantic Literature" String Literal from CMS
bl:literaryPeriod BL_Global_Inherited_LiteraryPeriod:LiteraryPeriod "Romantic" String Literal from CMS
wdrs:describedBy base URI Example URL: http://www.bl.uk/people/samuel-taylor-coleridge
Resource which describes the person

 

#birth

Example URL: http://www.bl.uk/people/samuel-taylor-coleridge#birth

 Item definition

PropertyValue SourceSample ValueNotes
rdf:type Fixed bio:Birth  
bio:date
  • BirthDateFrom
  • BirthDateDisplay 

"1798-01-01"^^xsd:date

or

"1798"^^xsd:gYear

if XXXDateFrom is populated, the and xsd:date is generated

If not, then XXXDateDisplay is examined for a 4 digit number and if found a xsd:gYear is generated. This is the same logic as the website.


bio:place
? (see above)
"Mary, Devon, England"

V2: The BNB has URIs for places in the form:

&lt;http://bnb.data.bl.uk/id/place/ChapelHill&gt; a geo:SpatialThing, dc:Location; rdfs:label "Chapel Hill".

 

#death

Example URL: http://www.bl.uk/people/samuel-taylor-coleridge#death

Item definition

PropertyValue SourceSample ValueNotes
rdf:type Fixed bio:Birth  
bio:date ? (see #birth above)

"1798-01-01"^^xsd:date

or

"1798"^^xsd:gYear

See above
bio:place
? (see #birth above)
"Highgate, London, England"

V2

 

See also: Common Definitions