Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hmottestad authored Apr 29, 2017
1 parent 399993a commit f264bdd
Showing 1 changed file with 12 additions and 19 deletions.
31 changes: 12 additions & 19 deletions [email protected]
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
{

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

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

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


0 comments on commit f264bdd

Please sign in to comment.