Skip to content

Commit

Permalink
Change URI
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Aug 14, 2023
1 parent 4793303 commit 2d21e73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ Creating a NGSI-LD @context file for normalized interactions datamodels.context-
"type": "@type",
"id": "@id",
"ngsi-ld": "https://uri.etsi.org/ngsi-ld/",
"fiware": "https://uri.fiware.org/ns/data-models#",
"fiware": "https://uri.fiware.org/ns/dataModels#",
"schema": "https://schema.org/",
...etc
"Building": "fiware:Building",
Expand Down Expand Up @@ -562,7 +562,7 @@ Creating a NGSI-LD @context file for normalized interactions datamodels.context-
のコピー と組み合わせて、以下を機械的に定義します:

コンピュータが `type=Building` のエンティティに遭遇した場合、これは実際には
`https://uri.fiware.org/ns/data-models#Building` を参照します。
`https://uri.fiware.org/ns/dataModels#Building` を参照します。

**Building** の定義から、必須の `category` と `address` があることがわかります。

Expand Down Expand Up @@ -655,7 +655,7 @@ datamodels.context.jsonld created
"type": "@type",
"id": "@id",
"ngsi-ld": "https://uri.etsi.org/ngsi-ld/",
"fiware": "https://uri.fiware.org/ns/data-models#",
"fiware": "https://uri.fiware.org/ns/dataModels#",
"schema": "https://schema.org/",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ Opening the generated file, the following structure can be found:
"type": "@type",
"id": "@id",
"ngsi-ld": "https://uri.etsi.org/ngsi-ld/",
"fiware": "https://uri.fiware.org/ns/data-models#",
"fiware": "https://uri.fiware.org/ns/dataModels#",
"schema": "https://schema.org/",
...etc
"Building": "fiware:Building",
Expand Down Expand Up @@ -536,7 +536,7 @@ Effectively this NGSI-LD `@context` can be combined with a copy of the NGSI-LD c
to mechanically define the following:

If a computer encounters an entity of `type=Building` this really refers to a
`https://uri.fiware.org/ns/data-models#Building`
`https://uri.fiware.org/ns/dataModels#Building`

From the definition of a **Building** we know it has a mandatory `category` and `address`.

Expand Down Expand Up @@ -643,7 +643,7 @@ Opening the generated file, the following structure can be found:
"type": "@type",
"id": "@id",
"ngsi-ld": "https://uri.etsi.org/ngsi-ld/",
"fiware": "https://uri.fiware.org/ns/data-models#",
"fiware": "https://uri.fiware.org/ns/dataModels#",
"schema": "https://schema.org/",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
Expand Down

0 comments on commit 2d21e73

Please sign in to comment.