- From: Kingsley Idehen <kidehen@openlinksw.com>
- Date: Wed, 06 Aug 2014 01:10:10 +0100
- To: public-hydra@w3.org
- Message-ID: <53E17262.6050103@openlinksw.com>
On 8/5/14 11:22 PM, Kingsley Idehen wrote:
>
> <a href="{some-relation-uri}">Relation</a> is a triple:
>
> <{some-relation-uri}> <#denotes> [ a rdf:Property ;
> rdfs:label "Relation" ;
> skos:altLabel "Predicate" ;
> rdfs:comment """I am a Relationship property/predicate constructed via
> an HTML anchor (<a/>) tag. """
> ] .
>
> The Relation semantics aspect of RDF plus Linked Data's HTTP URIs
> enables the above to evolve, ad nauseam to the likes of:
>
> <{some-relation-uri}> <#denotes> [ a rdf:Property,
> owl:InverseFunctionalProperty ;
> rdfs:label "Relation" ;
> skos:altLabel "Predicate" ;
> rdfs:comment """I am a Relationship property/predicate not easily
> constructable via HTML anchor (<a/>) tags or even
Scrap the example above, it should have been:
<a href="{some-relation-uri}">I am a link target</a> is a triple:
# nature of relation definition triples
<a/>
a rdf:Property ;
rdfs:comment """I am a Relationship property/predicate *represented*
via the HTML anchor (<a/>) tag. """ .
# actual relation instance triples
<>
<a/> [ a owl:Thing ;
<#denotedBy> <{some-uri-that-denotes-some-other-thing}> ;
rdfs:label "I am a link target" ] .
The Relation semantics aspect of RDF plus Linked Data's HTTP URIs
enables the above to evolve, ad nauseam to the likes of:
<a/>
a rdf:Property;
rdfs:label "HTML <a/> tag" ;
rdfs:domain schema:WebPage ;
rdfs:range schema:WebPage .
or even to something more specific:
<a/>
a rdf:Property;
rdfs:label "HTML <a/> tag" ;
rdfs:domain schema:WebPage ;
rdfs:range owl:Thing .
Or you make you own relation on the fly [1].
Key thing is that both humans and machines are able to make sense
(connote) of what the sentences or statements represented by the triples.
[1] http://linkeddata.uriburner.com/c/9DA62JIF -- H/T relation described
on the fly via a series of nanotation enhanced Tweets .
--
Regards,
Kingsley Idehen
Founder & CEO
OpenLink Software
Company Web: http://www.openlinksw.com
Personal Weblog 1: http://kidehen.blogspot.com
Personal Weblog 2: http://www.openlinksw.com/blog/~kidehen
Twitter Profile: https://twitter.com/kidehen
Google+ Profile: https://plus.google.com/+KingsleyIdehen/about
LinkedIn Profile: http://www.linkedin.com/in/kidehen
Personal WebID: http://kingsley.idehen.net/dataspace/person/kidehen#this
Attachments
- application/pkcs7-signature attachment: S/MIME Cryptographic Signature
Received on Wednesday, 6 August 2014 00:10:32 UTC