SeaTurtleParserTest.testEmbeddedContext.sea Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of konig-core Show documentation
Show all versions of konig-core Show documentation
A library for core classes (Graph, Vertex, Edge, etc.)
@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"
} .