abian created this task.
abian added a project: Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  **Problem:** The line…
  
    <rdf:type rdf:resource="http://wikiba.se/ontology#Property"/>
  
  … is duplicated in all the blocks `rdf:Description` that describe statements 
of Items, Properties, Lexemes, Forms and Senses in RDF (*.rdf). Analogous lines 
are also duplicated in, at least, Notation3 (*.n3), Turtle (*.ttl), N-Triples 
(*.nt) and JSON-LD (*.jsonld).
  
  **Examples:**
  
  - Item Q42 <https://www.wikidata.org/wiki/Special:EntityData/Q42.rdf> in RDF, 
first duplication out of 241 (the line appears 482 times):
  
        <rdf:Description rdf:about="http://www.wikidata.org/entity/P31";>
                <rdf:type rdf:resource="http://wikiba.se/ontology#Property"/>
                <rdf:type rdf:resource="http://wikiba.se/ontology#Property"/>
                <wikibase:propertyType 
rdf:resource="http://wikiba.se/ontology#WikibaseItem"/>
                […]
        </rdf:Description>
  
  
  
  - Property P101 <https://www.wikidata.org/wiki/Special:EntityData/P101.n3> in 
Notation3:
  
    wd:P101 a wikibase:Property,
                wikibase:Property ;
  
  
  
  - Lexeme L2 <https://www.wikidata.org/wiki/Special:EntityData/L2.ttl> in 
Turtle:
  
    wd:P5831 a wikibase:Property,
                wikibase:Property ;
  
  
  
  - Form L2-F1 <https://www.wikidata.org/wiki/Special:EntityData/L2-F1.nt> in 
N-Triples:
  
    <http://www.wikidata.org/entity/P898> 
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> 
<http://wikiba.se/ontology#Property> .
    <http://www.wikidata.org/entity/P898> 
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> 
<http://wikiba.se/ontology#Property> .
  
  
  
  - Sense L2-S1 <https://www.wikidata.org/wiki/Special:EntityData/L2-S1.jsonld> 
in JSON-LD:
  
    "@type": [
        "wikibase:Property",
        "wikibase:Property"
    ],
  
  **Acceptance criteria:**
  
  - The content `<rdf:type rdf:resource="http://wikiba.se/ontology#Property"/>` 
in RDF, or its analogous in other formats, is no longer unnecessarily 
duplicated.

TASK DETAIL
  https://phabricator.wikimedia.org/T264535

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: abian
Cc: Aklapper, abian, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to