AKSW / RDFauthor

RDFauthor creates formular widgets out of RDFa-enhanced webpages.
http://aksw.org/Projects/RDFauthor
GNU General Public License v3.0
18 stars 5 forks source link

Can't edit literal. #43

Open white-gecko opened 10 years ago

white-gecko commented 10 years ago

If you import the following model into a OntoWiki and try to edit the literal "Hallo" (same without language tag) the inline edit field will not open.

# Exported with the Erfurt API - http://aksw.org/Projects/Erfurt

@base <http://example.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<> a owl:Ontology .

<res> rdfs:label "Eine Ressource ist hier"^^xsd:string ;
      rdfs:type <Resource> ;
      <property> "Hallo"@de .