Skip to content

Commit

Permalink
move to docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
florianthiery committed Dec 3, 2024
1 parent a286211 commit 4d27056
Show file tree
Hide file tree
Showing 8 changed files with 1,720 additions and 0 deletions.
505 changes: 505 additions & 0 deletions docs/ls-core/Aldgate/index.htm

Large diffs are not rendered by default.

139 changes: 139 additions & 0 deletions docs/ls-core/Aldgate/ls-core.rdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:dc="http://purl.org/dc/terms/"
xmlns:dc11="http://purl.org/dc/elements/1.1/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#">

<owl:Ontology rdf:about="http://labeling.link/docs/ls/core#">
<dc:title xml:lang="en">Labeling System Vocabulary</dc:title>
<dc:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-02-24</dc:created>
<dc:description xml:lang="en">An RDF vocabulary for describing the basic structure and content of the Labeling System.</dc:description>
<owl:versionInfo>Aldgate Edition</owl:versionInfo>
<dc11:creator>Florian Thiery M.Sc., Mainz Centre for Digitality in the Humanities and Cultural Studies</dc11:creator>
<dc:creator rdf:resource="http://orcid.org/0000-0002-3246-3531"/>
<dc:licence rdf:resource="http://creativecommons.org/licenses/by/4.0/"/>
<rdfs:seeAlso rdf:resource="http://labeling.link/docs/ls/core/"/>
</owl:Ontology>

<owl:Class rdf:about="http://labeling.link/docs/ls/core#Agent">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdfs:SubClassOf rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<skos:definition rdf:resource="http://labeling.link/docs/ls/datamodel#MainClasses"/>
<rdfs:label xml:lang="en">A Labeling System Agent</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://labeling.link/docs/ls/core/"/>
</owl:Class>

<owl:Class rdf:about="http://labeling.link/docs/ls/core#Label">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdfs:SubClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:definition rdf:resource="http://labeling.link/docs/ls/datamodel#MainClasses"/>
<rdfs:label xml:lang="en">A Labeling System Label</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://labeling.link/docs/ls/core/"/>
</owl:Class>

<owl:Class rdf:about="http://labeling.link/docs/ls/core#Revision">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdfs:SubClassOf rdf:resource="http://www.w3.org/ns/prov#Activity"/>
<skos:definition rdf:resource="http://labeling.link/docs/ls/datamodel#MainClasses"/>
<rdfs:label xml:lang="en">A Labeling System Revision</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://labeling.link/docs/ls/core/"/>
</owl:Class>

<owl:Class rdf:about="http://labeling.link/docs/ls/core#Vocabulary">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdfs:SubClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
<rdfs:SubClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Collection"/>
<skos:definition rdf:resource="http://labeling.link/docs/ls/datamodel#MainClasses"/>
<rdfs:label xml:lang="en">A Labeling System Vocabulary</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://labeling.link/docs/ls/core/"/>
</owl:Class>

<owl:Class rdf:about="http://labeling.link/docs/ls/core#ReleaseType">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<skos:definition rdf:resource="http://labeling.link/docs/ls/datamodel#ReleaseTypeClasses"/>
<rdfs:label xml:lang="en">release type</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://labeling.link/docs/ls/core/"/>
</owl:Class>

<owl:Class rdf:about="http://labeling.link/docs/ls/core#Public">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdfs:SubClassOf rdf:resource="http://labeling.link/docs/ls/core#ReleaseType"/>
<skos:definition rdf:resource="http://labeling.link/docs/ls/datamodel#ReleaseTypeClasses"/>
<rdfs:label xml:lang="en">public item</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://labeling.link/docs/ls/core/"/>
</owl:Class>

<owl:Class rdf:about="http://labeling.link/docs/ls/core#Draft">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdfs:SubClassOf rdf:resource="http://labeling.link/docs/ls/core#ReleaseType"/>
<skos:definition rdf:resource="http://labeling.link/docs/ls/datamodel#ReleaseTypeClasses"/>
<rdfs:label xml:lang="en">item in draft mode</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://labeling.link/docs/ls/core/"/>
</owl:Class>

<owl:ObjectProperty rdf:about="http://labeling.link/docs/ls/core#hasReleaseType">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<skos:definition rdf:resource="http://labeling.link/docs/ls/datamodel#DescribingProperties"/>
<rdfs:label xml:lang="en">has release type</rdfs:label>
<rdfs:domain rdf:resource="http://labeling.link/docs/ls/core#Vocabulary"/>
<rdfs:range rdf:resource="http://labeling.link/docs/ls/core#ReleaseType"/>
<rdfs:isDefinedBy rdf:resource="http://labeling.link/docs/ls/core/"/>
</owl:ObjectProperty>

