All Downloads are FREE. Search and download functionalities are using the official Maven repository.

testcases.rdfjson.rdfjson-syntax-file-13.rj Maven / Gradle / Ivy

The newest version!
{
  "_:anna" : {
      "http://xmlns.com/foaf/0.1/name" : [ { "value" : "Anna", 
                                             "type" : "literal" } ],
      "http://xmlns.com/foaf/0.1/homepage" : [ { "value" : "http://example.org/anna", 
                                                 "type" : "uri" } ]
  },
  "http://example.org/about" : {
      "http://purl.org/dc/terms/creator" : [ { "value" : "_:anna", 
                                               "type" : "bnode" } ] ,      
      "http://purl.org/dc/terms/title" : [ { "value" : "Anna's Homepage", 
                                             "type" : "literal", 
                                             "lang" : "en" } ]
  }
}                                                        




© 2015 - 2024 Weber Informatics LLC | Privacy Policy