Skip to content

Commit

Permalink
Update and rename Optional properties to 10-Optional-properties.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hmottestad authored Apr 29, 2017
1 parent ca11d82 commit 7f16c87
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 42 deletions.
28 changes: 28 additions & 0 deletions 10-Optional-properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"@context": {
"foaf": "http://xmlns.com/foaf/0.1/",
"dbo": "http://dbpedia.org/ontology/",
"dbp": "http://dbpedia.org/property/",
"dbr": "http://dbpedia.org/resource/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"type": "@type",
"id": "@id",
"name": "foaf:name",
"books": {
"@id": "dbo:notableWork",
"@container": "@set"
},
"knows": "foaf:knows"
},
"@explicit": true,
"@type": "dbo:Person",
"name": {},
"books": {
"@explicit": "true"
},
"knows": {
"@embed": false,
"@default": "@null",
"@omitDefault": true
}
}
42 changes: 0 additions & 42 deletions Optional properties

This file was deleted.

0 comments on commit 7f16c87

Please sign in to comment.