<owl:ObjectProperty rdf:about="http://labeling.link/docs/ls/core#released">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<skos:definition rdf:resource="http://labeling.link/docs/ls/datamodel#DescribingProperties"/>
<rdfs:label xml:lang="en">was released at</rdfs:label>
<rdfs:domain rdf:resource="http://labeling.link/docs/ls/core#Vocabulary"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:isDefinedBy rdf:resource="http://labeling.link/docs/ls/core/"/>
</owl:ObjectProperty>

<owl:ObjectProperty rdf:about="http://labeling.link/docs/ls/core#thumbnail">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<skos:definition rdf:resource="http://labeling.link/docs/ls/datamodel#DescribingProperties"/>
<rdfs:label xml:lang="en">has a preferred skos:prefLabel</rdfs:label>
<rdfs:domain rdf:resource="http://labeling.link/docs/ls/core#Label"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:isDefinedBy rdf:resource="http://labeling.link/docs/ls/core/"/>
</owl:ObjectProperty>

<owl:ObjectProperty rdf:about="http://labeling.link/docs/ls/core#action">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<skos:definition rdf:resource="http://labeling.link/docs/ls/datamodel#RevisionProperties"/>
<rdfs:label xml:lang="en">has action</rdfs:label>
<rdfs:domain rdf:resource="http://labeling.link/docs/ls/core#Revision"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:isDefinedBy rdf:resource="http://labeling.link/docs/ls/core/"/>
</owl:ObjectProperty>

<owl:ObjectProperty rdf:about="http://labeling.link/docs/ls/core#objectType">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<skos:definition rdf:resource="http://labeling.link/docs/ls/datamodel#RevisionProperties"/>
<rdfs:label xml:lang="en">has object type</rdfs:label>
<rdfs:domain rdf:resource="http://labeling.link/docs/ls/core#Revision"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:isDefinedBy rdf:resource="http://labeling.link/docs/ls/core/"/>
</owl:ObjectProperty>

<owl:ObjectProperty rdf:about="http://labeling.link/docs/ls/core#valueBefore">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<skos:definition rdf:resource="http://labeling.link/docs/ls/datamodel#RevisionProperties"/>
<rdfs:label xml:lang="en">had value before</rdfs:label>
<rdfs:domain rdf:resource="http://labeling.link/docs/ls/core#Revision"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:isDefinedBy rdf:resource="http://labeling.link/docs/ls/core/"/>
</owl:ObjectProperty>

<owl:ObjectProperty rdf:about="http://labeling.link/docs/ls/core#valueAfter">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<skos:definition rdf:resource="http://labeling.link/docs/ls/datamodel#RevisionProperties"/>
<rdfs:label xml:lang="en">has value after</rdfs:label>
<rdfs:domain rdf:resource="http://labeling.link/docs/ls/core#Revision"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:isDefinedBy rdf:resource="http://labeling.link/docs/ls/core/"/>
</owl:ObjectProperty>

</rdf:RDF>
125 changes: 125 additions & 0 deletions docs/ls-core/Aldgate/ls-core.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
@prefix ls: <http://labeling.link/docs/ls/core#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix dcterms: <http://purl.org/dc/terms/>.
@prefix dc: <http://purl.org/dc/elements/1.1/>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix prov: <http://www.w3.org/ns/prov#>.

# Ontology

ls: a owl:Ontology;
dcterms:title "Labeling System Vocabulary"@en;
dcterms:created "2017-02-24"^^xsd:date;
dcterms:description "An RDF vocabulary for describing the basic structure and content of the Labeling System."@en;
owl:versionInfo "Aldgate Edition";
dc:creator "Florian Thiery M.Sc., Mainz Centre for Digitality in the Humanities and Cultural Studies";
dcterms:creator <http://orcid.org/0000-0002-3246-3531>;
dcterms:licence <http://creativecommons.org/licenses/by/4.0/>;
rdfs:seeAlso <http://labeling.link/docs/ls/core/>.

# Classes

# Main Classes

ls:Agent a owl:Class, rdfs:Class;
rdfs:SubClassOf foaf:Agent;
skos:definition <http://labeling.link/docs/ls/datamodel#MainClasses>;
rdfs:label "A Labeling System Agent"@en;
rdfs:isDefinedBy <http://labeling.link/docs/ls/core/>.

ls:Label a owl:Class, rdfs:Class;
rdfs:SubClassOf skos:Concept;
skos:definition <http://labeling.link/docs/ls/datamodel#MainClasses>;
rdfs:label "A Labeling System Label"@en;
rdfs:isDefinedBy <http://labeling.link/docs/ls/core/>.

