Skip to content

Instantly share code, notes, and snippets.

@robbl
Created January 30, 2012 17:11
Show Gist options
  • Save robbl/1705481 to your computer and use it in GitHub Desktop.
Save robbl/1705481 to your computer and use it in GitHub Desktop.
<?xml version='1.0' encoding='UTF-8' ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:scms="http://ns.aksw.org/scms/" xmlns:str="http://nlp2rdf.lod2.eu/schema/string/" xmlns:spotlight="http://dbpedia.org/spotlight/">
<rdf:Description rdf:about="http://myprefix.whatever.de/offset_0_4_ak47">
<rdf:type rdf:resource="http://nlp2rdf.lod2.eu/schema/string/Document"/>
<rdf:type rdf:resource="http://nlp2rdf.lod2.eu/schema/string/OffsetBasedString"/>
<str:sourceString>ak47</str:sourceString>
<str:subString rdf:resource="http://myprefix.whatever.de/offset_0_4_ak47"/>
</rdf:Description>
<rdf:Description rdf:about="http://myprefix.whatever.de/offset_0_4_ak47">
<rdf:type rdf:resource="http://nlp2rdf.lod2.eu/schema/string/OffsetBasedString"/>
<rdf:type rdf:resource="http://dbpedia.org/ontology/Weapon"/>
<rdf:type rdf:resource="http://dbpedia.org/ontology/Device"/>
<rdf:type rdf:resource="http://nerd.eurecom.fr/ontology#Weapon"/>
<rdf:type rdf:resource="http://nerd.eurecom.fr/ontology#Device"/>
<str:anchorOf>ak47</str:anchorOf>
<scms:means rdf:resource="http://dbpedia.org/resource/AK-47"/>
<str:beginIndex>0</str:beginIndex>
<str:endIndex>4</str:endIndex>
<spotlight:support>760</spotlight:support>
<spotlight:types>DBpedia:Weapon,DBpedia:Device,Schema:Product</spotlight:types>
<spotlight:surfaceForm>ak47</spotlight:surfaceForm>
<spotlight:offset>0</spotlight:offset>
<spotlight:similarityScore>0.08226819336414337</spotlight:similarityScore>
<spotlight:percentageOfSecondRank>-1.0</spotlight:percentageOfSecondRank>
<spotlight:URI>http://dbpedia.org/resource/AK-47</spotlight:URI>
</rdf:Description>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment