﻿#OPD for SES, documentaion : http://opd.data.ac.uk
# Defining prefixes makes your document easier to read and maintain

@prefix owl:     <http://www.w3.org/2002/07/owl#>.
@prefix foaf:    <http://xmlns.com/foaf/0.1/>.
@prefix oo:      <http://purl.org/openorg/>.
@prefix dcterms: <http://purl.org/dc/terms/>.
@prefix geo:     <http://www.w3.org/2003/01/geo/wgs84_pos#>.
@prefix skos:    <http://www.w3.org/2004/02/skos/core#>.
@prefix org:     <http://www.w3.org/ns/org#>.
@prefix xtypes:  <http://purl.org/xtypes/>.
@prefix lyou:    <http://purl.org/linkingyou/>.
@prefix spatialrelations: <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> .
@prefix vcard:   <http://www.w3.org/2006/vcard/ns#>.
@prefix ospost: <http://data.ordnancesurvey.co.uk/ontology/postcode/> .
@prefix lprov: <http://id.learning-provider.data.ac.uk/terms#> .

# Describe this document and state a license

<> a oo:OrganizationProfileDocument ;
        dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
        foaf:primaryTopic <http://id.nerc.ac.uk/> .

<http://id.nerc.ac.uk/>
        a org:OrganizationalCollaboration;
        skos:prefLabel "Natural Environment Research Council" ;
        skos:hiddenLabel "NERC" ;
        vcard:sortLabel "Natural Environment Research Council" ;
	foaf:phone <tel:+441793411500>;
	foaf:mbox <mailto:capitalrequirements@nerc.ac.uk> ;
      	foaf:logo <http://www.nerc.ac.uk/nerc/assets/images/logos/nerc/nerc-logo-large.jpg> ;
        foaf:homepage <http://www.nerc.ac.uk/> ;
        owl:sameAs <http://dbpedia.org/resource/Natural_Environment_Research_Council> ;
        vcard:adr <http://www.nerc.ac.uk/#address> ;
        foaf:based_near <http://data.ordnancesurvey.co.uk/id/postcodeunit/SN21EU> ;
	foaf:account <https://twitter.com/NERCscience> .

<http://www.nerc.ac.uk/#address> rdf:type vcard:Address ;
                                 vcard:postal-code "SN2 1EU" ;
                                 vcard:country-name "United Kingdom" ;
                                 vcard:street-address "Polaris House, North Star Avenue" ;
                                 vcard:locality "Swindon" .

#Linking you http://opd.data.ac.uk/docs/key-pages
<http://id.nerc.ac.uk/>
	lyou:news <http://www.nerc.ac.uk/latest/news/nerc/> ;
    	lyou:events <http://www.nerc.ac.uk/latest/events/> ;
	lyou:strategy <http://www.nerc.ac.uk/about/whatwedo/strategy/> ;
	lyou:about <http://www.nerc.ac.uk/about/> ;
	lyou:vacancies <http://www.nerc.ac.uk/about/careers/vacancies/> ;
	lyou:policies <http://www.nerc.ac.uk/about/policy/policies/> ;
	lyou:research <http://www.nerc.ac.uk/research/funded/programmes/> ;
    lyou:contact <http://www.nerc.ac.uk/about/enquiries/> .

<http://data.ordnancesurvey.co.uk/id/postcodeunit/SN21EU> rdfs:label "SN2 1EU" ;
                                                            rdf:type ospost:PostcodeUnit ;
                                                            spatialrelations:easting "415031"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                            spatialrelations:northing "185357"^^<http://www.w3.org/2001/XMLSchema#integer> ;
                                                            geo:lat "51.566891"^^<http://www.w3.org/2001/XMLSchema#decimal> ;
                                                            geo:long "-1.784526"^^<http://www.w3.org/2001/XMLSchema#decimal> .


#Social Media http://opd.data.ac.uk/docs/social 
<https://twitter.com/NERCscience> a foaf:OnlineAccount ;
                                        foaf:accountName "NERCscience" ;
					foaf:accountServiceHomepage <https://twitter.com/> .

#News Feeds - http://opd.data.ac.uk/docs/feeds
<http://www.nerc.ac.uk/tasks/feed/?feedID=553050EC-8FF5-49C7-9087D01EAECB9972> a <http://purl.org/xtypes/RSS>;
	oo:organization <http://id.nerc.ac.uk/> ;
	dcterms:subject <http://purl.org/openorg/theme/news> ;
	dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> .

#Research announcements
<http://www.nerc.ac.uk/tasks/feed/?feedID=35D135A4-2C44-4CEB-9259746B4A5C1356> a <http://purl.org/xtypes/RSS>;
	oo:organization <http://id.nerc.ac.uk/> ;
	dcterms:subject <http://purl.org/openorg/theme/notices> ;
	dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> .

<https://reg.nerc.ac.uk/nerc-services-and-facilities.xlsx>
  	oo:organization <http://id.nerc.ac.uk/> ;
  	oo:corrections <mailto:capitalrequirements@nerc.ac.uk> ;
   	oo:contact <mailto:capitalrequirements@nerc.ac.uk> ;
   	dcterms:subject <http://purl.org/openorg/theme/Facilities> ;
   	dcterms:conformsTo <http://equipment.data.ac.uk/uniquip> ;
   	dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> .
