@base <http://nxg.me.uk/norman/>.

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix : <http://xmlns.com/foaf/0.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix cc: <http://web.resource.org/cc/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix contact: <http://www.w3.org/2000/10/swap/pim/contact#> .
@prefix airport: <http://www.daml.org/2001/10/html/airport-ont#> .



</norman/rdf> a :PersonalProfileDocument;
    :maker <>;
    :primaryTopic <>.
</norman/ttl> a :PersonalProfileDocument;
    :maker <>;
    :primaryTopic <>.
</norman/n3> a :PersonalProfileDocument;
    :maker <>;
    :primaryTopic <>.

<>
    a :Person, :Agent, cc:Agent;
    :name "Norman Gray";
    :givenname "Norman";
    :family_name "Gray";
    dct:identifier "Norman Gray";
    owl:sameAs <http://nxg.me.uk/norman/openid>;
    :mbox <mailto:norman@astro.gla.ac.uk>;
    :mbox_sha1sum "14f2d3a469303d0faca13f73064845ddda4d2dbd";
    :mbox_sha1sum "c9994fd3713561d0d9a468cd30c11a0f3cb3055a";
    :mbox_sha1sum "e6578555a8108ea83ee7f1d60556e63fd83bcc5e";
    :mbox_sha1sum "58a587e433b1e0c22aa026eeee7703ffcee6262c";
    :mbox_sha1sum "84612b3540a255bb11de3db579e02533ff2631c5";
    :mbox_sha1sum "0254b43a4c00a8c5eb9093d9820353640ee02786";
    :mbox_sha1sum "bfeee75c2025815392014a95cfd4b6aad117c07f";
    :mbox_sha1sum "baa162e14a20b3fafbccbf0fceaa1159a3a042d1";
    :homepage <http://nxg.me.uk>;
    :homepage <http://www.astro.gla.ac.uk/users/norman/>;
    :depiction <http://nxg.me.uk/norman/jpg>;
    :workplaceHomepage <http://www.astro.gla.ac.uk>;
    :workplaceHomepage <http://www.star.le.ac.uk>;
    :holdsAccount [
      a :OnlineAccount;
      :accountServiceHomepage <http://flickr.com/people/nxg>;
      :accountName "nxg";
    ];
    :holdsAccount [
      a :OnlineAccount;
      :accountServiceHomepage <http://www.linkedin.com/in/normangray>;
      :accountName "normangray";
    ];
    :holdsAccount [
      a :OnlineAccount;
      :accountServiceHomepage <https://twitter.com/normangray>;
      :accountName "normangray";
    ];
    :holdsAccount [
      a :OnlineAccount;
      :accountServiceHomepage <http://www.google.com>;
      :accountName "norman.x.gray";
    ];
    :knows [
        a :Person;
        :name "Arthur Stutt";
        :mbox_sha1sum "d632bf53bde24db32e18d9ef5b2871ef7086ca71";
	:homepage <http://www.stutt.greenisp.org/>
	];
    :knows <http://tomheath.com/id/me>;
    :knows [
        a :Person;
        :name "Danny Ayers";
        :homepage <http://dannyayers.com/>;
        rdfs:seeAlso <http://dannyayers.com/me>;
    ];
    :knows <http://gromgull.net/me>;
    :knows <http://hea-www.harvard.edu/~dburke/foaf.rdf#me>;
    :knows <http://www.dcs.gla.ac.uk/~schalmers/foaf.rdf#me>;
    :based_near [
        a geo:Point;
        geo:lat "55.872202";
        geo:long "-4.291394" ];
    :based_near <http://dbpedia.org/resource/Glasgow>;
    contact:nearestAirport [
        airport:iataCode "GLA";
        airport:icaoCode "EGPF";
        airport:sameIndividualAs <http://www.daml.org/cgi-bin/airport?GLA> ];
    .

<http://flickr.com/people/nxg>
  a :OnlineAccount;
  :accountName "nxg";
  :accountServiceHomepage <http://flickr.com>;
  rdfs:label "Norman on Flickr".

<http://tomheath.com/id/me>
    a :Person;
    :name "Tom Heath".

<http://hea-www.harvard.edu/~dburke/foaf.rdf#me>
    a :Person;
    :name "Douglas Burke";
    rdfs:seeAlso <http://hea-www.harvard.edu/~dburke/foaf.rdf>.

<http://gromgull.net/me>
  a :Person;
  :name "Gunnar AAstrand Grimnes";
  rdfs:seeAlso <http://gromgull.net/foaf.rdf>.

<#norman> owl:sameAs <>.

<#agent> a cc:Agent;
    owl:sameAs <>;
    dct:title "Norman Gray";
    dct:identifier <>.
