Hi,

I have a date in my dataset of the datatype xsd:gYear which is preceded 
by the property dcterms:date.
I noticed that when I ask a describe in the SPARQL interface and have 
the results printed as a pretty table the date is formatted as xsd:date, 
not as xsd:gYear. [1]
But when I get the triples in a separate file (auto) the date is 
formatted as xsd:gYear (?) [2]
What's happening here; there must be some transformation of teh datatype 
when HTML is produced ?

Thanks,
Roland



[1] 
http://kb.metamatter.nl/sparql?default-graph-uri=&query=describe+%3Chttp%3A%2F%2Flod.kb.nl%2Fppn%2F216735106%3E&format=application%2Fx-nice-microdata&timeout=180000&debug=on

[2]
@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:    <http://schema.org/> .
<http://lod.kb.nl/ppn/216735106>    rdf:type    schema:Book .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
<http://lod.kb.nl/ppn/216735106>    rdfs:label    "Overzicht van een 
eeuw onderzoek naar groei en opstandsontwikkeling in relatie tot 
groeiplaats en beheer" .
@prefix owl:    <http://www.w3.org/2002/07/owl#> .
<http://lod.kb.nl/ppn/216735106>    owl:sameAs 
<http://www.worldcat.org/oclc/67319596> .
@prefix xsd:    <http://www.w3.org/2001/XMLSchema#> .
@prefix dcterms:    <http://purl.org/dc/terms/> .
<http://lod.kb.nl/ppn/216735106>    dcterms:date "2001+02:00"^^xsd:gYear ;
     dcterms:title    "Overzicht van een eeuw onderzoek naar groei en 
opstandsontwikkeling in relatie tot groeiplaats en beheer" .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .
<http://lod.kb.nl/ppn/216735106>    dc:creator    "H.H. Bartelink ... 
[et al.]" ;
     dc:publisher    "Alterra, Research Instituut voor de Groene Ruimte" ;
     dcterms:subject    <http://lod.kb.nl/ppn/075601834> .
@prefix dcx:    <http://lod.kb.nl/ontology/> .
<http://lod.kb.nl/ppn/216735106>    dcx:oclc    "67319596" ;
     dcx:ppn    "216735106" ;
     dc:type    "tekst" .
@prefix void:    <http://rdfs.org/ns/void#> .
<http://lod.kb.nl/ppn/216735106>    void:inDataset <http://lod.kb.nl/nbc/> ;
     dc:language    "ned" ;
     dcx:plaatsUitgave    "Wageningen

------------------------------------------------------------------------------
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to