Skip to content

Commit

Permalink
Issue #139 configuration changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jyotsnaraveendran committed Apr 26, 2018
1 parent 5efd259 commit e8c96e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions java/registry/src/main/resources/frame.json.sample
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"@context": {
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"teacher": "http://example.com/voc/teacher/1.0.0/",
"teacher": "http://localhost:8080/",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@type":"teacher:Teacher"
"@type":"<@type>"
}
2 changes: 1 addition & 1 deletion java/registry/src/main/resources/validations.shex.sample
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PREFIX teacher: <http://example.com/voc/teacher/1.0.0/>
PREFIX teacher: <http://localhost:8080/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX ex: <http://ex.example/#>

Expand Down

0 comments on commit e8c96e5

Please sign in to comment.