ls:Revision a owl:Class, rdfs:Class;
rdfs:SubClassOf prov:Activity;
skos:definition <http://labeling.link/docs/ls/datamodel#MainClasses>;
rdfs:label "A Labeling System Revision"@en;
rdfs:isDefinedBy <http://labeling.link/docs/ls/core/>.

ls:Vocabulary a owl:Class, rdfs:Class;
rdfs:SubClassOf skos:ConceptScheme;
rdfs:SubClassOf skos:Collection;
skos:definition <http://labeling.link/docs/ls/datamodel#MainClasses>;
rdfs:label "A Labeling System Vocabulary"@en;
rdfs:isDefinedBy <http://labeling.link/docs/ls/core/>.

# Release Type Classes

ls:ReleaseType a owl:Class, rdfs:Class;
skos:definition <http://labeling.link/docs/ls/datamodel#ReleaseTypeClasses>;
rdfs:label "release type"@en;
rdfs:isDefinedBy <http://labeling.link/docs/ls/core/>.

ls:Public a owl:Class, rdfs:Class;
rdfs:SubClassOf ls:ReleaseType;
skos:definition <http://labeling.link/docs/ls/datamodel#ReleaseTypeClasses>;
rdfs:label "public item"@en;
rdfs:isDefinedBy <http://labeling.link/docs/ls/core/>.

ls:Draft a owl:Class, rdfs:Class;
rdfs:SubClassOf ls:ReleaseType;
skos:definition <http://labeling.link/docs/ls/datamodel#ReleaseTypeClasses>;
rdfs:label "item in draft mode"@en;
rdfs:isDefinedBy <http://labeling.link/docs/ls/core/>.

# Properties

# describing properties

ls:hasReleaseType a owl:ObjectProperty, rdf:Property;
skos:definition <http://labeling.link/docs/ls/datamodel#DescribingProperties>;
rdfs:label "has release type"@en;
rdfs:domain ls:Vocabulary;
rdfs:range ls:ReleaseType;
rdfs:isDefinedBy <http://labeling.link/docs/ls/core/>.

ls:released a owl:ObjectProperty, rdf:Property;
skos:definition <http://labeling.link/docs/ls/datamodel#DescribingProperties>;
rdfs:label "was released at"@en;
rdfs:domain ls:Vocabulary;
rdfs:range rdfs:Literal;
rdfs:isDefinedBy <http://labeling.link/docs/ls/core/>.

ls:thumbnail a owl:ObjectProperty, rdf:Property;
skos:definition <http://labeling.link/docs/ls/datamodel#DescribingProperties>;
rdfs:label "has a preferred skos:prefLabel"@en;
rdfs:domain ls:Label;
rdfs:range rdfs:Literal;
rdfs:isDefinedBy <http://labeling.link/docs/ls/core/>.

# revision properties

ls:action a owl:ObjectProperty, rdf:Property;
skos:definition <http://labeling.link/docs/ls/datamodel#RevisionProperties>;
rdfs:label "has action"@en;
rdfs:domain ls:Revision;
rdfs:range rdfs:Literal;
rdfs:isDefinedBy <http://labeling.link/docs/ls/core/>.

ls:objectType a owl:ObjectProperty, rdf:Property;
skos:definition <http://labeling.link/docs/ls/datamodel#RevisionProperties>;
rdfs:label "has object type"@en;
rdfs:domain ls:Revision;
rdfs:range rdfs:Literal;
rdfs:isDefinedBy <http://labeling.link/docs/ls/core/>.

ls:valueBefore a owl:ObjectProperty, rdf:Property;
skos:definition <http://labeling.link/docs/ls/datamodel#RevisionProperties>;
rdfs:label "had value before"@en;
rdfs:domain ls:Revision;
rdfs:range rdfs:Literal;
rdfs:isDefinedBy <http://labeling.link/docs/ls/core/>.

ls:valueAfter a owl:ObjectProperty, rdf:Property;
skos:definition <http://labeling.link/docs/ls/datamodel#RevisionProperties>;
rdfs:label "has value after"@en;
rdfs:domain ls:Revision;
rdfs:range rdfs:Literal;
rdfs:isDefinedBy <http://labeling.link/docs/ls/core/>.
8 changes: 8 additions & 0 deletions docs/ls-core/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Labeling System Vocabulary

An RDF vocabulary for describing the basic structure and content of the Labeling System.

## Releases

* Aldgate Edition (24/02/2017): [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.322228.svg)](https://doi.org/10.5281/zenodo.322228)
* Aldgate Edition (24/02/2017b): [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.322265.svg)](https://doi.org/10.5281/zenodo.322265)
Loading

0 comments on commit 4d27056

Please sign in to comment.