Technical Standard
Class
http://proethica.org/ontology/intermediate#TechnicalStandard
Definition
Collective professional agreement on technical acceptability
Inherited
House extension (engineering domain): technical standards treated as an ethics knowledge resource. Not directly attributable to a cited ethics-reasoning source (the prior McLaren citation was removed).
Properties
Subclass of
Used in cases 5
TTL
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proeth: <http://proethica.org/ontology/intermediate#> .
@prefix proeth-core: <http://proethica.org/ontology/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
proeth:TechnicalStandard a owl:Class ;
rdfs:label "Technical Standard" ;
rdfs:comment "Collective professional agreement on technical acceptability" ;
rdfs:subClassOf proeth-core:Resource ;
skos:definition "Industry standards and specifications defining acceptable practice (e.g., ISO, IEEE, ASME standards) that embody collective professional agreement on technical acceptability and minimum competence benchmarks." ;
skos:scopeNote "House extension (engineering domain): technical standards treated as an ethics knowledge resource. Not directly attributable to a cited ethics-reasoning source (the prior McLaren citation was removed)." .