diff --git a/.htaccess b/.htaccess index 7f0ab74..f244f9c 100644 --- a/.htaccess +++ b/.htaccess @@ -47,12 +47,6 @@ RewriteRule ^ldt/topic-hierarchy/templates$ https://raw.githubusercontent.com/At RewriteRule ^ldt$ https://raw.githubusercontent.com/AtomGraph/Processor/master/src/main/resources/com/atomgraph/processor/ldt.ttl [P] -RewriteCond %{HTTP_ACCEPT} text/turtle -RewriteRule ^td$ td/td.ttl [R=303] - -RewriteCond %{HTTP_ACCEPT} application/ld+json -RewriteRule ^td$ td/w3c-wot-td-context.jsonld [R=303] - # added by ivan@w3.org to serve the JSON-LD related files directly from their github repo # 2019-04-17 RewriteRule ^wp.jsonld$ https://w3c.github.io/wp-vocab/wp.jsonld [P] diff --git a/json-schema.html b/json-schema.html deleted file mode 100644 index ce1ac13..0000000 --- a/json-schema.html +++ /dev/null @@ -1,78 +0,0 @@ - - - -
-The namespace identified by the URI
- http://www.w3.org/ns/json-schema#
- will be defined by the Web of Things Working Group.
- This document will contain a directory of links to resources related to this
- namespace. For now, this should be regarded as an experimental namespace.
JSON-Schema provides a means for using the JavaScript Object Notation (JSON) - to define validation constraints for JSON documents. This namespace is intended - for use in defining an ontology for JSON Schema, and has been created to enable - the use of Linked Data declarations for data types as part of metadata describing - things that stand for physical or abstract entities, including sensors and actuators, - physical and virtual devices, and even people, places, and periods of time.
- -This namespace currently has the following resources:
- -Questions on this namespace may be sent to the public - public-wot-wg@w3.org mailing list - (public - archive).
- - diff --git a/json-schema.ttl b/json-schema.ttl deleted file mode 100644 index 8ffed56..0000000 --- a/json-schema.ttl +++ /dev/null @@ -1,361 +0,0 @@ -@prefix :The namespace identified by the URI
- http://www.w3.org/ns/td#
- will be defined by the Web of Things Working Group.
- This document will contain a directory of links to resources related to this
- namespace. For now, this should be regarded as an experimental namespace.
The Web of Things is an abstraction layer concerned with things that stand - for physical or abstract entities, including sensors and actuators, physical and - virtual devices, and even people, places, and periods of time. Things can be - used for a market of services that brings together suppliers and consumers of - things.
- -Things are exposed to applications as software objects with properties, actions - and events, that are defined by the thing's interaction model. Applications are - decoupled from the underlying details of the communication patterns, protocols - and data formats used to connect suppliers and consumers of things.
- -This allows for services across a heterogeneous set of platforms and standards, - and will reduce the complexity, cost and risk for stakeholders, and increase the - market potential, reversing the fragmentation we see today.
- -The interaction model can be used for validation, e.g. when performing an - update to a property value, to verify that the data conforms to the data type - and constraints given in the interaction model for that property.
- -The semantics of things can be described via links from the interaction - model to semantic models. This enables:
- -This namespace may be used for metadata dealing with security, access control, - privacy, data governance, service level agreements and other terms and conditions.
- -Note: this namespace is not intended for domain specific terms.
- -This namespace currently has the following resources:
- - -Questions on this namespace may be sent to the public - public-wot-wg@w3.org mailing list - (public - archive).
- - diff --git a/td.jsonld b/td.jsonld deleted file mode 100644 index 33811a9..0000000 --- a/td.jsonld +++ /dev/null @@ -1,190 +0,0 @@ -{ - "@context" : { - "@version": 1.1, - "td": "http://www.w3.org/ns/td#", - "rdfs": "http://www.w3.org/2000/01/rdf-schema#", - "xsd": "http://www.w3.org/2001/XMLSchema#", - "license" : { - "@id" : "http://purl.org/dc/terms/license" - }, - "id": "@id", - "Link" : { - "@id" : "http://www.w3.org/ns/td#Link" - }, - "properties" : { - "@id" : "http://www.w3.org/ns/td#properties", - "@type" : "@id", - "@container": "@id" - }, - "actions" : { - "@id" : "http://www.w3.org/ns/td#actions", - "@type" : "@id", - "@container": "@id" - }, - "events" : { - "@id" : "http://www.w3.org/ns/td#events", - "@type" : "@id", - "@container": "@id" - }, - "security" : { - "@id" : "http://www.w3.org/ns/td#security", - "@type" : "@id", - "@container": "@set", - "@context": { - "name": { - "@id" : "http://www.w3.org/ns/wot-security#name" - } - } - }, - "Thing" : { - "@id" : "http://www.w3.org/ns/td#Thing" - }, - "DataSchema" : { - "@id" : "http://www.w3.org/ns/json-schema#DataSchema", - "@context": { - "properties": "http://www.w3.org/ns/json-schema#properties" - } - }, - "label" : { - "@id" : "http://www.w3.org/ns/td#label" - }, - "Event" : { - "@id" : "http://www.w3.org/ns/td#Event" - }, - "base" : { - "@id" : "http://www.w3.org/ns/td#base" - }, - "anchor" : { - "@id" : "http://www.w3.org/ns/td#anchor" - }, - "href" : { - "@id" : "http://www.w3.org/ns/td#href" - }, - "name" : { - "@id" : "http://www.w3.org/ns/td#name" - }, - "observable" : { - "@id" : "http://www.w3.org/ns/td#observable", - "@type" : "http://www.w3.org/2001/XMLSchema#boolean" - }, - "Form" : { - "@id" : "http://www.w3.org/ns/td#Form" - }, - "SecurityScheme" : { - "@id" : "http://www.w3.org/ns/td#SecurityScheme" - }, - "writable" : { - "@id" : "http://www.w3.org/ns/td#writable", - "@type" : "http://www.w3.org/2001/XMLSchema#boolean" - }, - "Property" : { - "@id" : "http://www.w3.org/ns/td#Property" - }, - "forms" : { - "@id" : "http://www.w3.org/ns/td#forms", - "@type" : "@id", - "@container": "@set" - }, - "links" : { - "@id" : "http://www.w3.org/ns/td#links", - "@type" : "@id", - "@container": "@set" - }, - "rel" : { - "@id" : "http://www.w3.org/ns/td#rel" - }, - "mediaType" : { - "@id" : "http://www.w3.org/ns/td#mediaType" - }, - "InteractionPattern" : { - "@id" : "http://www.w3.org/ns/td#InteractionPattern" - }, - "Action" : { - "@id" : "http://www.w3.org/ns/td#Action" - }, - "input" : { - "@id" : "http://www.w3.org/ns/td#input", - "@type" : "@id" - }, - "output" : { - "@id" : "http://www.w3.org/ns/td#output", - "@type" : "@id" - }, - "maximum" : { - "@id" : "http://www.w3.org/ns/json-schema#maximum" - }, - "minimum" : { - "@id" : "http://www.w3.org/ns/json-schema#minimum" - }, - "maxItems" : { - "@id" : "http://www.w3.org/ns/json-schema#maxItems", - "@type" : "http://www.w3.org/2001/XMLSchema#decimal" - }, - "minItems" : { - "@id" : "http://www.w3.org/ns/json-schema#minItems", - "@type" : "http://www.w3.org/2001/XMLSchema#decimal" - }, - "items" : { - "@id" : "http://www.w3.org/ns/json-schema#items", - "@type" : "@id" - }, - "required" : { - "@id" : "http://www.w3.org/ns/json-schema#required", - "@type" : "http://www.w3.org/2001/XMLSchema#string", - "@container": "@set" - }, - "description" : { - "@id" : "http://www.w3.org/ns/td#description" - }, - "enum" : { - "@id" : "http://www.w3.org/ns/json-schema#enum", - "@type" : "@id", - "@container": "@set" - }, - "const" : { - "@id" : "http://www.w3.org/ns/json-schema#const" - }, - "type": { - "@id" : "http://www.w3.org/ns/json-schema#type" - }, - "support": { - "@id" : "http://www.w3.org/ns/td#support" - }, - "scheme": { - "@id" : "http://www.w3.org/ns/wot-security#scheme" - }, - "in": { - "@id" : "http://www.w3.org/ns/wot-security#in" - }, - "authorizationUrl": { - "@id" : "http://www.w3.org/ns/wot-security#authorizationUrl" - }, - "tokenUrl": { - "@id" : "http://www.w3.org/ns/wot-security#tokenUrl" - }, - "refreshUrl": { - "@id" : "http://www.w3.org/ns/wot-security#refreshUrl" - }, - "proxyUrl": { - "@id" : "http://www.w3.org/ns/wot-security#proxyUrl" - }, - "scopes": { - "@id" : "http://www.w3.org/ns/wot-security#scopes" - }, - "flow": { - "@id" : "http://www.w3.org/ns/wot-security#flow" - }, - "qop": { - "@id" : "http://www.w3.org/ns/wot-security#qop" - }, - "alg": { - "@id" : "http://www.w3.org/ns/wot-security#alg" - }, - "format": { - "@id" : "http://www.w3.org/ns/wot-security#format" - }, - "identity": { - "@id" : "http://www.w3.org/ns/wot-security#identity" - } - } -} \ No newline at end of file diff --git a/td.ttl b/td.ttl deleted file mode 100644 index 64897f7..0000000 --- a/td.ttl +++ /dev/null @@ -1,596 +0,0 @@ -@prefix :The namespace identified by the URI
- http://www.w3.org/ns/wot-security#
- will be defined by the Web of Things Working Group.
- This document will contain a directory of links to resources related to this
- namespace. For now, this should be regarded as an experimental namespace.
This namespace is intended for Linked Data terms for use in describing security - metadata for the Web of Things.
- -This namespace currently has the following resources:
- -Questions on this namespace may be sent to the public - public-wot-wg@w3.org mailing list - (public - archive).
- - diff --git a/wot-security.ttl b/wot-security.ttl deleted file mode 100644 index 049ba2d..0000000 --- a/wot-security.ttl +++ /dev/null @@ -1,460 +0,0 @@ -@prefix :