Skip to content

Commit

Permalink
Fixed spelling and a few file name problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyocum committed Jul 1, 2018
1 parent 500b296 commit a9fbf78
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -7,7 +7,7 @@ Framework](https://www.w3.org/TR/rdf11-primer/) (RDF) to represent it.
Because this is a human curated database, a human readable
representation of RDF was needed, which, in this case, the curators
chose the [TRiG](https://www.w3.org/TR/trig/) concrete representation
of RDF. It is recommendedd for those who may not have experience with
of RDF. It is recommended for those who may not have experience with
RDF serializations to read the [Turtle](https://www.w3.org/TR/turtle/)
specification first before reading the TRiG one.

Expand All @@ -24,7 +24,7 @@ for the ontologies, these are placed in the top level directory.
Each genealogy is divided into its "items" which represent one Turtle
file in its directory. The item file name is created from its
manuscript header. For instance "Aisneidem Di Araill" from the _Book
of Leinster_ has the file name `aisneidem_di_araill.ttl`.
of Leinster_ has the file name `aisneidem_di_araill.trig`.

The curators have not always been consistant in the naming of the
items. Especally in LL, "Genelogia" or "De Genelach" have been
Expand Down Expand Up @@ -58,7 +58,7 @@ instances is added. For example,
At the present moment, all URLs are prefixed with `http://example.com`
because a permanent URL has not been purchased at this time. For
example, a full URL for `<#CindFhaelad-6e827350>` would be
`http://example.com/LL/ceniuil_lugdach.ttl#CindFhaelad-6e827350`.
`http://example.com/LL/ceniuil_lugdach.trig#CindFhaelad-6e827350`.

## Named Graph (RDF Dataset)

Expand All @@ -71,7 +71,7 @@ for the use of Named Graphs (see more
[here](https://www.w3.org/TR/rdf11-concepts/#section-dataset)). In
the case of this project, the manuscript is identified by its URL and
is the named graph for the triples. For instance, from
`aisneidem_di_araill.ttl`:
`aisneidem_di_araill.trig`:

```turtle
Expand Down Expand Up @@ -146,7 +146,7 @@ instance,
rel:childOf <#MugáethMórólach>;
rel:parentOf <#ÓengusaÓlmugáetha>
] ;
owl:sameAs <http://example.com/LL/senchas_síl_ébir.ttl#FhiachachLabrainne>.
owl:sameAs <http://example.com/LL/senchas_síl_ébir.trig#FhiachachLabrainne>.
```

## Population Groups
Expand Down

0 comments on commit a9fbf78

Please sign in to comment.