Skip to content

Commit

Permalink
Update 07-add-object.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hmottestad authored Apr 29, 2017
1 parent f264bdd commit 74d82ee
Showing 1 changed file with 16 additions and 25 deletions.
41 changes: 16 additions & 25 deletions 07-add-object.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,19 @@
{

"@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":"dbo:notableWork"

"@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": "dbo:notableWork"
},
"@explicit":true ,
"@type":"dbo:Person",
"name":{},
"books":{
"@explicit":"true"
}


"@explicit": true,
"@type": "dbo:Person",
"name": {},
"books": {
"@explicit": "true"
}
}



0 comments on commit 74d82ee

Please sign in to comment.