From 09ed79dfa1196e70f11e687b0cd3aabd251bc4ba Mon Sep 17 00:00:00 2001 From: Gregg Kellogg Date: Thu, 16 Jan 2025 10:58:42 -0800 Subject: [PATCH 1/2] Adds selected issue markers and removes those already closed. --- spec/index.html | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/spec/index.html b/spec/index.html index 7e2444d..8664529 100644 --- a/spec/index.html +++ b/spec/index.html @@ -36,6 +36,7 @@ xref: ["I18N-GLOSSARY", "INFRA"], github: "https://github.com/w3c/rdf-concepts/", + issueBase: "https://github.com/w3c/rdf-concepts/issues", group: "rdf-star", doJsonLd: true, wgPublicList: "public-rdf-star-wg" @@ -132,6 +133,7 @@

Graph-based Data Model

RDF graph: IRIs, literals, blank nodes, and triple terms.

+

There is a mixture of "Abstract Syntax" and "Data Model". We should have a consistent way to say "Abstract Syntax" vs "Data Model". One way is to use "Abstract Syntax" as the basis of semantics and usually say "Data Model" in Concepts otherwise.

@@ -446,6 +448,8 @@

Equivalence, Entailment and Inconsistency

of the world that would make the expression true. +

+

An entailment regime [[RDF12-SEMANTICS]] is a specification that defines precise conditions that make these relationships hold. RDF itself recognizes only some basic cases of entailment, equivalence @@ -511,6 +515,8 @@

RDF Documents and Syntaxes

and still the subject of group discussion. An alternative to conformance levels, "profiles", may be adopted instead, abandoned, or described in another specification.

+

+ Change "Classic Conformance" to "Basic Conformance" and define them as profiles.

Strings in RDF

@@ -665,6 +671,10 @@

IRIs

in IRIs [[RFC3492]]
  • IRIs that are not in Unicode [=Normalization Form C=] [[I18N-Glossary]]
  • +

    + Change Punnycode-encoding refernece from [[RFC3492]] to [[RFC5890]]. + Also, rephrase this note accordingly. +

    @@ -977,6 +987,13 @@

    Graph Comparison

    in G can be replaced with a new blank node to give G'. Graph isomorphism is needed to support the RDF Test Cases [[RDF11-TESTCASES]] specification.

    + +
    + Graph isomorphism needs the following extra clause: +
      +
    • M(tt) is the triple term ( M(s), M(p), M(o) ) for tt a triple term of the form (s, p, o)
    • +
    +
    @@ -1286,6 +1303,7 @@

    The XML Schema Built-in Datatypes

    datatype xsd:decimal can be used to accurately capture arbitrary decimal numbers.

    +

    @@ -1694,6 +1712,10 @@

    The rdf:JSON Datatype

    +

    The issue refers to the use + of ordered map + from [[INFRA]] for describing the value space of JSON Objects + and suggests defining a new datatype for unordered maps.

    @@ -1786,8 +1808,6 @@

    Internationalization Considerations

    i18n namespace to use a datatype to specify both the base direction an language tag of an RDF literal.

    - -

    From bc9503f6765de48411f9def05097dedd6acec15d Mon Sep 17 00:00:00 2001 From: Gregg Kellogg Date: Fri, 17 Jan 2025 13:46:05 -0800 Subject: [PATCH 2/2] Remove issue marker for #63 and remove issueBase override. --- spec/index.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spec/index.html b/spec/index.html index 8664529..8992dc8 100644 --- a/spec/index.html +++ b/spec/index.html @@ -36,7 +36,6 @@ xref: ["I18N-GLOSSARY", "INFRA"], github: "https://github.com/w3c/rdf-concepts/", - issueBase: "https://github.com/w3c/rdf-concepts/issues", group: "rdf-star", doJsonLd: true, wgPublicList: "public-rdf-star-wg" @@ -671,10 +670,6 @@

    IRIs

    in IRIs [[RFC3492]]
  • IRIs that are not in Unicode [=Normalization Form C=] [[I18N-Glossary]]
  • -

    - Change Punnycode-encoding refernece from [[RFC3492]] to [[RFC5890]]. - Also, rephrase this note accordingly. -