# defining prefixes makes our document easier to read an maintain @prefix skos: . @prefix owl: . @prefix dcterms: . @prefix oo: . @prefix lyou: . @prefix foaf: . @prefix vcard: . @prefix org: . @prefix ospost: . @prefix spatialrelations: . @prefix geo: . # Describe this document and state a license <> a oo:OrganizationProfileDocument ; dcterms:license ; foaf:primaryTopic . # Describe Organistation and address a org:FormalOrganization ; skos:prefLabel "University of Brighton" ; foaf:phone ; foaf:based_near ; foaf:logo ; foaf:homepage ; owl:sameAs ; owl:sameAs . a vcard:Address ; vcard:postal-code "BN2 4AT" ; vcard:country-name "United Kingdom" ; vcard:street-address "MITHRAS HOUSE, LEWES ROAD" ; vcard:locality "BRIGHTON" . a ospost:PostcodeUnit ; rdfs:label "BN2 4AT" ; spatialrelations:easting "532519"^^xsd:integer ; spatialrelations:northing "106455"^^xsd:integer ; geo:lat "50.842448"^^xsd:decimal ; geo:long "-0.119142"^^xsd:decimal . # Describe the source of equipment data, what standard it conforms to, and the license. oo:organization ; oo:contact ; oo:corrections ; dcterms:subject ; dcterms:subject ; dcterms:conformsTo ; dcterms:license . # Social Media foaf:account . a foaf:OnlineAccount ; foaf:accountName "University of Brighton" ; foaf:accountServiceHomepage . foaf:account . a foaf:OnlineAccount ; foaf:accountName "University of Brighton" ; foaf:accountServiceHomepage . foaf:account . a foaf:OnlineAccount ; foaf:accountName "University of Brighton" ; foaf:accountServiceHomepage . foaf:account . a foaf:OnlineAccount ; foaf:accountName "University of Brighton" ; foaf:accountServiceHomepage . # Linking you foaf:homepage ; lyou:events ; lyou:business ; lyou:depts ; lyou:about ; lyou:search ; lyou:press ; lyou:news ; lyou:jobs ; lyou:legal ; lyou:contact ; lyou:about-leader ; lyou:about-executive ; lyou:about-strategy ; lyou:about-sites ; lyou:press-facts ; lyou:legal-foi ; lyou:legal-equality ; lyou:legal-website ; lyou:contact-staff ; lyou:web-accessibility ; lyou:research ; lyou:business-ktp ; lyou:academic-depts ; lyou:support-depts ; lyou:conference-facilities ; lyou:courses ; lyou:undergraduate ; lyou:undergraduate-courses ; lyou:undergraduate-courses-entry-requirements ; lyou:undergraduate-prospectus ; lyou:postgraduate ; lyou:postgraduate-taught ; lyou:postgraduate-taught-courses ; lyou:postgraduate-taught-courses-entry-requirements ; lyou:postgraduate-research ; lyou:postgraduate-research-courses ; lyou:postgraduate-research-courses-entry-requirements ; lyou:opendays ; lyou:events-graduation ; lyou:about-parents ; lyou:international-students .