Skip to content

Commit

Permalink
Update 08-control-arrays.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hmottestad authored Apr 29, 2017
1 parent 74d82ee commit 54d9054
Showing 1 changed file with 19 additions and 29 deletions.
48 changes: 19 additions & 29 deletions 08-control-arrays.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,22 @@
{

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

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


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




0 comments on commit 54d9054

Please sign in to comment.