When I send in the text of my book, the editor - Simon St. Laurent - was quite interested in a new term it introduced to him, transreption.
Transreption (short for transrepresentation, the verb is to transrept) is the isomorphic loss-less transformation of one physical resource-representation to another.
This is a known concept in the linked (and other) data world. You can represent exactly the same information in JSON-LD, Turtle, N3, RDF+XML, ... Often you can even represent exactly the same information visually quite differently in the same format. The reason you can't just use the term conversion or the term transformation lies of course in the exactly. No change in the information is allowed.
I like the term (not invented by me, but by 1060 Research), there's no competing alternative, so I thought ... lets have it in Wikipedia or ... since that seems to be exclusively for bigger elements of information, in Wiktionary. That way everybody can learn about it.
Well, it's not quite that easy. Unless the body of information supporting the term is already quite big, it is not getting in. A book, some product documentation and a couple of odd references are not enough to qualify.
Not to worry. If they have strict rules, more kudos to them. There's more than one way to skin an Ouphe. And anyone can say anything about anything, right ? So if I want to define a new term, then I can. Right ? Right !
Several hours later, having looked through how Wiktionary does it on DBPedia and having looked at practically everything in here, I'm ready to throw in the towel. So I hope what follows is correct, but while I am saying something, I have no clue that it is what I want to say.
Naked Triples :
<http://netkernelbook.org/resource/word-transreption> <http://www.w3.org/2006/03/wn/wn20/schema/lexicalForm> "transreption"@en .
<http://netkernelbook.org/resource/word-transreption> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2006/03/wn/wn20/schema/Word> .
<http://netkernelbook.org/resource/wordsense-transreption-noun-1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2006/03/wn/wn20/schema/NounWordSense> .
<http://netkernelbook.org/resource/wordsense-transreption-noun-1> <http://www.w3.org/2000/01/rdf-schema#label> "transreption"@en .
<http://netkernelbook.org/resource/wordsense-transreption-noun-1> <http://www.w3.org/2006/03/wn/wn20/schema/word> <http://netkernelbook.org/resource/word-transreption> .
<http://netkernelbook.org/resource/synset-transreption-noun-1> <http://www.w3.org/2000/01/rdf-schema#label> "transreption"@en .
<http://netkernelbook.org/resource/synset-transreption-noun-1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2006/03/wn/wn20/schema/NounSynset> .
<http://netkernelbook.org/resource/synset-transreption-noun-1> <http://www.w3.org/2006/03/wn/wn20/schema/containsWordSense> <http://netkernelbook.org/resource/wordsense-transreption-noun-1> .
<http://netkernelbook.org/resource/synset-transreption-noun-1> <http://www.w3.org/2006/03/wn/wn20/schema/gloss> "the isomorphic loss-less transformation of one physical resource-representation to another"@en .
RDF+XML
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:schema="http://www.w3.org/2006/03/wn/wn20/schema/"
xmlns:rdfschema="http://www.w3.org/2000/01/rdf-schema#">
<schema:NounSynset rdf:about="http://netkernelbook.org/resource/synset-transreption-noun-1">
<rdfschema:label xml:lang="en">transreption</rdfschema:label>
<schema:containsWordSense>
<schema:NounWordSense rdf:about="http://netkernelbook.org/resource/wordsense-transreption-noun-1">
<rdfschema:label xml:lang="en">transreption</rdfschema:label>
<schema:word>
<schema:Word rdf:about="http://netkernelbook.org/resource/word-transreption">
<schema:lexicalForm xml:lang="en">transreption</schema:lexicalForm>
</schema:Word>
</schema:word>
</schema:NounWordSense>
</schema:containsWordSense>
<schema:gloss xml:lang="en">is the isomorphic loss-less transformation of one physical resource-representation to another</schema:gloss>
</schema:NounSynset>
</rdf:RDF>