Skip to content

Commit

Permalink
Further refinement of data service signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Cox committed Jan 17, 2019
1 parent bbc68ff commit 16d9564
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dcat/index.html
Expand Up @@ -1904,7 +1904,8 @@ <h4>Property: endpoint description</h4>
<tr><td class="prop">Definition:</td><td>A description of the service end-point, including its operations, parameters etc.</td></tr>
<tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/dcat#DataService">dcat:DataService</a> </td></tr>
<tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Resource">rdfs:Resource</a> </td></tr>
<tr><td class="prop">Usage note:</td><td>For example an OpenAPI (Swagger) description [[?OpenAPI]], an OGC getCapabilities response [[?WFS]][[?ISO-19142]][[?WMS]][[?ISO-19128]], a SPARQL Service Description [[?SPARQL11-SERVICE-DESCRIPTION]], an [[?OpenSearch]] or [[?WSDL]] document, a Hydra API description [[?HYDRA]].</td></tr>
<tr><td class="prop">Usage note:</td><td>The endpoint decription gives specific details of the actual endpoint instance, while <a href="#Property:resource_conformsto">dct:conformsTo</a> is used to indicate the general standard or specification that the endpoint implements.</td></tr>
<tr><td class="prop">Usage note:</td><td>An endpoint description may be expressed in a machine-readable form, such as an OpenAPI (Swagger) description [[?OpenAPI]], an OGC getCapabilities response [[?WFS]][[?ISO-19142]][[?WMS]][[?ISO-19128]], a SPARQL Service Description [[?SPARQL11-SERVICE-DESCRIPTION]], an [[?OpenSearch]] or [[?WSDL]] document, a Hydra API description [[?HYDRA]], else in text or some other informal mode if a formal representation is not possible.</td></tr>
</tbody>
</table>
</section>
Expand Down
3 changes: 2 additions & 1 deletion dcat/rdf/dcat.ttl
Expand Up @@ -573,7 +573,8 @@ dcat:endpointDescription
rdfs:label "description of service end-point" ;
skos:changeNote "New property in this revision of DCAT" ;
skos:editorialNote "Status: Property accepted by DCAT revision team, but details of definition and constraints not yet resolved." ;
skos:scopeNote "For example an OpenAPI (Swagger) description, an OGC getCapabilities response, a SPARQL Service Description, an OpenSearch or WSDL document, a Hydra API description." ;
skos:scopeNote "The endpoint decription gives specific details of the actual endpoint instance, while <a href="#Property:resource_conformsto">dct:conformsTo</a> is used to indicate the general standard or specification that the endpoint implements." ;
skos:scopeNote "An endpoint description may be expressed in a machine-readable form, such as an OpenAPI (Swagger) description, an OGC getCapabilities response, a SPARQL Service Description, an OpenSearch or WSDL document, a Hydra API description, else in text or some other informal mode if a formal representation is not possible." ;
.
dcat:endpointURL
rdf:type owl:ObjectProperty ;
Expand Down

0 comments on commit 16d9564

Please sign in to comment.