Merge pull request #273 from cameronmore/248-definitions-of-signal-detection-and-processing-artifact-function

clarified definitions with no semantic change
This commit is contained in:
J. Neil Otte
2024-08-03 16:39:50 -04:00
committed by GitHub

View File

@@ -4152,7 +4152,7 @@ cco:ShouldFiredRocketLauncher rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/SignalDetectionArtifactFunction
cco:SignalDetectionArtifactFunction rdf:type owl:Class ;
rdfs:subClassOf cco:ArtifactFunction ;
cco:definition "An Artifact Function that inheres in Artifacts that are designed to discern between information-bearing patterns and random patterns, or noise, that distract from the information."@en ;
cco:definition "An Artifact Function that is realized in the process of discerning between information-bearing patterns and random patterns, or noise, that distract from the information."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Detection_theory&oldid=1049765804"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ;
rdfs:label "Signal Detection Artifact Function"@en .
@@ -4161,7 +4161,7 @@ cco:SignalDetectionArtifactFunction rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/SignalProcessingArtifactFunction
cco:SignalProcessingArtifactFunction rdf:type owl:Class ;
rdfs:subClassOf cco:ArtifactFunction ;
cco:definition "An Artifact Function that inheres in Artifacts that are designed to process or transfer information contained in signals."@en ;
cco:definition "An Artifact Function that is realized in the process of transferring or processing information contained in signals."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Signal_processing&oldid=1062720685"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ;
rdfs:label "Signal Processing Artifact Function"@en .