Skip to content

Commit

Permalink
ont: otrl: OTRLs and ODRLs are individuals, not classes [fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed Dec 13, 2024
1 parent 8cb4d74 commit 6d35541
Showing 1 changed file with 11 additions and 22 deletions.
33 changes: 11 additions & 22 deletions src/spec/otrl.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ otrl:exitCriteria
.

otrl:OTRL1
a owl:Class ;
rdfs:subClassOf otrl:OTRL ;
a otrl:OTRL ;
rdfs:label "OTRL-1"@en ;
rdfs:comment "Ideation"@en ;
otrl:goal "Product idea; needs are identified and initial specifications are defined."@en ;
Expand All @@ -111,8 +110,7 @@ otrl:OTRL1
.

otrl:OTRL2
a owl:Class ;
rdfs:subClassOf otrl:OTRL ;
a otrl:OTRL ;
rdfs:label "OTRL-2"@en ;
rdfs:comment "Conception"@en ;
otrl:goal "Mature product concept has been formulated"@en ;
Expand All @@ -121,8 +119,7 @@ otrl:OTRL2
.

otrl:OTRL3
a owl:Class ;
rdfs:subClassOf otrl:OTRL ;
a otrl:OTRL ;
rdfs:label "OTRL-3"@en ;
rdfs:comment "Development"@en ;
otrl:goal "Product model is developed"@en ;
Expand All @@ -131,8 +128,7 @@ otrl:OTRL3
.

otrl:OTRL4
a owl:Class ;
rdfs:subClassOf otrl:OTRL ;
a otrl:OTRL ;
rdfs:label "OTRL-4"@en ;
rdfs:comment "Prototyping and testing"@en ;
otrl:goal "Full functional prototype is built and tested"@en ;
Expand All @@ -141,26 +137,23 @@ otrl:OTRL4
.

otrl:OTRL5
a owl:Class ;
rdfs:subClassOf otrl:OTRL ;
a otrl:OTRL ;
rdfs:label "OTRL-5"@en ;
rdfs:comment "Manufacturing development"@en ;
otrl:goal "Fairly reliable processes identified and characterized"@en ;
vs:term_status "unstable" ;
.

otrl:OTRL6
a owl:Class ;
rdfs:subClassOf otrl:OTRL ;
a otrl:OTRL ;
rdfs:label "OTRL-6"@en ;
rdfs:comment "Product qualification"@en ;
otrl:goal "Certificate marking conformity assessment or comparable"@en ;
vs:term_status "unstable" ;
.

otrl:ODRL1
a owl:Class ;
rdfs:subClassOf otrl:ODRL ;
a otrl:ODRL ;
rdfs:label "ODRL-1"@en ;
rdfs:comment "Documentation process commenced"@en ;
otrl:goal "Published information under free open source license"@en ;
Expand All @@ -169,8 +162,7 @@ otrl:ODRL1
.

otrl:ODRL2
a owl:Class ;
rdfs:subClassOf otrl:ODRL ;
a otrl:ODRL ;
rdfs:label "ODRL-2"@en ;
rdfs:comment "Collaborative documentation in progress"@en ;
otrl:goal "Provision of documentation files and in editable formats enabling collaboration development"@en ;
Expand All @@ -179,8 +171,7 @@ otrl:ODRL2
.

otrl:ODRL3
a owl:Class ;
rdfs:subClassOf otrl:ODRL ;
a otrl:ODRL ;
rdfs:label "ODRL-3"@en ;
rdfs:comment "Full documentation published"@en ;
otrl:goal "Complete documentation as per DIN SPEC 3105-1"@en ;
Expand All @@ -189,8 +180,7 @@ otrl:ODRL3
.

otrl:ODRL3Star
a owl:Class ;
rdfs:subClassOf otrl:ODRL ;
a otrl:ODRL ;
rdfs:label "ODRL-3*"@en ;
rdfs:comment "Full documentation published & audited"@en ;
otrl:goal "Public evidence of documentation maturity"@en ;
Expand All @@ -199,8 +189,7 @@ otrl:ODRL3Star
.

otrl:ODRL4
a owl:Class ;
rdfs:subClassOf otrl:ODRL ;
a otrl:ODRL ;
rdfs:label "ODRL-4"@en ;
rdfs:comment "Full documentation for product qualification"@en ;
otrl:goal "Product qualification documents published enabling decentralized commercial distribution"@en ;
Expand Down

0 comments on commit 6d35541

Please sign in to comment.