You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
2.6 KiB
Plaintext

{
"@context":
{
"Person": "http://xmlns.com/foaf/0.1/Person",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"name": "http://xmlns.com/foaf/0.1/name",
"nickname": "http://xmlns.com/foaf/0.1/nick",
"dbo": "http://dbpedia.org/ontology/" ,
"dbr": "http://dbpedia.org/resource/" ,
"affiliation": {
"@id": "http://schema.org/affiliation",
"@type": "@id"
},
"birthPlace": {
"@type": "@id",
"@id": "dbo:birthPlace"
},
"depiction":
{
"@id": "http://xmlns.com/foaf/0.1/depiction",
"@type": "@id"
},
"image":
{
"@id": "http://xmlns.com/foaf/0.1/img",
"@type": "@id"
},
"born":
{
"@id": "http://schema.org/birthDate",
"@type": "xsd:dateTime"
},
"child":
{
"@id": "http://schema.org/children",
"@type": "@id"
},
"colleague":
{
"@id": "http://schema.org/colleagues",
"@type": "@id"
},
"knows":
{
"@id": "http://xmlns.com/foaf/0.1/knows",
"@type": "@id"
},
"died":
{
"@id": "http://schema.org/deathDate",
"@type": "xsd:dateTime"
},
"email":
{
"@id": "http://xmlns.com/foaf/0.1/mbox",
"@type": "@id"
},
"familyName": "http://xmlns.com/foaf/0.1/familyName",
"givenName": "http://xmlns.com/foaf/0.1/givenName",
"gender": "http://schema.org/gender",
"homepage":
{
"@id": "http://xmlns.com/foaf/0.1/homepage",
"@type": "@id"
},
"honorificPrefix": "http://schema.org/honorificPrefix",
"honorificSuffix": "http://schema.org/honorificSuffix",
"jobTitle": "http://xmlns.com/foaf/0.1/title",
"nationality": "http://schema.org/nationality",
"parent":
{
"@id": "http://schema.org/parent",
"@type": "@id"
},
"sibling":
{
"@id": "http://schema.org/sibling",
"@type": "@id"
},
"spouse":
{
"@id": "http://schema.org/spouse",
"@type": "@id"
},
"telephone": "http://schema.org/telephone",
"Address": "http://www.w3.org/2006/vcard/ns#Address",
"address": "http://www.w3.org/2006/vcard/ns#address",
"street": "http://www.w3.org/2006/vcard/ns#street-address",
"locality": "http://www.w3.org/2006/vcard/ns#locality",
"region": "http://www.w3.org/2006/vcard/ns#region",
"country": "http://www.w3.org/2006/vcard/ns#country",
"postalCode": "http://www.w3.org/2006/vcard/ns#postal-code"
},
"@id": "http://jfernando.es/me",
"birthPlace": "dbr:Talavera_de_la_Reina",
"born": "1989-06-22",
"nickname": "balkian",
"affiliation": "dbr:Technical_University_of_Madrid"
}