Skip to content

Commit

Permalink
Missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oxixes committed Nov 15, 2023
1 parent 4a6b92c commit c8ef147
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
17 changes: 12 additions & 5 deletions docs.ja/development/macdl_rdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Application Mashup GE は、MAC 情報を RDF として表現する手段を提

- **URI**: `http://wirecloud.conwet.fi.upm.es/ns/widget#Widget`

- **Properties include**: `dcterms:title`, `dcterms:description`, `dcterms:creator`, `usdl:hasProvider`,
`usdl:utilizedResource`, `foaf:page`, `wire:hasPlatformPreference`, `wire:hasPlatformWiring`,
- **Properties include**: `wire:macVersion`, `dcterms:title`, `dcterms:description`, `dcterms:creator`,
`usdl:hasProvider`, `usdl:utilizedResource`, `foaf:page`, `wire:hasPlatformPreference`, `wire:hasPlatformWiring`,
`wire:hasPlatformRendering`, `wire:hasPlatformStateProperty`, `usdl:versionInfo`, `wire:hasImageUri`,
`wire.hasiPhoneImageUri`, `wire:displayName`, `vcard:addr`

Expand All @@ -49,8 +49,8 @@ Application Mashup GE は、MAC 情報を RDF として表現する手段を提

- **URI**: `http://wirecloud.conwet.fi.upm.es/ns/widget#Operator`

- **Properties include**: `dcterms:title`, `dcterms:description`, `dcterms:creator`, `usdl:hasProvider`,
`usdl:utilizedResource`, `foaf: page`, `wire:hasPlatformPreference`, `wire:hasPlatformWiring`,
- **Properties include**: `wire:macVersion`, `dcterms:title`, `dcterms:description`, `dcterms:creator`,
`usdl:hasProvider`, `usdl:utilizedResource`, `foaf: page`, `wire:hasPlatformPreference`, `wire:hasPlatformWiring`,
`wire:hasPlatformRendering`, `wire:hasPlatformStateProperty`, `usdl:versionInfo`, `wire:hasImageUri`,
`wire.hasiPhoneImageUri`, `wire:displayName`, `vcard:addr`

Expand Down Expand Up @@ -140,6 +140,13 @@ Application Mashup GE は、MAC 情報を RDF として表現する手段を提

### プロパティ

#### `wire:macVersion` プロパティ

このプロパティは、ウィジェットまたはオペレータを記述するために使用されるMACDLのバージョンを示す。 現在、サポートされているのはの値は`1`である。 このプロパティは必須ではないが、使用すべきである。 このプロパティがない場合、バージョン`1`はを想定している。

- **URI**: `http://wirecloud.conwet.fi.upm.es/ns/Widget#macVersion`
- **Domain**: `wire:Widget``wire:Operator`
- **Range**: `rdfs:Literal`

#### `wire:hasPlatformPreference` プロパティ

Expand Down Expand Up @@ -340,7 +347,7 @@ Application Mashup GE は、MAC 情報を RDF として表現する手段を提

- **URI**: `http://wirecloud.conwet.fi.upm.es/ns/mashup#Mashup`

- **Properties include**: `wire-m:hasMashupPreference`, `wire-m:hasMashupParam`, `wire-m:hasTab`,
- **Properties include**: `wire:macVersion`, `wire-m:hasMashupPreference`, `wire-m:hasMashupParam`, `wire-m:hasTab`,
`wire-m:hasMashupWiring`, `wire:hasImageUri`, `wire:hasiPhoneImageUri`, `wire:version`

- **subClassOf**: `usdl:CompositeService`
Expand Down
6 changes: 6 additions & 0 deletions docs.ja/development/macdl_xml.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@

## 共通のメタデータ

### `macversion` 要素

`macversion`要素はMACが使用するApplication Mashup GE仕様のバージョンを宣言するために使用される。 この要素は、Application Mashup GE仕様の古いバージョンと互換性を保つために必須では ないが、すべての新しいMACsに含めるべきである。

現在、この要素でサポートされている値は`1`だけである。 この要素がない場合、値`1`が仮定される。

### `details` 要素

![](../../docs/images/mac_description_details_element.png)
Expand Down
2 changes: 1 addition & 1 deletion docs/development/macdl_rdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ This class represents a mashup. It will be implemented as a workspace.

- **URI**: `http://wirecloud.conwet.fi.upm.es/ns/mashup#Mashup`

- **Properties include**: `wire-m:hasMashupPreference`, `wire-m:hasMashupParam`, `wire-m:hasTab`,
- **Properties include**: `wire:macVersion`, `wire-m:hasMashupPreference`, `wire-m:hasMashupParam`, `wire-m:hasTab`,
`wire-m:hasMashupWiring`, `wire:hasImageUri`, `wire:hasiPhoneImageUri`, `wire:version`

- **subClassOf**: `usdl:CompositeService`
Expand Down

0 comments on commit c8ef147

Please sign in to comment.