Community Page
- phildawes.net/blog/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Hi, Do you feel that your agility in Factor has improved since this post? Roger
- Thanks for the pointer - I've cleaned up the spam and regrettably added some moderation
- I'm loving the comments thread for this post. Can't decide whether to get my upholstery cleaned or do something about my fast food obesity.
- Cool - thanks Eric
- I pasted some code that does the moving sum in factor. http://paste.factorcode.org/paste?id=569#282
Jump to original thread »
WARNING: this is a collection of ill thought-out ideas!
With all the talk of tags and folksonomies, I’ve started wondering whether it might be possible to pull a similar trick with structured metadata - i.e. reducing the precision and accuracy of the metadata in return for increa ... Continue reading »
With all the talk of tags and folksonomies, I’ve started wondering whether it might be possible to pull a similar trick with structured metadata - i.e. reducing the precision and accuracy of the metadata in return for increa ... Continue reading »
4 years ago
Until we're able to have metadata about tags (as this post suggests) then tags are just keywords. Remeber HTML meta keywords anyone? :)
4 years ago
4 years ago
4 years ago
Ultimately, there will be separate presentations of the same data for human consumption and for machine consumption.
In designing a better human-readable assertion language, we need to understand our priorities. One important design goal beyond readability is speakability.
I am thinking of a very formal sort of writing which, while somewhat repetitive, achieves the fluidity of the spoken word. The assertions would have to be translatable into rdf without (m)any errors. That won't be easy.
What I want to do right now is present my semantic data about finance in a way which will encourage mortal contributors to refer to assertions and even add their own. I cannot expect people to use rdf to interact with a web service, nor perform a lot of gui interaction.
4 years ago
For the last few years I've been experimenting with and working on a 'tags-triples'-like syntax primarily for use with text-based in-line metadata markup, as in Wiki-type knowledge capture systems. I just started a java-based project for this called Juju ( http://juju.sourceforge.net ), which I will be posting source files and tutorials/examples online sometime in the next couple of weeks. The system's parser-engine will allow for customizable/multiple syntaxes depending on the implementation needs, but the essense of it is that you could write a WikiWord like LukeSkywalker and then define the link like LukeSkywalker>>Brother>>LeiaOrgana or on the LukeSkywalker page, since the context is LukeSkywalker already, it would accept a shortcut like DarthVader>>Father. Note that the direction of the chevrons/double-arrows indicates the direction of the Subject>>Predicate>>Object triple-form, so that a reverse arrow means Object< <predicate><<subject. the="The" shortcut="shortcut" form="form" with="with" a="a" forward="forward" chevron="chevron" assumes="assumes" that="that" the="the" missing="missing" item="item" is="is" the="the">>Father means DarthVader>>Father>>LukeSkywalker and LeiaOrgana<<brother means="means" leiaorgana="LeiaOrgana"><</brother><brother><<lukeskywalker. the="The" system="system" right="right" now="now" doesn="doesn"></lukeskywalker.></brother></subject.></predicate>
4 years ago