ServiceIdentification in JSON Service Metadata document in JSON

72 Copyright © 2015 Open Geospatial Consortium. serviceTypeVersion: ows:serviceIdentificationserviceTypeVersion, fees: ows:serviceIdentificationfees, accessConstraints: ows:serviceIdentificationaccessConstraints }, id: mywfs:ServiceIdentificationDemo1, type: ows:ServiceIdentification, title: OGC Member WFS, abstract: Web Feature Service maintained by NSDI data provider, serving FGDC framework layer XXX; contact Paul.BunyonBlueOx.org, keywords: { id: mywfs:serviceIdentificationKeywordsDemo1, type: ows:Keywords, keyword: [FGDC, NSDI, Framework Data Layer], }, serviceType: WFS, serviceTypeVersion: [2.5.0, 2.0.0, 1.1.0, 1.0.0], fees: NONE, accessConstraints: NONE } That can be automatically transformed to RDF like this: http:www.BlueOx.orgmywfs2.5ServiceIdentificationDemo1 http:www.w3.org19990222-rdf-syntax-nstype http:www.opengis.netows2.0ServiceIdentification . http:www.BlueOx.orgmywfs2.5ServiceIdentificationDemo1 http:www.opengis.netows2.0title OGC Member WFS . http:www.BlueOx.orgmywfs2.5ServiceIdentificationDemo1 http:www.opengis.netows2.0abstract Web Feature Service maintained by NSDI data provider, serving FGDC framework layer XXX; contact Paul.BunyonBlueOx.org . http:www.BlueOx.orgmywfs2.5serviceIdentificationKeywordsDemo1 http:www.w3.org19990222-rdf-syntax-nstype http:www.opengis.netows2.0Keywords . http:www.BlueOx.orgmywfs2.5serviceIdentificationKeywordsDemo1 http:www.opengis.netows2.0keyword FGDC . http:www.BlueOx.orgmywfs2.5serviceIdentificationKeywordsDemo1 http:www.opengis.netows2.0keyword Framework Data Layer . http:www.BlueOx.orgmywfs2.5serviceIdentificationKeywordsDemo1 http:www.opengis.netows2.0keyword NSDI . http:www.BlueOx.orgmywfs2.5ServiceIdentificationDemo1 http:www.opengis.netows2.0serviceIdentificationserviceType WFS . Copyright © 2015 Open Geospatial Consortium. 73 http:www.BlueOx.orgmywfs2.5ServiceIdentificationDemo1 http:www.opengis.netows2.0serviceIdentificationserviceTypeV ersion 1.0.0 . http:www.BlueOx.orgmywfs2.5ServiceIdentificationDemo1 http:www.opengis.netows2.0serviceIdentificationserviceTypeV ersion 1.1.0 . http:www.BlueOx.orgmywfs2.5ServiceIdentificationDemo1 http:www.opengis.netows2.0serviceIdentificationserviceTypeV ersion 2.0.0 . http:www.BlueOx.orgmywfs2.5ServiceIdentificationDemo1 http:www.opengis.netows2.0serviceIdentificationserviceTypeV ersion 2.5.0 . http:www.BlueOx.orgmywfs2.5ServiceIdentificationDemo1 http:www.opengis.netows2.0serviceIdentificationaccessConstr aints NONE . http:www.BlueOx.orgmywfs2.5ServiceIdentificationDemo1 http:www.opengis.netows2.0serviceIdentificationfees NONE .

10.1.1.2 ServiceProvider in JSON

This is the service provider section presented in UML. 74 Copyright © 2015 Open Geospatial Consortium. Figure 11: OWS Common ServiceProvider UML diagram The structure is presented in JSON-LD as a context and an example: { context: { ows: http:www.opengis.netows2.0, mywfs: http:www.BlueOx.orgmywfs2.5, id: id, type: type, providerName: ows:serviceProviderproviderName, providerSite: { id: ows:serviceProviderproviderSide, type: id }, serviceContact: ows:serviceProviderserviceContact:, individualName: ows:serviceProviderindividualName,