Skip to content

Instantly share code, notes, and snippets.

@stain
Last active December 28, 2015 21:59
Show Gist options
  • Save stain/7568062 to your computer and use it in GitHub Desktop.
Save stain/7568062 to your computer and use it in GitHub Desktop.
<http://orcid.example.com/000-1337>
a foaf:Person , prov:Person ;
rdfs:label "John F Doe" ;
rdfs:seeAlso <http://example.com/foaf#me> ;
= <http://example.com/webId> ;
prov:alternateOf <http://example.com/foaf#me> ;
foaf:account <http://orcid.example.com/000-1337/> ;
foaf:based_near
[ a gn:Feature ;
gn:countryCode "GB" ;
gn:parentCountry <http://sws.geonames.org/2635167/>
] ;
foaf:familyName "Doe" ;
foaf:givenName "John" ;
foaf:homepage <http://example.com/myPage> ;
foaf:mbox <mailto:john@example.org> , <mailto:doe@example.com> ;
foaf:name "John F Doe" ;
foaf:page <http://example.com/other> , <http://example.com/anon> ;
foaf:publications <http://orcid.example.com/000-1337/> .
<http://sws.geonames.org/2635167/>
a gn:Feature , <http://schema.org/Place> , rdfs:Resource , <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> ;
rdfs:label "United Kingdom" , "United Kingdom of Great Britain and Northern Ireland" ;
gn:countryCode "GB" ;
gn:name "United Kingdom" , "United Kingdom of Great Britain and Northern Ireland" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment