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

SeaTurtleParserTest.testEmbeddedContext.sea Maven / Gradle / Ivy

There is a newer version: 2.11.0
Show newest version


@context {
	"schema" : "http://schema.org/" ,
	"givenName" : "http://example.com/givenName"
}

@prefix person:  .

person:alice givenName "Alice" .

{
	@context {
		"givenName" : "schema:givenName"
	} 
	@id person:bob ;
	givenName "Bob"
} .




© 2015 - 2024 Weber Informatics LLC | Privacy Policy