Skip to content

Commit

Permalink
Update 09-disable-embedding.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hmottestad authored Apr 29, 2017
1 parent 54d9054 commit c6e24ac
Showing 1 changed file with 23 additions and 36 deletions.
59 changes: 23 additions & 36 deletions 09-disable-embedding.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,26 @@
{

"@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"


"@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
}



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




0 comments on commit c6e24ac

Please sign in to comment.