Last active
December 28, 2015 21:59
-
-
Save stain/7568062 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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