Skip to content

Instantly share code, notes, and snippets.

@kba
Created November 19, 2015 15:38
Show Gist options
  • Save kba/0bc70b850d7b8e64d0eb to your computer and use it in GitHub Desktop.
Save kba/0bc70b850d7b8e64d0eb to your computer and use it in GitHub Desktop.
ok, also zum einen steht im Schema
"@id": "infolis:term",
...
"schema:domainIncludes": {
"@id": "infolis:TextualReference"
},
das sollte "@id":"infolis:reference" sein wenn ich das richtig sehe
ergo:
{
"@id": "infolis:pattern",
"dc:description": "The pattern that extracted this reference",
"schema:domainIncludes": {
"@id": "infolis:TextualReference"
},
"rdfs:range": {
"@id": "infolis:InfolisPattern"
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment