Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
deploy: 7d5b4e9
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed Nov 13, 2023
1 parent 5247e99 commit 8311929
Show file tree
Hide file tree
Showing 66 changed files with 18,141 additions and 7,791 deletions.
288 changes: 0 additions & 288 deletions OKH-LOSH-clean.dot

This file was deleted.

Binary file removed OKH-LOSH-clean.png
Binary file not shown.
1,659 changes: 0 additions & 1,659 deletions OKH-LOSH-clean.svg

This file was deleted.

352 changes: 0 additions & 352 deletions OKH-LOSH.dot

This file was deleted.

82 changes: 39 additions & 43 deletions OKH-LOSH.ttl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@base <https://github.com/OPEN-NEXT/OKH-LOSH/raw/master/OKH-LOSH.ttl> .
@base <https://w3id.org/oseg/ont/osh/okh> .
@prefix okh: <#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
Expand All @@ -11,8 +11,8 @@
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix epo: <http://data.epo.org/linked-data/def/patent/> .
@prefix npg: <http://ns.nature.com/terms/> .
@prefix otrl: <https://github.com/OPEN-NEXT/OKH-LOSH/raw/master/OTRL.ttl#> .
@prefix tsdc: <https://gitlab.com/OSEGermany/oh-tsdc/-/raw/master/oh-tsdc.ttl#> .
@prefix otrl: <https://w3id.org/oseg/ont/osh/otrl#> .
@prefix tsdc: <https://w3id.org/oseg/ont/osh/tsdc/core#> .

# SPDX-FileCopyrightText: 2020-2021 Martin Häuer <[email protected]>
# SPDX-FileCopyrightText: 2020-2022 Robin Vobruba <[email protected]>
Expand Down Expand Up @@ -199,6 +199,8 @@ okh:ComponentReference
POSH → URL to containing folder
STD → standard designation (preferably naming the _latest_ standard)
BUY → unambiguous reference'''@en ;
owl:deprecated "true"^^xsd:boolean ;
cc:deprecatedOn "2023-08-19"^^xsd:date ;
.

okh:okhv
Expand Down Expand Up @@ -254,9 +256,9 @@ okh:repo

okh:repoSnapshot
a owl:ObjectProperty ;
rdfs:label "URL respository snapshot (=specific version)" ;
rdfs:comment "LOSH-Krawler takes the commit hash from the version tag and creates this permalink" ;
rdfs:subPropertyOf okh:repository ;
rdfs:label "respository snapshot" ;
rdfs:comment "Repoistory snapshot (=specific version) URL" ;
rdfs:subPropertyOf okh:repo ;
schema:rangeIncludes okh:WebsiteUrl ;
owl:cardinality 1 ;
schema:domainIncludes okh:Module ;
Expand All @@ -272,14 +274,14 @@ okh:version
.

okh:forkOf
a owl:ObjectProperty ;
rdfs:label "fork of" ;
rdfs:subPropertyOf schema:isBasedOn ;
owl:cardinality 1 ;
schema:domainIncludes
okh:Module,
okh:Part ;
.
a owl:ObjectProperty ;
rdfs:label "fork of" ;
rdfs:subPropertyOf schema:isBasedOn ;
owl:cardinality 1 ;
schema:domainIncludes
okh:Module,
okh:Part ;
.

okh:versionOf
a owl:ObjectProperty ;
Expand All @@ -290,18 +292,18 @@ okh:versionOf
.

okh:documentationLanguage
a owl:DatatypeProperty ;
rdfs:label "documentation language" ;
rdfs:comment '''
IETF language tag
following the BCP 47 standard e.g. en-GB
denotes the language of the documentation for the component subject '''@en;
rdfs:subPropertyOf schema:inLanguage ;
owl:cardinality 1 ;
schema:domainIncludes
okh:Module,
okh:Part ;
.
a owl:DatatypeProperty ;
rdfs:label "documentation language" ;
rdfs:comment '''
IETF language tag
following the BCP 47 standard e.g. en-GB
denotes the language of the documentation for the component subject '''@en;
rdfs:subPropertyOf schema:inLanguage ;
owl:cardinality 1 ;
schema:domainIncludes
okh:Module,
okh:Part ;
.

## ----- legal -----

Expand All @@ -326,13 +328,13 @@ okh:organization
.

okh:spdxLicense
a owl:ObjectProperty ;
rdfs:label "SPDX license identifier" ;
rdfs:comment "view complete list under https://spdx.org/licenses/" ;
schema:domainIncludes okh:Module ;
schema:rangeIncludes spdxt:ListedLicense ; # aka SPDX license identifier for a single, atomar license
owl:cardinality 1 ;
.
a owl:ObjectProperty ;
rdfs:label "SPDX license identifier" ;
rdfs:comment "view complete list under https://spdx.org/licenses/" ;
schema:domainIncludes okh:Module ;
schema:rangeIncludes spdxt:ListedLicense ; # aka SPDX license identifier for a single, atomar license
owl:cardinality 1 ;
.

okh:alternativeLicense
a owl:ObjectProperty ;
Expand Down Expand Up @@ -405,6 +407,7 @@ okh:cpcPatentClass
rdfs:comment "International Patent Classification (IPC)" ;
rdfs:subPropertyOf epo:classificationIPCInventive;
schema:domainIncludes okh:Module ;
schema:rangeIncludes xsd:string ;
.

okh:compliesWith
Expand Down Expand Up @@ -463,16 +466,9 @@ okh:hasBoM
okh:hasComponent
a owl:ObjectProperty ;
rdfs:label "has Component" ;
rdfs:comment "links to parts of the module" ;
schema:rangeIncludes okh:Part ;
schema:domainIncludes okh:Module ;
.

okh:usesModule
a owl:ObjectProperty ;
rdfs:label "uses Module" ;
rdfs:comment "refers to a *release*/snapshot of an (external) OSH Module used in this design (should also appear in the BoM)" ;
rdfs:comment "Links to sub-components of the Module. In the case of that sub-component being an external Module, it has to refer to a snapshot of the RDF object representing that OKH Module. Each sub-component should also appear in the BoM." ;
schema:rangeIncludes
okh:Part,
okh:Module,
okh:WebsiteUrl ;
schema:domainIncludes okh:Module ;
Expand All @@ -497,7 +493,7 @@ okh:functionalMetadata
.

okh:productionMetadata
a owl:Property ;
a rdf:Property ;
rdfs:label "production metadata" ;
rdfs:comment "production-relevant metadata, such as material, manufacturing technology, outer dimensions, smallest tolerance, finest surface roughness" ;
rdfs:subPropertyOf schema:value ;
Expand Down
84 changes: 0 additions & 84 deletions OTRL-clean.dot

This file was deleted.

Binary file removed OTRL-clean.png
Binary file not shown.
Loading

0 comments on commit 8311929

Please sign in to comment.