Skip to content

Commit

Permalink
/profileresourceroles/ README & redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Car committed Oct 14, 2019
1 parent a2c18a1 commit 6fb8005
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
8 changes: 8 additions & 0 deletions profileresourcerole/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Options +FollowSymLinks
RewriteEngine on

RewriteCond %{QUERY_STRING} ^_format=text/turtle$ [OR]
RewriteCond %{HTTP:Accept} text/turtle [NC]
RewriteRule (.*) https://kurrawong.net/profileresourcerole/$1?_mediatype=text/turtle [R=302,L]
RewriteRule (.*).ttl$ https://kurrawong.net/profileresourcerole/$1?_mediatype=text/turtle [R=302,L]
RewriteRule (.*) https://kurrawong.net/profileresourcerole/$1 [R=302,L]
43 changes: 43 additions & 0 deletions profileresourcerole/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Profile
This `/profileresourcerole/` path segment within `w3id.org` is used for creating persistent URIs for instances of the `ResourceRole` class which is defined within the [W3C's Profiles Vocabulary](https://w3c.github.io/dxwg/prof/).

A *profile* is:

> A specification that constrains, extends, combines, or provides guidance or explanation about the usage of other data specifications.
> This definition includes what are sometimes called "application profiles", "metadata application profiles", or "metadata profiles".
- *defintion from the [W3C's Profiles Vocabulary](https://w3c.github.io/dxwg/prof/)*

A `Profile Resource` is:

> A resource that defines an aspect - a particular part or feature - of a Profile
- *class definition of [prof:ResourceDescriptor](https://w3c.github.io/dxwg/prof/#Class:ResourceDescriptor)*

A ` Resource Role` is:

> The role that an Resource plays
- *class definition of [prof:ResourceRole](https://w3c.github.io/dxwg/prof/#Class:ResourceRole)*

### Existing Roles
Within the [W3C's Profiles Vocabulary](https://w3c.github.io/dxwg/prof/) specification, there is already a "starter" list of `Resource Roles`:

* [Constraints](https://w3c.github.io/dxwg/prof/#Role:constraints)
* [Example](https://w3c.github.io/dxwg/prof/#Role:example)
* [Guidance](https://w3c.github.io/dxwg/prof/#Role:guidance)
* [Mapping](https://w3c.github.io/dxwg/prof/#Role:mapping)
* [Schema](https://w3c.github.io/dxwg/prof/#Role:schema)
* [Specification](https://w3c.github.io/dxwg/prof/#Role:specification)
* [Validation](https://w3c.github.io/dxwg/prof/#Role:validation)
* [Vocabulary](https://w3c.github.io/dxwg/prof/#Role:vocabulary)

## Expected Use
Anyone wanting to create a new `Resource Role` not already in the list above can apply to have a URI created of the form `https://w3id.org/profileresourcerole/<ROLE-NAME>`. Just email the contacts below.


### Contacts
**Nicholas Car**
*Data Systems Architect*
SURROUND Australia Pty Ltd
<[email protected]>
<http://surroundaustralia.com>
<https://orcid.org/0000-0002-8742-7730>

0 comments on commit 6fb8005

Please sign in to comment.